Navigation
API > API/Plugins > API/Plugins/MotionWarping > API/Plugins/MotionWarping/UMotionWarpingComponent
References
| Module | MotionWarping |
| Header | /Engine/Plugins/Animation/MotionWarping/Source/MotionWarping/Public/MotionWarpingComponent.h |
| Include | #include "MotionWarpingComponent.h" |
UFUNCTION (BlueprintCallable, Category="Motion Warping")
void AddOrUpdateWarpTargetFromLocationAndRotation
(
FName WarpTargetName,
FVector TargetLocation,
FRotator TargetRotation
)
Remarks
Create and adds or update a target associated with a specified name
Parameters
| Name | Description |
|---|---|
| WarpTargetName | Warp target identifier |
| TargetLocation | Location for the warp target |