mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-14 03:02:22 +01:00
i forgor
This commit is contained in:
@@ -19,4 +19,10 @@ public:
|
||||
static auto VolumeStateOffset = GetOffset("VolumeState");
|
||||
return Get<EVolumeState>(VolumeStateOffset);
|
||||
}
|
||||
|
||||
void UpdateSize(const FVector& Scale)
|
||||
{
|
||||
static auto UpdateSizeFn = FindObject<UFunction>("/Script/FortniteGame.FortVolume.UpdateSize");
|
||||
this->ProcessEvent(UpdateSizeFn, (FVector*)&Scale);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user