UNiagaraDataInterface::ModifyCompilationEnvironment

Allows data interfaces to influence the compilation of GPU shaders and is only called on the CDO object not the instance.

Windows
MacOS
Linux

Override Hierarchy

UNiagaraDataInterface::ModifyCompilationEnvironment()

UNiagaraDataInterfaceSkeletalMesh::ModifyCompilationEnvironment()

References

Module

Niagara

Header

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

Include

#include "NiagaraDataInterface.h"

Syntax

virtual void ModifyCompilationEnvironment
(
    struct FShaderCompilerEnvironment & OutEnvironment
) const

Remarks

Allows data interfaces to influence the compilation of GPU shaders and is only called on the CDO object not the instance.

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