FIoOffsetAndLength

Namespace: UAssetAPI.IO

public struct FIoOffsetAndLength

Inheritance ObjectValueTypeFIoOffsetAndLength

Fields

Offset

public ulong Offset;

Length

public ulong Length;

Methods

Read(IOStoreBinaryReader)

FIoOffsetAndLength Read(IOStoreBinaryReader reader)

Parameters

reader IOStoreBinaryReader

Returns

FIoOffsetAndLength

Write(IOStoreBinaryWriter, UInt64, UInt64)

int Write(IOStoreBinaryWriter writer, ulong v1, ulong v2)

Parameters

writer IOStoreBinaryWriter

v1 UInt64

v2 UInt64

Returns

Int32

Write(IOStoreBinaryWriter)

int Write(IOStoreBinaryWriter writer)

Parameters

writer IOStoreBinaryWriter

Returns

Int32