TWaterVertexFactory::StaticType

Windows
MacOS
Linux

References

Module

Water

Header

/Engine/Plugins/Experimental/Water/Source/Runtime/Private/WaterVertexFactory.cpp

Include

#include "WaterVertexFactory.cpp"

Syntax

template<>
FVertexFactoryType StaticType
(
    TEXT("TWaterVertexFactory"),
    TEXT("/Plugin/Water/Private/WaterMeshVertexFactory.ush"),
    true,
    false,
    true,
    true,
    false,
    false,
    true,
    &ConstructVertexFactoryParameters< TWaterVertexFactory< false > >,
    &GetVertexFactoryParametersLayout< TWaterVertexFactory< false > >,
    &GetVertexFactoryParametersElementShaderBindings< TWaterVertexFactory< false > >,
    TWaterVertexFactory< false >::ShouldCompilePermutation,
    TWaterVertexFactory< false >::ModifyCompilationEnvironment,
    TWaterVertexFactory< false >::ValidateCompiledResult,
    TWaterVertexFactory< false >::SupportsTessellationShaders
)

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