Navigation
API > API/Plugins > API/Plugins/NetworkPredictionExtrasLatentLoa-
Inheritance Hierarchy
- IModuleInterface
- INetworkPredictionExtrasLatentLoadModule
References
| Module | NetworkPredictionExtrasLatentLoad |
| Header | /Engine/Plugins/Runtime/NetworkPredictionExtras/Source/NetworkPredictionExtrasLatentLoad/Public/NetworkPredictionExtrasLatentLoadModule.h |
| Include | #include "NetworkPredictionExtrasLatentLoadModule.h" |
Syntax
class INetworkPredictionExtrasLatentLoadModule : public IModuleInterface
Remarks
The purpose of this module is simply to provide some NetworkPrediction types (ModelDefs, Cues) in a module that can be dynamically loaded/unloaded: in order to stress NP's "mini type systems". The types included in this module are non functional. you cannot actually do anything with them at runtime.
Functions
| Type | Name | Description | |
|---|---|---|---|
| INetworkPredictionExtrasLatentLoadModule & | Get () |
||
| bool | IsAvailable () |