UNiagaraGraph::GetCompileDataHash

Gets the current compile data hash associated with the output node traversal specified by InUsage and InUsageId.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraGraph.h

Include

#include "NiagaraGraph.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraGraph.cpp

Syntax

FNiagaraCompileHash GetCompileDataHash
(
    ENiagaraScriptUsage InUsage,
    const FGuid & InUsageId
) const

Remarks

Gets the current compile data hash associated with the output node traversal specified by InUsage and InUsageId. If the usage is not found, an invalid hash is returned.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss