Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine > UNetDriver
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/NetDriver.h |
Include | #include "Engine/NetDriver.h" |
Syntax
enum ERemoteFunctionSendPolicy
&123;
Default,
ForceSend,
ForceQueue,
&125;
Values
Name | Description |
---|---|
Default | Unreliable multicast are queued. Everything else is send immediately |
ForceSend | Bunch is send immediately no matter what |
ForceQueue | Bunch is queued until next actor replication, no matter what |