FOnItemAddedToTree

Visitor that is used to set up type-specific data after tree items are added to the tree

Windows
MacOS
Linux

Inheritance Hierarchy

IMutableTreeItemVisitor

SSceneOutliner::FOnItemAddedToTree

References

Module

SceneOutliner

Header

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

Include

#include "SSceneOutliner.h"

Syntax

struct FOnItemAddedToTree : public SceneOutliner::IMutableTreeItemVisitor

Remarks

Visitor that is used to set up type-specific data after tree items are added to the tree

Variables

Name Description

Public variable

SSceneOutliner ...

 

Outliner

Constructors

Name Description

Public function

FOnItemAddedToTree

(
    SSceneOutliner& InOutliner
)

Functions

Name Description

Public function Virtual Const

void

 

Visit

(
    FActorTreeItem& Actor
)

Public function Virtual Const

void

 

Visit

(
    FFolderTreeItem& Folder
)

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