ESelectedObjectsModificationType

Type of change we want to apply to a selection

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

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

Include

#include "ToolContextInterfaces.h"

Syntax

enum ESelectedObjectsModificationType
{
    Replace    = 0,
    Add        = 1,
    Remove     = 2,
    Clear      = 3,
}

Values

Name

Description

Replace

Add

Remove

Clear

Remarks

Type of change we want to apply to a selection

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