ViewTargetBlendFunction
Namespace: UAssetAPI.PropertyTypes.Structs
Options that define how to blend when changing view targets in ViewTargetBlendParamsPropertyData.
public enum ViewTargetBlendFunction
Inheritance Object → ValueType → Enum → ViewTargetBlendFunction
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| VTBlend_Linear | 0 | |
| VTBlend_Cubic | 1 | |
| VTBlend_EaseIn | 2 | |
| VTBlend_EaseOut | 3 | |
| VTBlend_EaseInOut | 4 | |
| VTBlend_MAX | 5 |