Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h |
Include |
#include "PropertyEditorModule.h" |
struct FStructureDetailsViewArgs
Struct used to control the visibility of properties in a Structure Detail View
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 |
Name | Description | |
---|---|---|
|
FStructureDetailsViewArgs() |