
Public Member Functions | |
| void | FillUpdateParams (FRuntimeMeshSectionUVVertexBufferParams &Params) |
| FSectionUVsVertexBuffer (bool bInUseHighPrecision, int32 InUVCount) | |
| bool | IsUsingHighPrecision () const |
| int32 | NumUVs () const |
| virtual void | Serialize (FArchive &Ar) override |
Public Member Functions inherited from FRuntimeMeshSection::FSectionVertexBuffer | |
| void | FillUpdateParams (FRuntimeMeshSectionVertexBufferParams &Params) |
| FSectionVertexBuffer (int32 InStride) | |
| TArray< uint8 > & | GetData () |
| int32 | GetNumVertices () const |
| int32 | GetStride () const |
| void | SetData (TArray< uint8 > &InVertices, bool bUseMove) |
| template<typename VertexType > | |
| void | SetData (const TArray< VertexType > &InVertices) |
| virtual | ~FSectionVertexBuffer () |
Private Attributes | |
| bool | bUseHighPrecision |
| int32 | UVCount |
Additional Inherited Members |
Definition at line 125 of file RuntimeMeshSection.h.
|
inline |
Definition at line 133 of file RuntimeMeshSection.h.
| void FRuntimeMeshSection::FSectionUVsVertexBuffer::FillUpdateParams | ( | FRuntimeMeshSectionUVVertexBufferParams & | Params | ) |
Definition at line 299 of file RuntimeMeshSection.cpp.
|
inline |
Definition at line 140 of file RuntimeMeshSection.h.
|
inline |
Definition at line 142 of file RuntimeMeshSection.h.
|
inlineoverridevirtual |
Reimplemented from FRuntimeMeshSection::FSectionVertexBuffer.
Definition at line 146 of file RuntimeMeshSection.h.
|
private |
Definition at line 128 of file RuntimeMeshSection.h.
|
private |
Definition at line 129 of file RuntimeMeshSection.h.