Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMoverComponent
Description
Advance Usage. This will only become relevant to Mover in general when Instant Movement Effects are automatically networked (pending, only Chaos Mover networks them by default) 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
-
FNetworkPhysicsSettingsDefault to using QueueInstantMovementEffect instead
- except for advanced use cases where it is important the effect get executed on the same frame on all end points.