Navigation
API > API/Editor > API/Editor/PropertyEditor
Inheritance Hierarchy
- SCompoundWidget
- IPropertyTypeCustomizationUtils
- SStandaloneCustomizedValueWidget
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/SStandaloneCustomizedValueWidget.h |
| Include | #include "SStandaloneCustomizedValueWidget.h" |
Syntax
class SStandaloneCustomizedValueWidget :
public SCompoundWidget,
public IPropertyTypeCustomizationUtils
Remarks
Generates the header widget for a customized struct or other type. This widget is generally used in the property editor to display a struct as a single row, like with an FColor. Properties passed in that do not have a header customization will return a null widget.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
Overridden from IPropertyTypeCustomizationUtils
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FAssetThumbnailPool > | Gets the thumbnail pool that should be used for rendering thumbnails in the struct |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |