EToolShutdownType

Passed to [UInteractiveTool::Shutdown](API\Runtime\InteractiveToolsFramework\UInteractiveTool\Shutdown) to indicate how Tool should shut itself down

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/InteractiveTool.h

Include

#include "InteractiveTool.h"

Syntax

enum EToolShutdownType
{
    Completed    = 0,
    Accept       = 1,
    Cancel       = 2,
}

Values

Name

Description

Completed

Tool cleans up and exits. Pass this to tools that do not have Accept/Cancel options.

Accept

Tool commits current preview to scene

Cancel

Tool discards current preview without modifying scene

Remarks

Passed to UInteractiveTool::Shutdown to indicate how Tool should shut itself down

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