Navigation
API > API/Editor > API/Editor/PropertyEditor
| Name | EEditDefaultsOnlyNodeVisibility |
| Type | enum |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/DetailsViewArgs.h |
| Include Path | #include "DetailsViewArgs.h" |
Syntax
enum EEditDefaultsOnlyNodeVisibility
{
Show,
Hide,
Automatic,
}
Values
| Name | Remarks |
|---|---|
| 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. |