UNiagaraDataInterfaceExport::AppendCompileHash

Allows the generic class defaults version of this class to specify any dependencies/version/etc that might invalidate the compile.

Windows
MacOS
Linux

Override Hierarchy

UNiagaraDataInterface::AppendCompileHash()

UNiagaraDataInterfaceExport::AppendCompileHash()

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceExport.h

Include

#include "NiagaraDataInterfaceExport.h"

Source

/Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraDataInterfaceExport.cpp

Syntax

virtual bool AppendCompileHash
(
    FNiagaraCompileHashVisitor * InVisitor
) const

Remarks

Allows the generic class defaults version of this class to specify any dependencies/version/etc that might invalidate the compile. It should never depend on the value of specific properties.

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