RHISupportsManualVertexFetch

Whether Manual Vertex Fetch is supported for the specified shader platform.

Windows
MacOS
Linux

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/RHI.h

Include

#include "RHI.h"

Syntax

bool RHISupportsManualVertexFetch
(
    const FStaticShaderPlatform InShaderPlatform
)

Remarks

Whether Manual Vertex Fetch is supported for the specified shader platform. Shader Platform must not use the mobile renderer, and for Metal, the shader language must be at least 2.

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