EEditAction::Type

Outcomes when determining whether it's possible to perform an action on the edit modes

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Tools/UEdMode.h

Include

#include "Tools/UEdMode.h"

Syntax

namespace EEditAction
{
    enum Type
    {
        Skip       = 0,
        Process,
        Halt,
    }
}

Values

Name

Description

Skip

Can't process this action

Process

Can process this action

Halt

Stop evaluating other modes (early out)

Remarks

Outcomes when determining whether it's possible to perform an action on the edit modes

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