FEnumProperty
Namespace: UAssetAPI.FieldTypes
public class FEnumProperty : FProperty
Inheritance Object → FField → FProperty → FEnumProperty
Fields
Enum
A pointer to the UEnum represented by this property
public FPackageIndex Enum;
UnderlyingProp
The FNumericProperty which represents the underlying type of the enum
public FProperty UnderlyingProp;
ArrayDim
public EArrayDim ArrayDim;
ElementSize
public int ElementSize;
PropertyFlags
public EPropertyFlags PropertyFlags;
RepIndex
public ushort RepIndex;
RepNotifyFunc
public FName RepNotifyFunc;
BlueprintReplicationCondition
public ELifetimeCondition BlueprintReplicationCondition;
RawValue
public object RawValue;
UsmapPropertyTypeOverrides
public IDictionary<string, EPropertyType> UsmapPropertyTypeOverrides;
SerializedType
public FName SerializedType;
Name
public FName Name;
Flags
public EObjectFlags Flags;
MetaDataMap
public TMap<FName, FString> MetaDataMap;
Constructors
FEnumProperty()
public FEnumProperty()
Methods
Read(AssetBinaryReader)
public void Read(AssetBinaryReader reader)
Parameters
reader
AssetBinaryReader
Write(AssetBinaryWriter)
public void Write(AssetBinaryWriter writer)
Parameters
writer
AssetBinaryWriter