Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/DerivedMeshDataTaskUtils.h |
| Include | #include "DerivedMeshDataTaskUtils.h" |
Syntax
class FSourceMeshDataForDerivedDataTask
Remarks
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)
Variables
| Type | Name | Description | |
|---|---|---|---|
| FStaticMeshSectionArray | Sections | ||
| TArray< uint32 > | TriangleIndices | ||
| TArray< FVector3f > | VertexPositions |