Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FCanvas
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/CanvasTypes.h |
| Include | #include "CanvasTypes.h" |
Syntax
enum ECanvasAllowModes
&123;
Allow_Flush = 1 << 0,
Allow_DeleteOnRender = 1 << 1,
&125;
Values
| Name | Description |
|---|---|
| Allow_Flush | Flushing and rendering |
| Allow_DeleteOnRender | Delete the render batches when rendering |
Remarks
Enum for canvas features that are allowed