#include <SPropertyViewerImpl.h>
|
| | FPropertyViewerImpl (const SPropertyViewer::FArguments &InArgs) |
| |
| | FPropertyViewerImpl (const FPropertyViewerImpl &)=delete |
| |
| FPropertyViewerImpl & | operator= (const FPropertyViewerImpl &)=delete |
| |
| | ~FPropertyViewerImpl () |
| |
| TSharedRef< SWidget > | Construct (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::FSelectedItem > | GetSelectedItems () const |
| |
| void | SetRawFilterText (const FText &InFilterText) |
| |
| void | SetSelection (SPropertyViewer::FHandle Identifier, TArrayView< const FFieldVariant > FieldPath) |
| |
| 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 |
| |
◆ 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 |
( |
| ) |
|
◆ AddContainer()
◆ AddContainerInstance() [1/2]
◆ AddContainerInstance() [2/2]
◆ Construct()
| TSharedRef< SWidget > UE::PropertyViewer::Private::FPropertyViewerImpl::Construct |
( |
const SPropertyViewer::FArguments & |
InArgs | ) |
|
◆ GetSelectedItems()
◆ operator=()
◆ Remove()
◆ RemoveAll()
| void UE::PropertyViewer::Private::FPropertyViewerImpl::RemoveAll |
( |
| ) |
|
◆ SetRawFilterText()
| void UE::PropertyViewer::Private::FPropertyViewerImpl::SetRawFilterText |
( |
const FText & |
InFilterText | ) |
|
◆ SetSelection()
◆ Tick()
| void UE::PropertyViewer::Private::FPropertyViewerImpl::Tick |
( |
| ) |
|
The documentation for this class was generated from the following files: