Navigation
API > API/Plugins > API/Plugins/GeometryMask
References
| Module | GeometryMask |
| Header | /Engine/Plugins/Experimental/GeometryMask/Source/GeometryMask/Public/GeometryMaskTypes.h |
| Include | #include "GeometryMaskTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FGeometryMaskWriteParameters
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bInvert | ||
| FName | CanvasName | Specifies the GeometryMaskCanvas to reference. | |
| EGeometryMaskColorChannel | ColorChannel | ||
| double | InnerRadius | The inner offset of the shapes extent in world units. | |
| EGeometryMaskCompositeOperation | OperationType | ||
| double | OuterRadius | The outer offset of the shapes extent in world units. | |
| int32 | Priority | Higher values draw above lower. |