Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMoverComponent
Description
Queues a layered move for activation. Takes NO Activation Context meaning the layered move will be activated using default Move Data. Note: Changing Move Data is still possible in the layered move logic itself See QueueLayeredMoveActivationWithContext for activating a layered move with context
| Name | QueueLayeredMoveActivation |
| 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, Category=Mover, Meta=(AllowAbstract="false"))
bool QueueLayeredMoveActivation
(
TSubclassOf < ULayeredMoveLogic > MoveLogicClass
)