Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UNetDriver
| |
|
| Name |
ERemoteFunctionSendPolicy |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Engine/NetDriver.h |
| Include Path |
#include "Engine/NetDriver.h" |
Syntax
enum ERemoteFunctionSendPolicy
{
Default,
ForceSend,
ForceQueue,
}
Values
| Name |
Remarks |
| 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 |