Ejemplo n.º 1
0
 /// <summary>
 /// Return debug string describing task
 /// </summary>
 public string GetDebugString()
 {
     using (FStringUnsafe resultUnsafe = new FStringUnsafe())
     {
         Native_UGameplayTask.GetDebugString(Address, ref resultUnsafe.Array);
         return(resultUnsafe.Value);
     }
 }