Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IPropertyRowGenerator.h |
| Include | #include "IPropertyRowGenerator.h" |
Syntax
struct FPropertyRowGeneratorArgs
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowEditingClassDefaultObjects | Whether the generator should allow editing CDOs. | |
| bool | bAllowMultipleTopLevelObjects | Whether the root node should contain multiple objects. | |
| bool | bShouldShowHiddenProperties | Whether the generator should generate hidden properties. | |
| EEditDefaultsOnlyNodeVisibility | DefaultsOnlyVisibility | Controls how CPF_DisableEditOnInstance nodes will be treated | |
| FNotifyHook * | NotifyHook | Notify hook to call when properties are changed |
Constructors
| Type | Name | Description | |
|---|---|---|---|