Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraDebuggerCommon.h |
| Include | #include "NiagaraDebuggerCommon.h" |
Syntax
USTRUCT&40;&41;
struct FNiagaraSystemSimCacheCaptureRequest
Remarks
Message sent from the debugger to a client to request a sim cache capture for a particular component.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | CaptureDelayFrames | How many frames to delay capture. | |
| uint32 | CaptureFrames | How many frames to capture. | |
| FName | ComponentName | Name of the component we're going to capture. |