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 |
- EditAnywhere
- Config
- Category="Settings"
|
| bTriggerCapture |
bool |
Press to trigger a single capture of Niagara data from the connected debugger client. |
NiagaraDebuggerCommon.h |
- EditAnywhere
- Category="Settings"
|
| CaptureDelayFrames |
uint32 |
How many frames to delay capture. |
NiagaraDebuggerCommon.h |
- EditAnywhere
- Config
- Category="Settings"
|
| SimCacheCaptureFrames |
uint32 |
How many frames capture when capturing a sim cache. |
NiagaraDebuggerCommon.h |
- EditAnywhere
- Config
- Category="Settings"
|