UNiagaraDataInterfaceLandscape::GetCommonHLSL

Allows data interfaces to provide common functionality that will be shared across interfaces on that type.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UNiagaraDataInterface::GetCommonHLSL()

UNiagaraDataInterfaceLandscape::GetCommonHLSL()

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 void GetCommonHLSL
(
    FString & OutHLSL
)

Remarks

Allows data interfaces to provide common functionality that will be shared across interfaces on that type.