Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
| Name | ENiagaraCategoryExpandState |
| Type | enum |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraEditorSettings.h |
| Include Path | #include "NiagaraEditorSettings.h" |
Syntax
enum ENiagaraCategoryExpandState
{
Default,
DefaultExpandModified,
CollapseAll,
ExpandAll,
}
Values
| Name | Remarks |
|---|---|
| Default | Categories will use the default expand / collapse state. |
| DefaultExpandModified | Categories will use the default expand / collapse state unless they contain modified properties in which case they will expand. |
| CollapseAll | Categories will ignore the default state and be collapsed. |
| ExpandAll | Categories will ignore the default state and be expanded. |