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 FActorDormantReplicators
Remarks
Container that stores all the replicators owned by a given dormant Actor. Note that the actor's own replicator will be part of this list.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FObjectReplicatorSet | DormantReplicators | List of all object replicates stored for this dormant actor | |
| FObjectKey | OwnerActorKey | The dormant actor who owns all the different object replicators |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FActorDormantReplicators
(
FObjectKey InOwnerActorKey |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CountBytes
(
FArchive& Ar |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FActorDormantReplicators& rhs |
||
| bool | operator==
(
FObjectKey rhs |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FDormantObjectReplicatorKeyFuncs | KeyFuncs that make it so the TSet can match a struct with a simple FObjectKey. |
Typedefs
| Name | Description |
|---|---|
| FObjectReplicatorSet |