EEditDefaultsOnlyNodeVisibility

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

/Engine/Source/Editor/PropertyEditor/Public/IDetailsView.h

Include

#include "IDetailsView.h"

Syntax

enum EEditDefaultsOnlyNodeVisibility
{
    Show,
    Hide,
    Automatic,
}

Values

Name

Description

Show

Always show nodes that have the EditDefaultsOnly aka CPF_DisableEditOnInstance flag.

Hide

Always hide nodes that have the EditDefaultsOnly aka CPF_DisableEditOnInstance flag.

Automatic

Let the details panel control it.

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