Navigation
API > API/Plugins > API/Plugins/GeometryMask > API/Plugins/GeometryMask/UGeometryMaskWorldSubsystem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UGeometryMaskCanvas * GetNamedCanvas
(
const ULevel* InLevel, |
Retrieves a Canvas, uniquely identified by this world and the canvas name. | GeometryMaskWorldSubsystem.h | |
UGeometryMaskCanvas * GetNamedCanvas
(
const ULevel* InLevel, |
Retrieves a Canvas, uniquely identified by this world and the canvas name. | GeometryMaskWorldSubsystem.h |
GetNamedCanvas(const ULevel *, FName)
Description
Retrieves a Canvas, uniquely identified by this world and the canvas name.
| Name | GetNamedCanvas |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/GeometryMask/Source/GeometryMask/Public/GeometryMaskWorldSubsystem.h |
| Include Path | #include "GeometryMaskWorldSubsystem.h" |
| Source | /Engine/Plugins/VirtualProduction/GeometryMask/Source/GeometryMask/Private/GeometryMaskWorldSubsystem.cpp |
UGeometryMaskCanvas * GetNamedCanvas
(
const ULevel * InLevel,
FName InName
)
GetNamedCanvas(const ULevel , FName, const IGeometryMaskClient )
Description
Retrieves a Canvas, uniquely identified by this world and the canvas name.
| Name | GetNamedCanvas |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/GeometryMask/Source/GeometryMask/Public/GeometryMaskWorldSubsystem.h |
| Include Path | #include "GeometryMaskWorldSubsystem.h" |
| Source | /Engine/Plugins/VirtualProduction/GeometryMask/Source/GeometryMask/Private/GeometryMaskWorldSubsystem.cpp |
UGeometryMaskCanvas * GetNamedCanvas
(
const ULevel * InLevel,
FName InName,
const IGeometryMaskClient * InMaskClient
)
Parameters
| Name | Remarks |
|---|---|
| InLevel | the level that the canvas relates to |
| InName | the name of the canvas |
| InMaskClient | the user of the mask (if any) |