Navigation
API > API/Plugins > API/Plugins/Niagara
| |
|
| Name |
FNiagaraOutlinerTimingData |
| Type |
struct |
| Header File |
/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraDebuggerCommon.h |
| Include Path |
#include "NiagaraDebuggerCommon.h" |
Syntax
USTRUCT ()
struct FNiagaraOutlinerTimingData
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| GameThread |
float |
Game thread time, including concurrent tasks |
NiagaraDebuggerCommon.h |
- VisibleAnywhere
- Category="Time"
|
| RenderThread |
float |
Render thread time. |
NiagaraDebuggerCommon.h |
- VisibleAnywhere
- Category="Time"
|