UNetConnection::SetIgnoreActorBunches

Sets whether or not we should ignore bunches for a specific set of NetGUIDs.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Engine/NetConnection.h"

Source

/Engine/Source/Runtime/Engine/Private/NetConnection.cpp

Syntax

void SetIgnoreActorBunches
(
    bool bInIgnoreActorBunches,
    TSet< FNetworkGUID > && InIgnoredBunchGuids
)

Remarks

Sets whether or not we should ignore bunches for a specific set of NetGUIDs. 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