![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <DerivedMeshDataTaskUtils.h>
Public Member Functions | |
| int32 | GetNumIndices () const |
| int32 | GetNumVertices () const |
| bool | IsValid () const |
Public Attributes | |
| TArray< uint32 > | TriangleIndices |
| TArray< FVector3f > | VertexPositions |
| FStaticMeshSectionArray | Sections |
Source mesh data. Valid only in specific cases, when StaticMesh doesn't contain original data anymore (e.g. it's replaced by the Nanite coarse mesh representation)
|
inline |
|
inline |
|
inline |
| FStaticMeshSectionArray FSourceMeshDataForDerivedDataTask::Sections |