Navigation
API > API/Plugins > API/Plugins/GeometryMask
Inheritance Hierarchy
- UEngineSubsystem
- UGeometryMaskSubsystem
References
| Module | GeometryMask |
| Header | /Engine/Plugins/Experimental/GeometryMask/Source/GeometryMask/Public/GeometryMaskSubsystem.h |
| Include | #include "GeometryMaskSubsystem.h" |
Syntax
UCLASS (BlueprintType)
class UGeometryMaskSubsystem : public UEngineSubsystem
Remarks
Maintains the registered named canvases.
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TSet< TObjectPtr< UGeometryMaskCanvasResource > > & | |||
| UGeometryMaskCanvas * | Returns the default, blank canvas. | ||
| int32 | |||
| FOnGeometryMaskResourceCreated & | Called when a new canvas resource is created. | ||
| FOnGeometryMaskResourceDestroyed & | Called when a canvas resource is destroyed. | ||
| void | ToggleUpdate
(
const TOptional< bool >& bInShouldUpdate |
Toggles if no arg given. | |
| void | Update
(
UWorld* InWorld, |