Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMoverComponent
Description
Queue a scheduled Instant Movement Effect to take place after delay (tunable in the NetworkPhysicsSettingsComponent) ensuring it gets executed on the same frame on all networked end points.
| Name | ScheduleInstantMovementEffect |
| 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 |
void ScheduleInstantMovementEffect
(
TSharedPtr < FInstantMovementEffect > InstantMovementEffect
)
Parameters
| Name | Remarks |
|---|---|
| InstantMovementEffect | The effect to queue, which must be a FInstantMovementEffect sub - type. |
See Also
- EventSchedulingMinDelaySeconds