FEntry
Namespace: UAssetAPI.PropertyTypes.Structs
public struct FEntry
Inheritance Object → ValueType → FEntry
Fields
StartIndex
The index into Items of the first item
public int StartIndex;
Size
The number of currently valid items
public int Size;
Capacity
The total capacity of allowed items before reallocating
public int Capacity;
Constructors
FEntry(Int32, Int32, Int32)
FEntry(int startIndex, int size, int capacity)
Parameters
startIndex
Int32
size
Int32
capacity
Int32
FEntry(AssetBinaryReader)
FEntry(AssetBinaryReader reader)
Parameters
reader
AssetBinaryReader
Methods
Write(AssetBinaryWriter)
void Write(AssetBinaryWriter writer)
Parameters
writer
AssetBinaryWriter