UNiagaraDataInterfaceSpline::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()

UNiagaraDataInterfaceSpline::GetCommonHLSL()

References

Module

Niagara

Header

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

Include

#include "NiagaraDataInterfaceSpline.h"

Source

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

Syntax

virtual void GetCommonHLSL
(
    FString & OutHLSL
)

Remarks

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