Enum EVertexDeformationOutputsVelocity Path C++ Link /Script/Engine.EVertexDeformationOutputsVelocity underlying uint8 /Script/Engine Values 4 NameValueHex Off00x00On10x01Auto20x02EVertexDeformationOutputsVelocity_MAX30x03 Used by 1types with a member, parameter or interface of this type URendererSettings // /Script/Engine.EVertexDeformationOutputsVelocity enum class EVertexDeformationOutputsVelocity : uint8 { Off = 0, On = 1, Auto = 2, EVertexDeformationOutputsVelocity_MAX = 3, };