UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::PropertyViewer::Private::FTreeNode Struct Reference

#include <SPropertyViewerImpl.h>

+ Inheritance diagram for UE::PropertyViewer::Private::FTreeNode:

Classes

struct  FNodeReference
 

Public Member Functions

bool IsContainer () const
 
TSharedPtr< FContainerGetContainer () const
 
bool IsField () const
 
FFieldVariant GetField () const
 
TSharedPtr< FTreeNodeGetParentNode () const
 
FPropertyPath GetPropertyPath () const
 
TArray< FFieldVariantGetFieldPath () const
 
TSharedPtr< FContainerGetOwnerContainer () const
 
TOptional< FTextGetOverrideDisplayName () const
 
void GetFilterStrings (TArray< FString > &OutStrings) const
 
TArray< FNodeReferenceBuildChildNodes (IFieldIterator &FieldIterator, IFieldExpander &FieldExpander, bool bSortChildNode)
 
void RemoveChild ()
 
- Public Member Functions inherited from TSharedFromThis< FTreeNode >
TSharedRef< FTreeNode, Mode > AsShared ()
 
TSharedRef< FTreeNode const, Mode > AsShared () const
 
TSharedRef< SubobjectType, Mode > AsSharedSubobject (SubobjectType *SubobjectPtr) const
 
TWeakPtr< FTreeNode, Mode > AsWeak ()
 
TWeakPtr< FTreeNode const, Mode > AsWeak () const
 
TWeakPtr< SubobjectType, Mode > AsWeakSubobject (SubobjectType *SubobjectPtr) const
 
void UpdateWeakReferenceInternal (TSharedPtr< SharedPtrType, SharedPtrMode > const *InSharedPtr, OtherType *InObject) const
 
void UpdateWeakReferenceInternal (TSharedRef< SharedRefType, SharedPtrMode > const *InSharedRef, OtherType *InObject) const
 
UE_FORCEINLINE_HINT bool DoesSharedInstanceExist () const
 

Static Public Member Functions

static TSharedRef< FTreeNodeMakeContainer (const TSharedPtr< FContainer > &InContainer, TOptional< FText > InDisplayName)
 
static TSharedRef< FTreeNodeMakeField (TSharedPtr< FTreeNode > InParent, const FProperty *Property, TOptional< FText > InDisplayName)
 
static TSharedRef< FTreeNodeMakeField (TSharedPtr< FTreeNode > InParent, const UFunction *Function, TOptional< FText > InDisplayName)
 

Public Attributes

TWeakPtr< SFieldNamePropertyWidget
 
TArray< TSharedPtr< FTreeNode >, TInlineAllocator< 1 > > ChildNodes
 
bool bChildGenerated = false
 

Additional Inherited Members

- Protected Member Functions inherited from TSharedFromThis< FTreeNode >
 TSharedFromThis ()
 
 TSharedFromThis (TSharedFromThis const &)
 
UE_FORCEINLINE_HINT TSharedFromThisoperator= (TSharedFromThis const &)
 
 ~TSharedFromThis ()
 
- Static Protected Member Functions inherited from TSharedFromThis< FTreeNode >
static UE_FORCEINLINE_HINT TSharedRef< OtherType, Mode > SharedThis (OtherType *ThisPtr)
 
static UE_FORCEINLINE_HINT TSharedRef< OtherType const, Mode > SharedThis (const OtherType *ThisPtr)
 

Detailed Description

Member Function Documentation

◆ BuildChildNodes()

TArray< FTreeNode::FNodeReference > UE::PropertyViewer::Private::FTreeNode::BuildChildNodes ( IFieldIterator FieldIterator,
IFieldExpander FieldExpander,
bool  bSortChildNode 
)

◆ GetContainer()

TSharedPtr< FContainer > UE::PropertyViewer::Private::FTreeNode::GetContainer ( ) const
inline

◆ GetField()

FFieldVariant UE::PropertyViewer::Private::FTreeNode::GetField ( ) const

◆ GetFieldPath()

TArray< FFieldVariant > UE::PropertyViewer::Private::FTreeNode::GetFieldPath ( ) const

◆ GetFilterStrings()

void UE::PropertyViewer::Private::FTreeNode::GetFilterStrings ( TArray< FString > &  OutStrings) const

◆ GetOverrideDisplayName()

TOptional< FText > UE::PropertyViewer::Private::FTreeNode::GetOverrideDisplayName ( ) const
inline

◆ GetOwnerContainer()

TSharedPtr< FContainer > UE::PropertyViewer::Private::FTreeNode::GetOwnerContainer ( ) const

◆ GetParentNode()

TSharedPtr< FTreeNode > UE::PropertyViewer::Private::FTreeNode::GetParentNode ( ) const
inline

◆ GetPropertyPath()

FPropertyPath UE::PropertyViewer::Private::FTreeNode::GetPropertyPath ( ) const

◆ IsContainer()

bool UE::PropertyViewer::Private::FTreeNode::IsContainer ( ) const
inline

◆ IsField()

bool UE::PropertyViewer::Private::FTreeNode::IsField ( ) const
inline

◆ MakeContainer()

TSharedRef< FTreeNode > UE::PropertyViewer::Private::FTreeNode::MakeContainer ( const TSharedPtr< FContainer > &  InContainer,
TOptional< FText InDisplayName 
)
static

◆ MakeField() [1/2]

TSharedRef< FTreeNode > UE::PropertyViewer::Private::FTreeNode::MakeField ( TSharedPtr< FTreeNode InParent,
const FProperty Property,
TOptional< FText InDisplayName 
)
static

◆ MakeField() [2/2]

TSharedRef< FTreeNode > UE::PropertyViewer::Private::FTreeNode::MakeField ( TSharedPtr< FTreeNode InParent,
const UFunction Function,
TOptional< FText InDisplayName 
)
static

◆ RemoveChild()

void UE::PropertyViewer::Private::FTreeNode::RemoveChild ( )
inline

Member Data Documentation

◆ bChildGenerated

bool UE::PropertyViewer::Private::FTreeNode::bChildGenerated = false

◆ ChildNodes

TArray<TSharedPtr<FTreeNode>, TInlineAllocator<1> > UE::PropertyViewer::Private::FTreeNode::ChildNodes

◆ PropertyWidget

TWeakPtr<SFieldName> UE::PropertyViewer::Private::FTreeNode::PropertyWidget

The documentation for this struct was generated from the following files: