Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Net > API/Runtime/Engine/Net/FRepLayout
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Net/RepLayout.h |
| Include | #include "Net/RepLayout.h" |
| Source | /Engine/Source/Runtime/Engine/Private/RepLayout.cpp |
TSharedPtr < FReplicationChangelistMgr > CreateReplicationChangelistMgr
(
const UObject * InObject,
const ECreateReplicationChangelistMgrFlags CreateFlags
) const
Remarks
Creates and initializes a new FReplicationChangelistMgr.
Parameters
| Name | Description |
|---|---|
| InObject | The Object that is being managed. |
| CreateFlags | Flags modifying how the manager is created. |