FVertexFactory::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

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/VertexFactory.h

Include

#include "VertexFactory.h"

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.