mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
interact + pickuo
This commit is contained in:
@@ -49,5 +49,14 @@ FVector AActor::GetActorLocation()
|
||||
FVector ret;
|
||||
this->ProcessEvent(K2_GetActorLocationFn, &ret);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
FVector AActor::GetActorRightVector()
|
||||
{
|
||||
static auto GetActorRightVectorFn = FindObject<UFunction>("/Script/Engine.Actor.GetActorRightVector");
|
||||
FVector ret;
|
||||
this->ProcessEvent(GetActorRightVectorFn, &ret);
|
||||
|
||||
return ret;
|
||||
}
|
||||
Reference in New Issue
Block a user