Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMoverComponent
Description
Retrieves an active layered move, by writing to a target instance if it is the matching type. Note: Writing to the struct returned will not modify the active struct.
| Name | K2_FindActiveLayeredMove |
| 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="TargetAsRawBytes", AllowAbstract="false", DisplayName="Find Active Layered Move"))
void K2_FindActiveLayeredMove
(
bool & DidSucceed,
int32 & TargetAsRawBytes
) const
Parameters
| Name | Remarks |
|---|---|
| DidSucceed | Flag indicating whether data was actually written to target struct instance |
| TargetAsRawBytes | The data struct instance to write to, which must be a FLayeredMoveBase sub-type |