Navigation
API > API/Editor > API/Editor/ScriptableEditorWidgets > API/Editor/ScriptableEditorWidgets/Components
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UVisual
- UWidget
- UPropertyViewBase
- UDetailsView
- USinglePropertyView
References
| Module | ScriptableEditorWidgets |
| Header | /Engine/Source/Editor/ScriptableEditorWidgets/Public/Components/PropertyViewBase.h |
| Include | #include "Components/PropertyViewBase.h" |
Syntax
class UPropertyViewBase : public UWidget
Remarks
Base of property view allows you to display the value of an object properties.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAutoLoadAsset | Load the object (if it's an asset) when the widget is created. | |
| TSoftObjectPtr< UObject > | Object | The object to view. | |
| FOnPropertyValueChanged | OnPropertyChanged | Sets a delegate called when the property value changes |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| TSharedPtr< SBorder > | |||
| UObject * | GetObject () |
||
| void | |||
| void | OnPropertyChangedBroadcast
(
FName PropertyName |
||
| void |
Overridden from UWidget
| Type | Name | Description | |
|---|---|---|---|
| const FText | Gets the palette category of the widget | ||
| TSharedRef< SWidget > | Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed. |
Overridden from UVisual
| Type | Name | Description | |
|---|---|---|---|
| void | ReleaseSlateResources
(
bool bReleaseChildren |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally | |
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| FSoftObjectPath | SoftObjectPath_DEPRECATED |