Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/ULayeredMoveLogic
Description
Sets active move data that is tied to this active move. Use GetActiveMoveData to read current active move data. Note: Make sure make node is the correct data type specified by the layered move logic.
| Name | K2_SetActiveMoveData |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/LayeredMoveBase.h |
| Include Path | #include "LayeredMoveBase.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/LayeredMoveBase.cpp |
UFUNCTION (BlueprintCallable, CustomThunk, Category="Mover | Layered Move",
DisplayName="Set Active Move Data",
Meta=(BlueprintProtected, BlueprintInternalUseOnly, CustomStructureParam="OutMoveData", DefaultToSelf="MoveLogic"))
static void K2_SetActiveMoveData
(
ULayeredMoveLogic * MoveLogic,
const FLayeredMoveInstancedData & OutMoveData
)