BlueprintAPI > BlueprintAPI/Pawn > BlueprintAPI/Pawn/Components > BlueprintAPI/Pawn/Components/CharacterMovement
If we have a movement base, get the velocity that should be imparted by that base, usually when jumping off of it. Only applies the components of the velocity enabled by bImpartBaseVelocityX, bImpartBaseVelocityY, bImpartBaseVelocityZ.
Target is Character Movement Component
Inputs
Type | Name | Description |
---|---|---|
object | Target |
Outputs
Type | Name | Description |
---|---|---|
vector | Return Value | If we have a movement base, get the velocity that should be imparted by that base, usually when jumping off of it.Only applies the components of the velocity enabled by bImpartBaseVelocityX, bImpartBaseVelocityY, bImpartBaseVelocityZ. |