SceneOutliner::ENewItemAction::Type

Set of actions to apply to new tree items

Windows
MacOS
Linux

References

Module

SceneOutliner

Header

/Engine/Source/Editor/SceneOutliner/Public/SSceneOutliner.h

Include

#include "SSceneOutliner.h"

Syntax

namespace SceneOutliner
{
    namespace ENewItemAction
    {
        enum Type
        {
            Select            = 1 << 0,
            ScrollIntoView    = 1 << 1,
            Rename            = 1 << 2,
        }
    }
}

Values

Name

Description

Select

Select the item when it is created

ScrollIntoView

Scroll the item into view when it is created

Rename

Interactively rename the item when it is created (implies the above)

Remarks

Set of actions to apply to new tree items

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