Navigation
API > API/Plugins > API/Plugins/Niagara
| Name | FNiagaraScriptHashCollector |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraScript.h |
| Include Path | #include "NiagaraScript.h" |
Syntax
struct FNiagaraScriptHashCollector
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNiagaraScriptHashCollector
(
bool bCollectHashSources |
NiagaraScript.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCollectSources | const bool | NiagaraScript.h | ||
| ReferencedHashes | TArray< FNiagaraCompileHash > | NiagaraScript.h | ||
| ReferencedHashSources | TMap< FNiagaraCompileHash, TArray< FString > > | NiagaraScript.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddHash
(
const FNiagaraCompileHash& CompileHash, |
NiagaraScript.h | ||
FString BuildCompileHashSourceString
(
const FNiagaraCompileHash& CompileHash |
NiagaraScript.h |