Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMoverComponent
Description
Queues a layered move for activation. Takes a Activation Context which provides context to set Layered Move Data. Make sure Activation Context type matches layered Move Data
| Name | K2_QueueLayeredMoveActivationWithContext |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverComponent.h |
| Include Path | #include "MoverComponent.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/MoverComponent.cpp |
UFUNCTION (BlueprintCallable, CustomThunk, Category=Mover,
Meta=(CustomStructureParam="MoveAsRawData", AllowAbstract="false"),
DisplayName="Queue Layered Move Activation With Context")
bool K2_QueueLayeredMoveActivationWithContext
(
TSubclassOf < ULayeredMoveLogic > MoveLogicClass,
const int32 & MoveAsRawData
)