FVertexFactory::ValidateCompiledResult

Can be overridden by [FVertexFactory](API\Runtime\RenderCore\FVertexFactory) subclasses to fail a compile based on compilation output.

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "VertexFactory.h"

Syntax

static void ValidateCompiledResult
(
    const FVertexFactoryType * Type,
    EShaderPlatform Platform,
    const FShaderParameterMap & ParameterMap,
    TArray< FString > & OutErrors
)

Remarks

Can be overridden by FVertexFactory subclasses to fail a compile based on compilation output.

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