Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/UNiagaraExternalEditUtilities
Description
Reads the aggregate and per-script compile state of a Niagara System without triggering a recompile. When bIsCompiling is true in OutState, the data reflects the last completed compile. Never blocks or flushes compile requests.
| Name | GetSystemCompileState |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraExternalSystemEditorUtilities.h |
| Include Path | #include "NiagaraExternalSystemEditorUtilities.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraExternalSystemEditorUtilities.cpp |
static void GetSystemCompileState
(
UNiagaraSystem * System,
FNiagaraExt_SystemCompileState & OutState,
FNiagaraExternalEditContext & Context
)