Navigation
API > API/Editor > API/Editor/PropertyEditor
Simulates a class property field Can be used when a property should act like a FClassProperty but it isn't one
| Name | SClassPropertyEntryBox |
| Type | class |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/PropertyCustomizationHelpers.h |
| Include Path | #include "PropertyCustomizationHelpers.h" |
Syntax
class SClassPropertyEntryBox : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SClassPropertyEntryBox
- FSlateControlledConstruction → SWidget → SCompoundWidget → SClassPropertyEntryBox
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PropertyEditorClass | TSharedPtr< SPropertyEditorClass > | The widget used to edit the class 'property' | PropertyCustomizationHelpers.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
PropertyCustomizationHelpers.h |