FExportBundleEntry

Namespace: UAssetAPI.IO

public struct FExportBundleEntry

Inheritance ObjectValueTypeFExportBundleEntry

Fields

LocalExportIndex

public uint LocalExportIndex;

CommandType

public EExportCommandType CommandType;

Methods

Read(AssetBinaryReader)

FExportBundleEntry Read(AssetBinaryReader reader)

Parameters

reader AssetBinaryReader

Returns

FExportBundleEntry

Write(AssetBinaryWriter, UInt32, EExportCommandType)

int Write(AssetBinaryWriter writer, uint lei, EExportCommandType typ)

Parameters

writer AssetBinaryWriter

lei UInt32

typ EExportCommandType

Returns

Int32

Write(AssetBinaryWriter)

int Write(AssetBinaryWriter writer)

Parameters

writer AssetBinaryWriter

Returns

Int32