Navigation
API > API/Plugins > API/Plugins/GeometryMask
| Name | UGeometryMaskCanvasReferenceComponentBase |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/GeometryMask/Source/GeometryMask/Public/GeometryMaskTypes.h |
| Include Path | #include "GeometryMaskTypes.h" |
Syntax
UCLASS (Abstract)
class UGeometryMaskCanvasReferenceComponentBase :
public UActorComponent ,
public IGeometryMaskClient
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UActorComponent → UGeometryMaskCanvasReferenceComponentBase
Implements Interfaces
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~UGeometryMaskCanvasReferenceComponentBase() |
GeometryMaskTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UTextureRenderTarget2DArray * GetRenderTarget() |
Returns the render target 2D array that the canvas draws to | GeometryMaskTypes.h |
|
UCanvasRenderTarget2D * GetTexture() |
GeometryMaskTypes.h |
|
|
void ReceiveSetCanvas
(
const UGeometryMaskCanvas* InCanvas |
Implement to perform an operation with the provided canvas. | GeometryMaskTypes.h |
|
Public Virtual
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool TryResolveNamedCanvas
(
FName InCanvasName |
GeometryMaskTypes.h |
Protected Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Cleanup() |
GeometryMaskTypes.h | ||
virtual bool TryResolveCanvas() |
Override to inject CanvasName into TryResolveCanvas(FName). | GeometryMaskTypes.h |
Overridden from UActorComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BeginPlay() |
GeometryMaskTypes.h | ||
virtual void OnRegister() |
GeometryMaskTypes.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostLoad() |
GeometryMaskTypes.h |
Overridden from IGeometryMaskClient
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool ForEachUsedCanvasName
(
TFunctionRef< bool(FName)> InFunc |
Iterates each canvas that the client uses | GeometryMaskTypes.h |