UEnumProperty

Namespace: UAssetAPI.FieldTypes

public class UEnumProperty : UProperty

Inheritance ObjectUFieldUPropertyUEnumProperty

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 FPackageIndex UnderlyingProp;

ArrayDim

public EArrayDim ArrayDim;

ElementSize

public int ElementSize;

PropertyFlags

public EPropertyFlags PropertyFlags;

RepNotifyFunc

public FName RepNotifyFunc;

BlueprintReplicationCondition

public ELifetimeCondition BlueprintReplicationCondition;

RawValue

public object RawValue;

Next

Next Field in the linked list. Removed entirely in the custom version FFrameworkObjectVersion::RemoveUField_Next in favor of a regular array

public FPackageIndex Next;

Constructors

UEnumProperty()

public UEnumProperty()

Methods

Read(AssetBinaryReader)

public void Read(AssetBinaryReader reader)

Parameters

reader AssetBinaryReader

Write(AssetBinaryWriter)

public void Write(AssetBinaryWriter writer)

Parameters

writer AssetBinaryWriter