UNiagaraDataInterface::ModifyCompilationEnvironment

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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Niagara

Header

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

Include

#include "NiagaraDataInterface.h"

Syntax

virtual void ModifyCompilationEnvironment
(
    EShaderPlatform ShaderPlatform,
    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.