Navigation
API > API/Editor > API/Editor/ScriptableEditorWidgets > API/Editor/ScriptableEditorWidgets/Components
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UVisual
- UWidget
- UPropertyViewBase
- USinglePropertyView
References
| Module | ScriptableEditorWidgets |
| Header | /Engine/Source/Editor/ScriptableEditorWidgets/Public/Components/SinglePropertyView.h |
| Include | #include "Components/SinglePropertyView.h" |
Syntax
class USinglePropertyView : public UPropertyViewBase
Remarks
The single property view allows you to display the value of an object's property.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | |||
| FName | |||
| void | SetNameOverride
(
FText NewPropertyName |
||
| void | SetPropertyName
(
FName NewPropertyName |
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 |