Navigation
API > API/Plugins > API/Plugins/PhysicsControl > API/Plugins/PhysicsControl/UPhysicsControlBPLibrary
Description
Returns the linear interpolation of two sets of parameters. Any parameters that exist in one of the input sets but not the other will be added to the output with a weight of 1.
| Name | BlendParameters |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PhysicsControl/Source/PhysicsControl/Public/PhysicsControlBPLibrary.h |
| Include Path | #include "PhysicsControlBPLibrary.h" |
| Source | /Engine/Plugins/Experimental/PhysicsControl/Source/PhysicsControl/Private/PhysicsControlBPLibrary.cpp |
UFUNCTION (BlueprintPure, Category="Animation|PhysicsControl", Meta=(BlueprintThreadSafe))
static void BlendParameters
(
UPARAM FPhysicsControlControlAndModifierParameters & InParametersA,
UPARAM FPhysicsControlControlAndModifierParameters & InParametersB,
UPARAM(DisplayName="Weight") const float InInterpolationWeight,
UPARAM FPhysicsControlControlAndModifierParameters & OutParameters
)