EPropertyType
Namespace: UAssetAPI.Unversioned
public enum EPropertyType
Inheritance Object → ValueType → Enum → EPropertyType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| ByteProperty | 0 | |
| BoolProperty | 1 | |
| IntProperty | 2 | |
| FloatProperty | 3 | |
| ObjectProperty | 4 | |
| NameProperty | 5 | |
| DelegateProperty | 6 | |
| DoubleProperty | 7 | |
| ArrayProperty | 8 | |
| StructProperty | 9 | |
| StrProperty | 10 | |
| TextProperty | 11 | |
| InterfaceProperty | 12 | |
| MulticastDelegateProperty | 13 | |
| WeakObjectProperty | 14 | |
| LazyObjectProperty | 15 | |
| AssetObjectProperty | 16 | |
| SoftObjectProperty | 17 | |
| UInt64Property | 18 | |
| UInt32Property | 19 | |
| UInt16Property | 20 | |
| Int64Property | 21 | |
| Int16Property | 22 | |
| Int8Property | 23 | |
| MapProperty | 24 | |
| SetProperty | 25 | |
| EnumProperty | 26 | |
| FieldPathProperty | 27 | |
| OptionalProperty | 28 | |
| Utf8StrProperty | 29 | |
| AnsiStrProperty | 30 | |
| Unknown | 255 |