Navigation
API > API/Plugins > API/Plugins/NetworkPrediction
| Name | INetworkPredictionModule |
| Type | class |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionModule.h |
| Include Path | #include "NetworkPredictionModule.h" |
Syntax
class INetworkPredictionModule : public IModuleInterface
Implements Interfaces
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static INetworkPredictionModule & Get () |
Singleton-like access to this module's interface. | NetworkPredictionModule.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | NetworkPredictionModule.h |