Navigation
API > API/Editor > API/Editor/PropertyEditor
Inheritance Hierarchy
- SCompoundWidget
- SObjectPropertyEntryBox
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h |
| Include | #include "PropertyCustomizationHelpers.h" |
Syntax
class SObjectPropertyEntryBox : public SCompoundWidget
Remarks
Simulates an object property field Can be used when a property should act like a FObjectProperty but it isn't one
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
||
| void | GetDesiredWidth
(
float& OutMinDesiredWidth, |
||
| void | OpenEntryBox () |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |
Typedefs
| Name | Description |
|---|---|
| FOnSetClass | Delegate used to set a class |