Module |
|
Header |
/Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/Movement/FlyingMovement.h |
Include |
#include "Movement/FlyingMovement.h" |
template<typename TSimulation>
void InitFlyingMovementSimulation
(
TSimulation * Simulation,
FFlyingMovementSyncState & InitialSyncState,
FFlyingMovementAuxState & InitialAuxState
)
Init function. This is broken up from ::InstantiateNetworkedSimulation and templated so that subclasses can share the init code.