UMockNetworkSimulationComponent::InitializeNetworkPredictionProxy

Classes must initialize the NetworkPredictionProxy (register with the NetworkPredictionSystem) here. EndPlay will unregister.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UNetworkPredictionComponent::InitializeNetworkPredictionProxy()

UMockNetworkSimulationComponent::InitializeNetworkPredictionProxy()

References

Module

NetworkPredictionExtras

Header

/Engine/Plugins/Runtime/NetworkPredictionExtras/Source/NetworkPredictionExtras/Public/MockNetworkSimulation.h

Include

#include "MockNetworkSimulation.h"

Source

/Engine/Plugins/Runtime/NetworkPredictionExtras/Source/NetworkPredictionExtras/Private/MockNetworkSimulation.cpp

Syntax

virtual void InitializeNetworkPredictionProxy()

Remarks

Classes must initialize the NetworkPredictionProxy (register with the NetworkPredictionSystem) here. EndPlay will unregister.