UNetDriver::GetReplicationChangeListMgr

Returns the [FReplicationChangelistMgr](API\Runtime\Engine\Net\FReplicationChangelistMgr) that is associated with the passed in object, creating one if none exist.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Engine/NetDriver.h"

Source

/Engine/Source/Runtime/Engine/Private/NetDriver.cpp

Syntax

TSharedPtr< FReplicationChangelistMgr > GetReplicationChangeListMgr
(
    UObject * Object
)

Remarks

Returns the FReplicationChangelistMgr that is associated with the passed in object, creating one if none exist.

This should never be called on client NetDrivers!

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