UNiagaraDataInterfaceLandscape::AppendCompileHash

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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UNiagaraDataInterface::AppendCompileHash()

UNiagaraDataInterfaceLandscape::AppendCompileHash()

References

Module

Niagara

Header

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

Include

#include "NiagaraDataInterfaceLandscape.h"

Source

/Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraDataInterfaceLandscape.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.