ESlateDebuggingInvalidateRootReason

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h

Include

#include "Debugging/SlateDebugging.h"

Syntax

enum ESlateDebuggingInvalidateRootReason
{
    None              = 0,
    ChildOrder        = 1 << 0,
    Root              = 1 << 1,
    ScreenPosition    = 1 << 2,
}

Values

Name

Description

None

ChildOrder

Root

ScreenPosition

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