Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Contains all the settings that should be shared across sessions.
| Name | FNiagaraViewportSharedSettings |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraEditorSettings.h |
| Include Path | #include "NiagaraEditorSettings.h" |
Syntax
USTRUCT ()
struct FNiagaraViewportSharedSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNiagaraViewportSharedSettings() |
NiagaraEditorSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsRealtime | bool | Whether this viewport is updating in real-time. | NiagaraEditorSettings.h |
|
| bShowEmitterExecutionOrder | bool | NiagaraEditorSettings.h |
|
|
| bShowGpuTickInformation | bool | NiagaraEditorSettings.h |
|
|
| bShowGridInViewport | bool | NiagaraEditorSettings.h |
|
|
| bShowInstructionsCount | bool | NiagaraEditorSettings.h |
|
|
| bShowMemoryInfo | bool | NiagaraEditorSettings.h |
|
|
| bShowOnScreenStats | bool | Whether viewport statistics should be shown. | NiagaraEditorSettings.h |
|
| bShowParticleCountsInViewport | bool | NiagaraEditorSettings.h |
|
|
| bShowStatelessInfo | bool | NiagaraEditorSettings.h |
|
|
| EditorShowFlagsString | FString | A set of flags that determines visibility for various scene elements (FEngineShowFlags), converted to string form. | NiagaraEditorSettings.h |
|
| ExposureSettings | FExposureSettings | Setting to allow designers to override the automatic expose. | NiagaraEditorSettings.h |
|
| FOVAngle | float | Field of view angle for the viewport. | NiagaraEditorSettings.h |
|
| GameShowFlagsString | FString | A set of flags that determines visibility for various scene elements (FEngineShowFlags), converted to string form. | NiagaraEditorSettings.h |
|
| OrthoViewModeIndex | TEnumAsByte< EViewModeIndex > | View mode to set when this viewport is not of type LVT_Perspective. | NiagaraEditorSettings.h |
|
| PerspViewModeIndex | TEnumAsByte< EViewModeIndex > | View mode to set when this viewport is of type LVT_Perspective. | NiagaraEditorSettings.h |
|
| ViewportType | TEnumAsByte< ELevelViewportType > | The viewport type | NiagaraEditorSettings.h |
|