UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EVertexDeformationOutputsVelocity Namespace Reference

Enumerations

enum  Type : int { Off = 0 UMETA(ToolTip = "Always off") , On = 1 UMETA(ToolTip = "Always on") , Auto = 2 UMETA(ToolTip = "On when the performance cost is low (velocity in depth or base pass).") }
 

Detailed Description

Enumerates available options for Vertex Deformation Outputs Velocity.

Enumeration Type Documentation

◆ Type

Enumerator
Off 
On 
Auto