예제 #1
0
 /// <summary>
 /// Purges out the properties of this class in preparation for it to be regenerated
 /// </summary>
 /// <param name="recompilingOnLoad">true if we are recompiling on load</param>
 public void PurgeClass(bool recompilingOnLoad)
 {
     Native_UClass.PurgeClass(Address, recompilingOnLoad);
 }