UNiagaraNode::GatherExternalDependencyData

Go through all the external dependencies of this node in isolation and add them to the reference id list.

Windows
MacOS
Linux

Override Hierarchy

References

Module

NiagaraEditor

Header

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

Include

#include "NiagaraNode.h"

Syntax

virtual void GatherExternalDependencyData
(
    ENiagaraScriptUsage InMasterUsage,
    const FGuid & InMasterUsageId,
    TArray< FNiagaraCompileHash > & InReferencedCompileHashes,
    TArray< FString > & InReferencedObjs
) const

Remarks

Go through all the external dependencies of this node in isolation and add them to the reference id list.

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