FGenericProperty

Namespace: UAssetAPI.FieldTypes

This is a UAssetAPI-specific property that represents anything that we don't have special serialization for

public class FGenericProperty : FProperty

Inheritance ObjectFFieldFPropertyFGenericProperty

Fields

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;

SerializedType

public FName SerializedType;

Name

public FName Name;

Flags

public EObjectFlags Flags;

Constructors

FGenericProperty()

public FGenericProperty()

Methods

Read(AssetBinaryReader)

public void Read(AssetBinaryReader reader)

Parameters

reader AssetBinaryReader

Write(AssetBinaryWriter)

public void Write(AssetBinaryWriter writer)

Parameters

writer AssetBinaryWriter