Navigation
API > API/Plugins > API/Plugins/NetworkPrediction > API/Plugins/NetworkPrediction/FNetworkPredictionProxy
Type | Name | Description | |
---|---|---|---|
![]() |
void | Init
(
const FInitParams< ModelDef >& Params |
The init function binds to the templated methods on UNetworkPredictionMAnager. |
![]() |
void | Init
(
UWorld* World, |
The init function that you need to call. This is defined in NetworkPredictionProxyInit.h (which should only be included by your .cpp file) |