Enum EVelocityOutputPass Path C++ Link /Script/Engine.EVelocityOutputPass underlying uint8 /Script/Engine Values 4 NameValueHex DepthPass00x00BasePass10x01AfterBasePass20x02EVelocityOutputPass_MAX30x03 Used by 1types with a member, parameter or interface of this type URendererSettings // /Script/Engine.EVelocityOutputPass enum class EVelocityOutputPass : uint8 { DepthPass = 0, BasePass = 1, AfterBasePass = 2, EVelocityOutputPass_MAX = 3, };