Revert "alright im not so happy"

This reverts commit bd87832147.
This commit is contained in:
Milxnor
2023-05-12 17:51:29 -04:00
parent bd87832147
commit 9be64d79ca
21 changed files with 38 additions and 394 deletions

View File

@@ -1,14 +1,5 @@
#include "BuildingSMActor.h"
void ABuildingSMActor::BuildingSMActor_SetMeshSet(FMeshSet* MeshSet)
{
static auto BreakEffectOffset = GetOffset("BreakEffect");
Get<UParticleSystem*>(BreakEffectOffset) = MeshSet->GetBreakEffect();
static auto ConstructedEffectOffset = GetOffset("ConstructedEffect");
Get<UParticleSystem*>(ConstructedEffectOffset) = MeshSet->GetConstructedEffect();
}
UClass* ABuildingSMActor::StaticClass()
{
static auto Class = FindObject<UClass>(L"/Script/FortniteGame.BuildingSMActor");