ECanvasAllowModes

Enum for canvas features that are allowed

Windows
MacOS
Linux

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss