FStructureDetailsViewArgs

Struct used to control the visibility of properties in a Structure Detail View

Choose your operating system:

Windows

macOS

Linux

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

Name Description

Public variable

bool: 1

 

bShowAssets

True if we should show asset properties in the details view

Public variable

bool: 1

 

bShowClasses

True if we should show class properties in the details view

Public variable

bool: 1

 

bShowInterfaces

True if we should show interface properties in the details view

Public variable

bool: 1

 

bShowObjects

True if we should show general object properties in the details view

Constructors

Name Description

Public function

FStructureDetailsViewArgs()