Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Transform
Linearly interpolates between A and B based on Alpha (100% of A when Alpha=0 and 100% of B when Alpha=1).
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| transform | A | |
| transform | B | |
| real | Alpha | |
| enum | Interp Mode |
Outputs
| Type | Name | Description |
|---|---|---|
| transform | Return Value |