ViewTargetBlendFunction

Namespace: UAssetAPI.PropertyTypes.Structs

Options that define how to blend when changing view targets in ViewTargetBlendParamsPropertyData.

public enum ViewTargetBlendFunction

Inheritance ObjectValueTypeEnumViewTargetBlendFunction
Implements IComparable, IFormattable, IConvertible

Fields

NameValueDescription
VTBlend_Linear0
VTBlend_Cubic1
VTBlend_EaseIn2
VTBlend_EaseOut3
VTBlend_EaseInOut4
VTBlend_MAX5