EViewTargetBlendFunction
Namespace: UAssetAPI.UnrealTypes.EngineEnums
public enum EViewTargetBlendFunction
Inheritance Object → ValueType → Enum → EViewTargetBlendFunction
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 |