Navigation
API > API/Plugins > API/Plugins/GeometryMask > API/Plugins/GeometryMask/UGeometryMaskCanvas
| Name | FInitParams |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/GeometryMask/Source/GeometryMask/Public/GeometryMaskCanvas.h |
| Include Path | #include "GeometryMaskCanvas.h" |
Syntax
struct FInitParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CanvasName | FName | Name identifying this canvas within the level | GeometryMaskCanvas.h | |
| Level | const ULevel * | Level that this canvas is relevant for | GeometryMaskCanvas.h | |
| RenderTarget | UTextureRenderTarget2DArray * | Render target to draw to | GeometryMaskCanvas.h | |
| SharedData | TSharedPtr< FGeometryMaskCanvasSharedData > | Shared data between canvases | GeometryMaskCanvas.h | |
| SliceIndex | int32 | Index to the slice in the render target to draw to | GeometryMaskCanvas.h |