Пример #1
0
 /// <summary>
 /// Used to safely check whether the passed in flag is set.
 /// </summary>
 /// <param name="flagToCheck">the cast flag to check for (value should be one of the EClassCastFlags enums)</param>
 /// <returns>true if the passed in flag is set, false otherwise
 /// (including no flag passed in)</returns>
 public bool HasAnyCastFlag(EClassCastFlags flagToCheck)
 {
     return(Native_UClass.HasAnyCastFlag(Address, flagToCheck));
 }