Navigation
API > API/Plugins > API/Plugins/ChaosVD > API/Plugins/ChaosVD/FChaosVDGeometryBuilder
Description
Add a mesh component to the waiting list for Geometry. This needs to be called before dispatching a generation job for new Geometry
| Name | RemoveMeshComponentWaitingForGeometry |
| Type | function |
| Header File | /Engine/Plugins/ChaosVD/Source/ChaosVD/Public/ChaosVDGeometryBuilder.h |
| Include Path | #include "ChaosVDGeometryBuilder.h" |
| Source | /Engine/Plugins/ChaosVD/Source/ChaosVD/Private/ChaosVDGeometryBuilder.cpp |
void RemoveMeshComponentWaitingForGeometry
(
uint32 GeometryKey,
TWeakObjectPtr < UMeshComponent > MeshComponent
) const
Parameters
| Name | Remarks |
|---|---|
| GeometryKey | Key of the geometry that is being generated (or will be generated) |
| MeshComponent | Component where the geometry needs to be applied |