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()
|
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);
|
this->ProcessEvent(DestroyActorFn);
|
||||||
}
|
}
|
||||||
@@ -333,4 +333,4 @@ UClass* AActor::StaticClass()
|
|||||||
{
|
{
|
||||||
static auto Class = FindObject<UClass>(L"/Script/Engine.Actor");
|
static auto Class = FindObject<UClass>(L"/Script/Engine.Actor");
|
||||||
return Class;
|
return Class;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user