UNetworkPredictionComponent::InitializeNetworkPredictionProxy

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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

NetworkPrediction

Header

/Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionComponent.h

Include

#include "NetworkPredictionComponent.h"

Syntax

virtual void InitializeNetworkPredictionProxy()

Remarks

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