mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
Update Actor.cpp
This commit is contained in:
@@ -65,7 +65,7 @@ AActor* AActor::GetOwner()
|
||||
|
||||
void AActor::K2_DestroyActor()
|
||||
{
|
||||
static auto DestroyActorFn = FindObject<UFunction>("/Script/Engine.Actor.K2_DestroyActor");
|
||||
static auto DestroyActorFn = FindObject<UFunction>(L"/Script/Engine.Actor.K2_DestroyActor");
|
||||
|
||||
this->ProcessEvent(DestroyActorFn);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user