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
USTRUCT&40;&41;
struct FNiagaraViewportSharedSettings
Remarks
Contains all the settings that should be shared across sessions.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsRealtime | Whether this viewport is updating in real-time. | |
| bool | bShowEmitterExecutionOrder | ||
| bool | bShowGpuTickInformation | ||
| bool | bShowGridInViewport | ||
| bool | bShowInstructionsCount | ||
| bool | bShowMemoryInfo | ||
| bool | bShowOnScreenStats | Whether viewport statistics should be shown. | |
| bool | bShowParticleCountsInViewport | ||
| FString | EditorShowFlagsString | A set of flags that determines visibility for various scene elements (FEngineShowFlags), converted to string form. | |
| FExposureSettings | ExposureSettings | Setting to allow designers to override the automatic expose. | |
| float | FOVAngle | Field of view angle for the viewport. | |
| FString | GameShowFlagsString | A set of flags that determines visibility for various scene elements (FEngineShowFlags), converted to string form. | |
| TEnumAsByte< EViewModeIndex > | OrthoViewModeIndex | View mode to set when this viewport is not of type LVT_Perspective. | |
| TEnumAsByte< EViewModeIndex > | PerspViewModeIndex | View mode to set when this viewport is of type LVT_Perspective. | |
| TEnumAsByte< ELevelViewportType > | ViewportType | The viewport type |
Constructors
| Type | Name | Description | |
|---|---|---|---|