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