Exemple #1
0
 ///<summary>Spawn an object of this class</summary>
 public static LinkerPlaceholderExportObject New(UObject obj = null, Name name = new Name()) => Main.NewObject(StaticClass, obj, name);
Exemple #2
0
 public void Set(UObject container, float value) =>
 SetFloatPropertyValue(container, this, value);
Exemple #3
0
 ///<summary>Spawn an object of this class</summary>
 public static ArrayProperty New(UObject obj = null, Name name = new Name()) => Main.NewObject(StaticClass, obj, name);
Exemple #4
0
 public float Get(UObject container) =>
 GetFloatPropertyValue(container, this);
Exemple #5
0
 ///<summary>Spawn an object of this class</summary>
 public static UEnum New(UObject obj = null, Name name = new Name()) => Main.NewObject(StaticClass, obj, name);