FStructureDetailsViewArgs

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

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()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss