Navigation
API > API/Plugins > API/Plugins/GeometryMask
Uniquely identified by world and scene view index.
| Name | FGeometryMaskDrawingContext |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/GeometryMask/Source/GeometryMask/Public/GeometryMaskTypes.h |
| Include Path | #include "GeometryMaskTypes.h" |
Syntax
USTRUCT ()
struct FGeometryMaskDrawingContext
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| GeometryMaskTypes.h | |||
| GeometryMaskTypes.h | |||
FGeometryMaskDrawingContext
(
TObjectKey< ULevel > InLevel, |
GeometryMaskTypes.h | ||
FGeometryMaskDrawingContext
(
const ULevel* InLevel, |
GeometryMaskTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Level | TObjectKey< ULevel > | GeometryMaskTypes.h | ||
| SceneViewIndex | uint8 | GeometryMaskTypes.h | ||
| ViewportSize | FIntPoint | GeometryMaskTypes.h | ||
| ViewProjectionMatrix | FMatrix | The last resolved ViewProjectionMatrix. | GeometryMaskTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
GeometryMaskTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FGeometryMaskDrawingContext& InOther |
GeometryMaskTypes.h | ||
bool operator==
(
const FGeometryMaskDrawingContext& InOther |
GeometryMaskTypes.h |