Public Member Functions | |
FRuntimeMeshStreamAccessor (const TArray< uint8 > *InData, int32 InOffset, int32 InStride) | |
Type & | Get (int32 Index) |
int32 | Num () const |
virtual | ~FRuntimeMeshStreamAccessor () |
Public Attributes | |
const TArray< uint8 > * | Data |
int32 | Offset |
int32 | Stride |
Definition at line 9 of file RuntimeMeshSection.cpp.
|
inline |
Definition at line 15 of file RuntimeMeshSection.cpp.
|
inlinevirtual |
Definition at line 19 of file RuntimeMeshSection.cpp.
|
inline |
Definition at line 23 of file RuntimeMeshSection.cpp.
|
inline |
Definition at line 21 of file RuntimeMeshSection.cpp.
const TArray<uint8>* FRuntimeMeshStreamAccessor< Type >::Data |
Definition at line 11 of file RuntimeMeshSection.cpp.
int32 FRuntimeMeshStreamAccessor< Type >::Offset |
Definition at line 12 of file RuntimeMeshSection.cpp.
int32 FRuntimeMeshStreamAccessor< Type >::Stride |
Definition at line 13 of file RuntimeMeshSection.cpp.