Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/PropertyEditor/Public/DetailsViewArgs.h |
Include |
#include "DetailsViewArgs.h" |
enum EEditDefaultsOnlyNodeVisibility
{
Show,
Hide,
Automatic,
}
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. |