Navigation
API > API/Editor > API/Editor/ScriptableEditorWidgets
Base of property view allows you to display the value of an object properties.
| Name | UPropertyViewBase |
| Type | class |
| Header File | /Engine/Source/Editor/ScriptableEditorWidgets/Public/Components/PropertyViewBase.h |
| Include Path | #include "Components/PropertyViewBase.h" |
Syntax
UCLASS (Abstract)
class UPropertyViewBase : public UWidget
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UVisual → UWidget → UPropertyViewBase
Implements Interfaces
Derived Classes
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DisplayedWidget | TSharedPtr< SBorder > | Components/PropertyViewBase.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UObject * GetObject() |
Components/PropertyViewBase.h |
|
|
void SetObject
(
UObject* NewObject |
Components/PropertyViewBase.h |
|
Overridden from UWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FText GetPaletteCategory() |
Components/PropertyViewBase.h |
Overridden from UVisual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ReleaseSlateResources
(
bool bReleaseChildren |
Components/PropertyViewBase.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Components/PropertyViewBase.h | ||
virtual void PostLoad() |
Components/PropertyViewBase.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BuildContentWidget() |
Components/PropertyViewBase.h | ||
TSharedPtr< SBorder > GetDisplayWidget() |
Components/PropertyViewBase.h | ||
virtual void OnObjectChanged() |
Components/PropertyViewBase.h | ||
void OnPropertyChangedBroadcast
(
FName PropertyName |
Components/PropertyViewBase.h |
Overridden from UWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > RebuildWidget() |
Components/PropertyViewBase.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SoftObjectPath_DEPRECATED | FSoftObjectPath | Components/PropertyViewBase.h |