Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraEditorSettings.h |
| Include | #include "NiagaraEditorSettings.h" |
Syntax
enum ENiagaraCategoryExpandState
&123;
Default,
DefaultExpandModified,
CollapseAll,
ExpandAll,
&125;
Values
| Name | Description |
|---|---|
| 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. |