Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Editor/UMGEditor/Public/Components/PropertyViewBase.h |
Include |
#include "Components/PropertyViewBase.h" |
class UPropertyViewBase : public UWidget
Base of property view allows you to display the value of an object properties.
Name | Description | ||
---|---|---|---|
|
bAutoLoadAsset |
Load the object (if it's an asset) when the widget is created. |
|
|
TSoftObjectPtr<... |
Object |
The object to view. |
|
OnPropertyChanged |
Sets a delegate called when the property value changes |
Name | Description | ||
---|---|---|---|
|
BuildContentWidget() |
||
|
TSharedPtr< ... |
GetDisplayWidget() |
|
|
UObject *... |
GetObject() |
|
|
OnObjectChanged() |
||
|
OnPropertyChangedBroadcast ( |
||
|
SetObject ( |
Name | Description | ||
---|---|---|---|
|
const FText |
GetPaletteCategory() |
Gets the palette category of the widget |
|
TSharedRef< ... |
RebuildWidget() |
Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed. |
Name | Description | ||
---|---|---|---|
|
ReleaseSlateResources ( |
Name | Description | ||
---|---|---|---|
|
PostEditChangeProperty ( |
Called when a property on this object has been modified externally |
|
|
PostLoad() |
Do any object-specific cleanup required immediately after loading an object. |
Name | Description | ||
---|---|---|---|
|
SoftObjectPath_DEPRECATED |