Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| |
|
| Module |
PropertyEditor |
| Header |
/Engine/Source/Editor/PropertyEditor/Public/DetailsViewArgs.h |
| Include |
#include "DetailsViewArgs.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. |