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