Exemplo n.º 1
0
 /// <summary>
 /// Proper way to get the owning actor of task owner. This can be the owner itself since the owner is given as a interface
 /// </summary>
 public AActor GetOwnerActor()
 {
     return(GCHelper.Find <AActor>(Native_UGameplayTask.GetOwnerActor(Address)));
 }