Navigation
API > API/Plugins > API/Plugins/CustomMeshComponent > API/Plugins/CustomMeshComponent/UCustomMeshComponent
References
| Module | CustomMeshComponent |
| Header | /Engine/Plugins/Runtime/CustomMeshComponent/Source/CustomMeshComponent/Classes/CustomMeshComponent.h |
| Include | #include "CustomMeshComponent.h" |
| Source | /Engine/Plugins/Runtime/CustomMeshComponent/Source/CustomMeshComponent/Private/CustomMeshComponent.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"Components&124;CustomMesh"&41;
void AddCustomMeshTriangles
&40;
const TArray< FCustomMeshTriangle > & Triangles
&41;
Remarks
Add to the geometry to use on this triangle mesh. This may cause an allocation. Use SetCustomMeshTriangles() instead when possible to reduce allocations.