Navigation
API > API/Plugins > API/Plugins/GeometryMask
Mesh data for a single mesh, in local space.
| Name | FGeometryMaskBatchElementData |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/GeometryMask/Source/GeometryMask/Public/GeometryMaskTypes.h |
| Include Path | #include "GeometryMaskTypes.h" |
Syntax
USTRUCT ()
struct FGeometryMaskBatchElementData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChangeStamp | uint64 | Used to check cached state. | GeometryMaskTypes.h | |
| Indices | TArray< uint32 > | GeometryMaskTypes.h | ||
| NumTriangles | int32 | GeometryMaskTypes.h | ||
| Vertices | TArray< FVector3f > | GeometryMaskTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Reserve
(
const int32 InNumVertices, |
GeometryMaskTypes.h |