FLandscapeVertexFactory::ModifyCompilationEnvironment

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

Windows
MacOS
Linux

References

Module

Landscape

Header

/Engine/Source/Runtime/Landscape/Public/LandscapeRender.h

Include

#include "LandscapeRender.h"

Source

/Engine/Source/Runtime/Landscape/Private/LandscapeRender.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.

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