Navigation
API > API/Plugins > API/Plugins/Niagara
| Name | FNiagaraSystemAsyncCompileResults |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraCompilationTypes.h |
| Include Path | #include "NiagaraCompilationTypes.h" |
Syntax
USTRUCT ()
struct FNiagaraSystemAsyncCompileResults
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FCompileResultMap | TMap< UNiagaraScript *, FNiagaraScriptAsyncCompileData > | NiagaraCompilationTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bForced | bool | NiagaraCompilationTypes.h | ||
| CombinedCompileTime | float | NiagaraCompilationTypes.h | ||
| CompilationTask | FNiagaraCompilationTaskHandle | NiagaraCompilationTypes.h | ||
| CompileResultMap | FCompileResultMap | NiagaraCompilationTypes.h | ||
| ExposedVariables | TArray< FNiagaraVariable > | NiagaraCompilationTypes.h | ||
| RootObjects | TArray< TObjectPtr< UObject > > | NiagaraCompilationTypes.h | ||
| StartTime | float | NiagaraCompilationTypes.h |