unreal.AlphaBlendOption
¶
- class unreal.AlphaBlendOption¶
Bases:
unreal.EnumBase
EAlpha Blend Option
C++ Source:
Module: Engine
File: AlphaBlend.h
- CIRCULAR_IN¶
Circular-in interpolation
- Type
8
- CIRCULAR_IN_OUT¶
Circular in-out interpolation
- Type
10
- CIRCULAR_OUT¶
Circular-out interpolation
- Type
9
- CUBIC¶
Cubic-in interpolation
- Type
1
- CUBIC_IN_OUT¶
Cubic in-out interpolation
- Type
5
- CUSTOM¶
Custom interpolation, will use custom curve inside an FAlphaBlend or linear if none has been set
- Type
14
- EXP_IN¶
Exponential-in interpolation
- Type
11
- EXP_IN_OUT¶
Exponential in-out interpolation
- Type
13
- EXP_OUT¶
Exponential-Out interpolation
- Type
12
- HERMITE_CUBIC¶
Hermite-Cubic
- Type
2
- LINEAR¶
Linear interpolation
- Type
0
- QUADRATIC_IN_OUT¶
Quadratic in-out interpolation
- Type
4
- QUARTIC_IN_OUT¶
Quartic in-out interpolation
- Type
6
- QUINTIC_IN_OUT¶
Quintic in-out interpolation
- Type
7
- SINUSOIDAL¶
Sinusoidal interpolation
- Type
3