Navigation
API > API/Plugins > API/Plugins/MotionWarping > API/Plugins/MotionWarping/UMotionWarpingComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FMotionWarpingTarget * FindWarpTarget
(
const FName& WarpTargetName |
Find the target associated with a specified name | MotionWarpingComponent.h | |
void FindWarpTarget
(
FName WarpTargetName, |
MotionWarpingComponent.h |
|
FindWarpTarget(const FName &)
Description
Find the target associated with a specified name
| Name | FindWarpTarget |
| Type | function |
| Header File | /Engine/Plugins/Animation/MotionWarping/Source/MotionWarping/Public/MotionWarpingComponent.h |
| Include Path | #include "MotionWarpingComponent.h" |
const FMotionWarpingTarget * FindWarpTarget
(
const FName & WarpTargetName
) const
FindWarpTarget(FName, FMotionWarpingTarget &, bool &)
| Name | FindWarpTarget |
| Type | function |
| Header File | /Engine/Plugins/Animation/MotionWarping/Source/MotionWarping/Public/MotionWarpingComponent.h |
| Include Path | #include "MotionWarpingComponent.h" |
UFUNCTION (BlueprintCallable, Category="Motion Warping")
void FindWarpTarget
(
FName WarpTargetName,
FMotionWarpingTarget & MotionWarpingTarget,
bool & bFound
)