Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMoverNetworkPhysicsLiaisonCompo-_1
Description
Actually do the PreSimulate work on the PT. CanSimulate_Internal is guaranteed to have returned true if this is called.
Derived Overrides
- UMoverNetworkPhysicsLiaisonComponent::PerformPreSimulate_Internal
- UMoverPathedPhysicsLiaisonComponent::PerformPreSimulate_Internal
| Name | PerformPreSimulate_Internal |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/Backends/MoverNetworkPhysicsLiaisonBase.h |
| Include Path | #include "Backends/MoverNetworkPhysicsLiaisonBase.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/Backends/MoverNetworkPhysicsLiaisonBase.cpp |
virtual void PerformPreSimulate_Internal
(
const FPhysicsMoverSimulationTickParams & TickParams,
const FPhysicsMoverAsyncInput & Input,
FPhysicsMoverAsyncOutput & Output
) const