Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Container for UNiagaraGraph cached data for managing CompileIds and Traversals.
| Name | FNiagaraGraphScriptUsageInfo |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraGraph.h |
| Include Path | #include "NiagaraGraph.h" |
Syntax
USTRUCT ()
struct FNiagaraGraphScriptUsageInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNiagaraGraphScriptUsageInfo() |
NiagaraGraph.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BaseId | FGuid | A guid which is generated when this usage info is created. | NiagaraGraph.h | |
| CompileHash | FNiagaraCompileHash | The hash that we calculated last traversal. | NiagaraGraph.h | |
| CompileHashFromGraph | FNiagaraCompileHash | The hash that we calculated last traversal. | NiagaraGraph.h | |
| CompileLastObjects | TArray< FNiagaraCompileHashVisitorDebugInfo > | NiagaraGraph.h |
|
|
| ReferenceHashFromGraph | FNiagaraCompileHash | The hash of values that could feed into downstream scripts. | NiagaraGraph.h | |
| Traversal | TArray< TObjectPtr< UNiagaraNode > > | The traversal of output to input nodes for this graph. | NiagaraGraph.h | |
| UsageId | FGuid | The particular instance of the usage type. | NiagaraGraph.h | |
| UsageType | ENiagaraScriptUsage | The context in which this sub-graph traversal will be used. | NiagaraGraph.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
NiagaraGraph.h | ||
void PostLoad
(
UObject* Owner |
NiagaraGraph.h |