Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/Async/NetworkPredictionAsyncProxy.h |
Include |
#include "Async/NetworkPredictionAsyncProxy.h" |
USTRUCT()
struct FNetworkPredictionAsyncProxy
Name | Description | ||
---|---|---|---|
|
Identical ( |
||
|
ModifyLocalState ( |
||
|
ModifyNetState ( |
||
|
NetSerialize ( |
||
|
OnPreReplication() |
||
|
RegisterController ( |
||
|
RegisterProxy ( |
Acquires an ID but does not register with any sims (a proxy may participate in multiple sims at once) |
|
|
RegisterSim ( |
Include NetworkPredictionAsyncProxyImpl.h in your .cpp to use these. |
|
|
UnregisterProxy() |
Unregisters proxy with NP system and all sims it was participating in. |
|
|
UnregisterSim() |
Unregisters with specific sim. |