Navigation
API > API/Plugins > API/Plugins/MotionWarping
Inheritance Hierarchy
- UObject
- UMotionWarpingBaseAdapter
- UMotionWarpingCharacterAdapter
- UMotionWarpingMoverAdapter
References
| Module | MotionWarping |
| Header | /Engine/Plugins/Animation/MotionWarping/Source/MotionWarping/Public/MotionWarpingAdapter.h |
| Include | #include "MotionWarpingAdapter.h" |
Syntax
UCLASS (Abstract)
class UMotionWarpingBaseAdapter : public UObject
Remarks
MotionWarpingBaseAdapter: base class to adapt/apply motion warping to a target. Concrete subclasses should override
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnWarpLocalspaceRootMotionWithContext | WarpLocalRootMotionDelegate | A MotionWarpingComponent will bind to this delegate to perform warping when it is triggered. |
Destructors
| Type | Name | Description | |
|---|---|---|---|