FNetworkObjectList::ClearRecentlyDormantConnection

Removes the recently dormant status from the passed in connection

Windows
MacOS
Linux

Deprecated

  • Please use the ClearRecentlyDormantConnection which takes a net driver instead.

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetworkObjectList.h

Include

#include "Engine/NetworkObjectList.h"

Source

/Engine/Source/Runtime/Engine/Private/NetworkObjectList.cpp

Syntax

void ClearRecentlyDormantConnection
(
    AActor *const Actor,
    UNetConnection *const Connection,
    const FName NetDriverName
)

Remarks

Removes the recently dormant status from the passed in connection

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