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

#include <SPropertyViewerImpl.h>

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

Public Member Functions

 FPropertyViewerImpl (const SPropertyViewer::FArguments &InArgs)
 
 FPropertyViewerImpl (const FPropertyViewerImpl &)=delete
 
FPropertyViewerImploperator= (const FPropertyViewerImpl &)=delete
 
 ~FPropertyViewerImpl ()
 
TSharedRef< SWidgetConstruct (const SPropertyViewer::FArguments &InArgs)
 
void Tick ()
 
void AddContainer (SPropertyViewer::FHandle Identifier, TOptional< FText > DisplayName, const UStruct *Struct)
 
void AddContainerInstance (SPropertyViewer::FHandle Identifier, TOptional< FText > DisplayName, UObject *Object)
 
void AddContainerInstance (SPropertyViewer::FHandle Identifier, TOptional< FText > DisplayName, const UScriptStruct *Struct, void *Data)
 
void Remove (SPropertyViewer::FHandle Identifier)
 
void RemoveAll ()
 
TArray< SPropertyViewer::FSelectedItemGetSelectedItems () const
 
void SetRawFilterText (const FText &InFilterText)
 
void SetSelection (SPropertyViewer::FHandle Identifier, TArrayView< const FFieldVariant > FieldPath)
 
- Public Member Functions inherited from TSharedFromThis< FPropertyViewerImpl >
TSharedRef< FPropertyViewerImpl, Mode > AsShared ()
 
TSharedRef< FPropertyViewerImpl const, Mode > AsShared () const
 
TSharedRef< SubobjectType, Mode > AsSharedSubobject (SubobjectType *SubobjectPtr) const
 
TWeakPtr< FPropertyViewerImpl, Mode > AsWeak ()
 
TWeakPtr< FPropertyViewerImpl 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
 

Additional Inherited Members

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

Detailed Description

Constructor & Destructor Documentation

◆ FPropertyViewerImpl() [1/2]

UE::PropertyViewer::Private::FPropertyViewerImpl::FPropertyViewerImpl ( const SPropertyViewer::FArguments &  InArgs)

◆ FPropertyViewerImpl() [2/2]

UE::PropertyViewer::Private::FPropertyViewerImpl::FPropertyViewerImpl ( const FPropertyViewerImpl )
delete

◆ ~FPropertyViewerImpl()

UE::PropertyViewer::Private::FPropertyViewerImpl::~FPropertyViewerImpl ( )

Member Function Documentation

◆ AddContainer()

void UE::PropertyViewer::Private::FPropertyViewerImpl::AddContainer ( SPropertyViewer::FHandle  Identifier,
TOptional< FText DisplayName,
const UStruct Struct 
)

◆ AddContainerInstance() [1/2]

void UE::PropertyViewer::Private::FPropertyViewerImpl::AddContainerInstance ( SPropertyViewer::FHandle  Identifier,
TOptional< FText DisplayName,
const UScriptStruct Struct,
void Data 
)

◆ AddContainerInstance() [2/2]

void UE::PropertyViewer::Private::FPropertyViewerImpl::AddContainerInstance ( SPropertyViewer::FHandle  Identifier,
TOptional< FText DisplayName,
UObject Object 
)

◆ Construct()

TSharedRef< SWidget > UE::PropertyViewer::Private::FPropertyViewerImpl::Construct ( const SPropertyViewer::FArguments &  InArgs)

◆ GetSelectedItems()

TArray< SPropertyViewer::FSelectedItem > UE::PropertyViewer::Private::FPropertyViewerImpl::GetSelectedItems ( ) const

◆ operator=()

FPropertyViewerImpl & UE::PropertyViewer::Private::FPropertyViewerImpl::operator= ( const FPropertyViewerImpl )
delete

◆ Remove()

void UE::PropertyViewer::Private::FPropertyViewerImpl::Remove ( SPropertyViewer::FHandle  Identifier)

◆ RemoveAll()

void UE::PropertyViewer::Private::FPropertyViewerImpl::RemoveAll ( )

◆ SetRawFilterText()

void UE::PropertyViewer::Private::FPropertyViewerImpl::SetRawFilterText ( const FText InFilterText)

◆ SetSelection()

void UE::PropertyViewer::Private::FPropertyViewerImpl::SetSelection ( SPropertyViewer::FHandle  Identifier,
TArrayView< const FFieldVariant FieldPath 
)

◆ Tick()

void UE::PropertyViewer::Private::FPropertyViewerImpl::Tick ( )

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