Navigation
API > API/Plugins > API/Plugins/Niagara
| Name | FNiagaraOutlinerCaptureSettings |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraDebuggerCommon.h |
| Include Path | #include "NiagaraDebuggerCommon.h" |
Syntax
USTRUCT ()
struct FNiagaraOutlinerCaptureSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bGatherPerfData | bool | NiagaraDebuggerCommon.h |
|
|
| bTriggerCapture | bool | Press to trigger a single capture of Niagara data from the connected debugger client. | NiagaraDebuggerCommon.h |
|
| CaptureDelayFrames | uint32 | How many frames to delay capture. | NiagaraDebuggerCommon.h |
|
| SimCacheCaptureFrames | uint32 | How many frames capture when capturing a sim cache. | NiagaraDebuggerCommon.h |
|