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