Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/ISinglePropertyView.h |
| Include | #include "ISinglePropertyView.h" |
Syntax
struct FSinglePropertyParams
Remarks
Init params for a single property
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bHideAssetThumbnail | Whether to hide an asset thumbnail, if available | |
| FSlateFontInfo | Font | Font to use instead of the default property font | |
| FText | NameOverride | Override for the property name that will be displayed instead of the property name | |
| EPropertyNamePlacement::Type | NamePlacement | Whether or not to show the name | |
| FNotifyHook * | NotifyHook | Notify hook interface to use for some property change events |
Constructors
| Type | Name | Description | |
|---|---|---|---|