Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FCanvas
Enum for canvas features that are allowed
| Name | ECanvasAllowModes |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/CanvasTypes.h |
| Include Path | #include "CanvasTypes.h" |
Syntax
enum ECanvasAllowModes
{
Allow_Flush = 1 << 0,
Allow_DeleteOnRender = 1 << 1,
}
Values
| Name | Remarks |
|---|---|
| Allow_Flush | Flushing and rendering |
| Allow_DeleteOnRender | Delete the render batches when rendering |