Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Net
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Net/NetDormantHolder.h |
| Include | #include "Net/NetDormantHolder.h" |
Syntax
struct FDormantObjectReplicator
Remarks
Container holding the FObjectReplicator of a dormant replicated object
Variables
| Type | Name | Description | |
|---|---|---|---|
| FObjectKey | ObjectKey | The replicated object's key mapped to this replicator | |
| TSharedRef< FObjectReplicator > | Replicator | The replicator of the replicated object we are storing |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDormantObjectReplicator
(
FObjectKey InObjectKey |
Default constructor that will always create a replicator | ||
FDormantObjectReplicator
(
FObjectKey InObjectKey, |
Constructor that copies an existing replicator |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FDormantObjectReplicator& rhs |
||
| bool | operator==
(
FObjectKey rhs |