FRepLayout::CreateReplicationChangelistMgr

Creates and initializes a new [FReplicationChangelistMgr](API\Runtime\Engine\Net\FReplicationChangelistMgr).

Windows
MacOS
Linux

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

Syntax

TSharedPtr< FReplicationChangelistMgr > CreateReplicationChangelistMgr
(
    const UObject * InObject,
    const ECreateReplicationChangelistMgrFlags CreateFlags
) const

Remarks

Creates and initializes a new FReplicationChangelistMgr.

Parameters

Parameter

Description

InObject

The Object that is being managed.

CreateFlags

Flags modifying how the manager is created.

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