FPendingTreeOperation

Structure that defines an operation that should be applied to the tree

Windows
MacOS
Linux

References

Module

SceneOutliner

Header

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

Include

#include "SSceneOutliner.h"

Syntax

struct FPendingTreeOperation

Remarks

Structure that defines an operation that should be applied to the tree

Variables

Name Description

Public variable

FTreeItemRef

 

Item

The tree item to which this operation relates

Public variable

EType

 

Type

The type of operation that is to be applied

Constructors

Name Description

Public function

FPendingTreeOperation

(
    EType InType,
    TSharedRef< ITreeItem > InItem
)

Enums

Name

Description

Public enum

EType

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