UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FTabManager::FLayoutNode Class Reference

#include <TabManager.h>

+ Inheritance diagram for FTabManager::FLayoutNode:

Public Member Functions

virtual ~FLayoutNode ()
 
virtual SLATE_API TSharedPtr< FStackAsStack ()
 
virtual SLATE_API TSharedPtr< FSplitterAsSplitter ()
 
virtual SLATE_API TSharedPtr< FAreaAsArea ()
 
float GetSizeCoefficient () const
 
- Public Member Functions inherited from TSharedFromThis< FLayoutNode >
TSharedRef< FLayoutNode, Mode > AsShared ()
 
TSharedRef< FLayoutNode const, Mode > AsShared () const
 
TSharedRef< SubobjectType, Mode > AsSharedSubobject (SubobjectType *SubobjectPtr) const
 
TWeakPtr< FLayoutNode, Mode > AsWeak ()
 
TWeakPtr< FLayoutNode 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
 

Protected Member Functions

 FLayoutNode ()
 
- Protected Member Functions inherited from TSharedFromThis< FLayoutNode >
 TSharedFromThis ()
 
 TSharedFromThis (TSharedFromThis const &)
 
UE_FORCEINLINE_HINT TSharedFromThisoperator= (TSharedFromThis const &)
 
 ~TSharedFromThis ()
 

Protected Attributes

float SizeCoefficient
 

Friends

class FTabManager
 

Additional Inherited Members

- Static Protected Member Functions inherited from TSharedFromThis< FLayoutNode >
static UE_FORCEINLINE_HINT TSharedRef< OtherType, Mode > SharedThis (OtherType *ThisPtr)
 
static UE_FORCEINLINE_HINT TSharedRef< OtherType const, Mode > SharedThis (const OtherType *ThisPtr)
 

Constructor & Destructor Documentation

◆ ~FLayoutNode()

virtual FTabManager::FLayoutNode::~FLayoutNode ( )
inlinevirtual

◆ FLayoutNode()

FTabManager::FLayoutNode::FLayoutNode ( )
inlineprotected

Member Function Documentation

◆ AsArea()

TSharedPtr< FTabManager::FArea > FTabManager::FLayoutNode::AsArea ( )
virtual

Reimplemented in FTabManager::FArea.

◆ AsSplitter()

TSharedPtr< FTabManager::FSplitter > FTabManager::FLayoutNode::AsSplitter ( )
virtual

Reimplemented in FTabManager::FSplitter.

◆ AsStack()

TSharedPtr< FTabManager::FStack > FTabManager::FLayoutNode::AsStack ( )
virtual

Reimplemented in FTabManager::FStack.

◆ GetSizeCoefficient()

float FTabManager::FLayoutNode::GetSizeCoefficient ( ) const
inline

Friends And Related Symbol Documentation

◆ FTabManager

friend class FTabManager
friend

Member Data Documentation

◆ SizeCoefficient

float FTabManager::FLayoutNode::SizeCoefficient
protected

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