Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h |
| Include | #include "PropertyEditorModule.h" |
Syntax
struct FStructureDetailsViewArgs
Remarks
Struct used to control the visibility of properties in a Structure Detail View
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool: 1 | bShowAssets | True if we should show asset properties in the details view | |
| bool: 1 | bShowClasses | True if we should show class properties in the details view | |
| bool: 1 | bShowInterfaces | True if we should show interface properties in the details view | |
| bool: 1 | bShowObjects | True if we should show general object properties in the details view |
Constructors
| Type | Name | Description | |
|---|---|---|---|