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 ()
struct FGeometryMaskDrawingContext
Remarks
Uniquely identified by world and scene view index.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectKey< ULevel > | Level | ||
| uint8 | SceneViewIndex | ||
| FIntPoint | ViewportSize | ||
| FMatrix | ViewProjectionMatrix | The last resolved ViewProjectionMatrix. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGeometryMaskDrawingContext
(
EForceInit |
|||
FGeometryMaskDrawingContext
(
TObjectKey< ULevel > InLevel, |
|||
FGeometryMaskDrawingContext
(
const ULevel* InLevel, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValid () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FGeometryMaskDrawingContext& InOther |
||
| bool | operator==
(
const FGeometryMaskDrawingContext& InOther |