UNetConnection::SetIgnoreAlreadyOpenedChannels

Sets whether or not we should ignore bunches that would attempt to open channels that are already open.

Windows
MacOS
Linux

Deprecated

  • Please call SetAllowExistingChannelIndex instead.

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetConnection.h

Include

#include "Engine/NetConnection.h"

Syntax

void SetIgnoreAlreadyOpenedChannels
(
    bool bInIgnoreAlreadyOpenedChannels
)

Remarks

Sets whether or not we should ignore bunches that would attempt to open channels that are already open. Should only be used with InternalAck.

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