Navigation
API > API/Plugins > API/Plugins/MotionWarping > API/Plugins/MotionWarping/UMotionWarpingComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T * CreateOwnerAdapter () |
MotionWarpingComponent.h | ||
UMotionWarpingBaseAdapter * CreateOwnerAdapter
(
TSubclassOf< UMotionWarpingBaseAdapter > AdapterClass |
Set a new adapter of a particular type | MotionWarpingComponent.h |
CreateOwnerAdapter()
| Name | CreateOwnerAdapter |
| Type | function |
| Header File | /Engine/Plugins/Animation/MotionWarping/Source/MotionWarping/Public/MotionWarpingComponent.h |
| Include Path | #include "MotionWarpingComponent.h" |
template<class T>
T * CreateOwnerAdapter()
CreateOwnerAdapter(TSubclassOf< UMotionWarpingBaseAdapter >)
Description
Set a new adapter of a particular type
| Name | CreateOwnerAdapter |
| Type | function |
| Header File | /Engine/Plugins/Animation/MotionWarping/Source/MotionWarping/Public/MotionWarpingComponent.h |
| Include Path | #include "MotionWarpingComponent.h" |
| Source | /Engine/Plugins/Animation/MotionWarping/Source/MotionWarping/Private/MotionWarpingComponent.cpp |
UMotionWarpingBaseAdapter * CreateOwnerAdapter
(
TSubclassOf < UMotionWarpingBaseAdapter > AdapterClass
)