Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/CanvasTypes.h |
Include |
#include "CanvasTypes.h" |
enum ECanvasAllowModes
{
Allow_Flush = 1 << 0,
Allow_DeleteOnRender = 1 << 1,
}
Name |
Description |
---|---|
Allow_Flush |
Flushing and rendering |
Allow_DeleteOnRender |
Delete the render batches when rendering |
Enum for canvas features that are allowed