UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
VelocityRendering.h File Reference
#include "CoreMinimal.h"
#include "RHI.h"
#include "HitProxies.h"
#include "RendererInterface.h"
#include "DepthRendering.h"

Go to the source code of this file.

Classes

struct  FVelocityRendering
 
class  FVelocityMeshProcessor
 
class  FOpaqueVelocityMeshProcessor
 
class  FTranslucentVelocityMeshProcessor
 

Enumerations

enum class  EVelocityPass : uint32 { Opaque = 0 , Translucent , TranslucentClippedDepth , Count }
 

Functions

EMeshPass::Type GetMeshPassFromVelocityPass (EVelocityPass VelocityPass)
 

Enumeration Type Documentation

◆ EVelocityPass

enum class EVelocityPass : uint32
strong
Enumerator
Opaque 
Translucent 
TranslucentClippedDepth 
Count 

Function Documentation

◆ GetMeshPassFromVelocityPass()

EMeshPass::Type GetMeshPassFromVelocityPass ( EVelocityPass  VelocityPass)