Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Interfaces
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
| Type | Name | Description | |
|---|---|---|---|
UNetworkPredictionInterface
(
const FObjectInitializer& ObjectInitializer |