UNetworkPredictionInterface

[INetworkPredictionInterface](API\Runtime\Engine\Interfaces\INetworkPredictionInterface) is an interface for objects that want to perform network prediction of movement.

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UInterface

UNetworkPredictionInterface

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Interfaces/NetworkPredictionInterface.h

Include

#include "Interfaces/NetworkPredictionInterface.h"

Syntax

class UNetworkPredictionInterface : public UInterface

Remarks

INetworkPredictionInterface is an interface for objects that want to perform network prediction of movement. See UCharacterMovementComponent for an example implementation.

Constructors

Name Description

Public function

UNetworkPredictionInterface

(
    const FObjectInitializer& ObjectIn...
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss