FFormatArgumentValue

Namespace: UAssetAPI.PropertyTypes.Objects

public class FFormatArgumentValue

Inheritance ObjectFFormatArgumentValue

Fields

Type

public EFormatArgumentType Type;

Value

public object Value;

Constructors

FFormatArgumentValue()

public FFormatArgumentValue()

FFormatArgumentValue(EFormatArgumentType, Object)

public FFormatArgumentValue(EFormatArgumentType type, object value)

Parameters

type EFormatArgumentType

value Object

FFormatArgumentValue(AssetBinaryReader, Boolean)

public FFormatArgumentValue(AssetBinaryReader reader, bool isArgumentData)

Parameters

reader AssetBinaryReader

isArgumentData Boolean

Methods

Write(AssetBinaryWriter, Boolean)

public int Write(AssetBinaryWriter writer, bool isArgumentData)

Parameters

writer AssetBinaryWriter

isArgumentData Boolean

Returns

Int32