ITreeItem::GetChildren

Get this item's children, if any.

Windows
MacOS
Linux

References

Module

SceneOutliner

Header

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

Include

#include "ITreeItem.h"

Syntax

const TArray< TWeakPtr< ITreeItem > > & GetChildren() const

Remarks

Get this item's children, if any. Although we store as weak pointers, they are guaranteed to be valid.

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