FNiagaraRibbonVertexFactory::ModifyCompilationEnvironment

Can be overridden by [FVertexFactory](API\Runtime\RenderCore\FVertexFactory) subclasses to modify their compile environment just before compilation occurs.

Choose your operating system:

Windows

macOS

Linux

References

Module

NiagaraVertexFactories

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraVertexFactories/Public/NiagaraRibbonVertexFactory.h

Include

#include "NiagaraRibbonVertexFactory.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraVertexFactories/Private/NiagaraRibbonVertexFactory.cpp

Syntax

static void ModifyCompilationEnvironment
(
    const FVertexFactoryShaderPermutationParameters & Parameters,
    FShaderCompilerEnvironment & OutEnvironment
)

Remarks

Can be overridden by FVertexFactory subclasses to modify their compile environment just before compilation occurs.