Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMoverComponent
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverComponent.h |
| Include | #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
Remarks
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.
Parameters
| Name | Description |
|---|---|
| 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 |