Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UNetDriver
Description
Returns the FReplicationChangelistMgr that is associated with the passed in object, creating one if none exist.
This should never be called on client NetDrivers!
| Name | GetReplicationChangeListMgr |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/NetDriver.h |
| Include Path | #include "Engine/NetDriver.h" |
| Source | /Engine/Source/Runtime/Engine/Private/NetDriver.cpp |
TSharedPtr < FReplicationChangelistMgr > GetReplicationChangeListMgr
(
UObject * Object
)