Navigation
API > API/Plugins > API/Plugins/NetworkPrediction > API/Plugins/NetworkPrediction/FNetworkPredictionProxy
References
| Module | NetworkPrediction |
| Header | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionProxy.h |
| Include | #include "NetworkPredictionProxy.h" |
Syntax
template<typename ModelDef>
struct FInitParams
Remarks
Parameter struct to be used with the Init function overload below, when a UWorld isn't available, such as in unit tests.
Variables
| Type | Name | Description | |
|---|---|---|---|
| ModelDef::Driver * | Driver | ||
| ENetMode | Mode | ||
| const FReplicationProxySet & | RepProxies | ||
| ModelDef::Simulation * | Simulation | ||
| UNetworkPredictionWorldManager * | WorldManager |