ERemoteFunctionSendPolicy

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetDriver.h

Include

#include "Engine/NetDriver.h"

Syntax

enum ERemoteFunctionSendPolicy
{
    Default,
    ForceSend,
    ForceQueue,
}

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss