
Public Member Functions | |
| void | FillUpdateParams (FRuntimeMeshSectionTangentVertexBufferParams &Params) |
| FSectionTangentsVertexBuffer (bool bInUseHighPrecision) | |
| bool | IsUsingHighPrecision () 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 |
Additional Inherited Members |
Definition at line 98 of file RuntimeMeshSection.h.
|
inline |
Definition at line 104 of file RuntimeMeshSection.h.
| void FRuntimeMeshSection::FSectionTangentsVertexBuffer::FillUpdateParams | ( | FRuntimeMeshSectionTangentVertexBufferParams & | Params | ) |
Definition at line 293 of file RuntimeMeshSection.cpp.
|
inline |
Definition at line 111 of file RuntimeMeshSection.h.
|
inlineoverridevirtual |
Reimplemented from FRuntimeMeshSection::FSectionVertexBuffer.
Definition at line 115 of file RuntimeMeshSection.h.
|
private |
Definition at line 101 of file RuntimeMeshSection.h.