Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/MoveLibrary
Inheritance Hierarchy
- FTickFunction
- FMoverDynamicBasedMovementTickFunction
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/BasedMovementUtils.h |
| Include | #include "MoveLibrary/BasedMovementUtils.h" |
Syntax
USTRUCT ()
struct FMoverDynamicBasedMovementTickFunction : public FTickFunction
Remarks
Tick function used to perform based movement at dynamic times throughout the world update time, typically out-of-band with the movement simulation
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAutoDisableAfterTick | If true, this tick function will self-disable after running | |
| UMoverComponent * | TargetMoverComp | MoverComponent that is the target of this tick |
Overridden from FTickFunction
| Type | Name | Description | |
|---|---|---|---|
| FName | DiagnosticContext
(
bool bDetailed |
Function used to describe this tick for active tick reporting. | |
| FString | Abstract function to describe this tick. | ||
| void | ExecuteTick
(
float DeltaTime, |
Abstract function actually execute the tick. |