Navigation
API > API/Plugins > API/Plugins/GeometryMask
References
| Module | GeometryMask |
| Header | /Engine/Plugins/Experimental/GeometryMask/Source/GeometryMask/Public/GeometryMaskWriteComponent.h |
| Include | #include "GeometryMaskWriteComponent.h" |
Syntax
USTRUCT ()
struct FGeometryMaskBatchElementData
Remarks
Mesh data for a single mesh, in local space.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint64 | ChangeStamp | Used to check cached state. | |
| TArray< uint32 > | Indices | ||
| int32 | NumTriangles | ||
| TArray< FVector3f > | Vertices |