Navigation
API > API/Plugins > API/Plugins/ReplicationGraph
References
| Module | ReplicationGraph |
| Header | /Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraphTypes.h |
| Include | #include "ReplicationGraphTypes.h" |
Syntax
struct FLevelBasedActorList
Remarks
Holds a list of actors grouped by the permanent level or their streaming level
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddNetworkActor
(
AActor* NetActor |
||
| void | AppendAllLists
(
FGatheredReplicationActorLists& OutGatheredList |
Add a reference to all the lists held here to the gather list | |
| bool | |||
| void | CountBytes
(
FArchive& Ar |
||
| void | Gather
(
const FConnectionGatherActorListParameters& Params |
Gather the list of actors visible to this connection and add them to the gather list | |
| void | Gather
(
const UNetReplicationGraphConnection& ConnectionManager, |
Gather the list of actors visible to this connection and add them to the gather list | |
| void | GetAllActors
(
TArray< AActor* >& OutAllActors |
Returns the list of all actors held by the permenant and streaming level list. | |
| bool | RemoveNetworkActor
(
const FNewReplicatedActorInfo& NetActor |
||
| bool | RemoveNetworkActor
(
AActor* NetActor |
||
| bool | RemoveNetworkActorOrdered
(
AActor* NetActor |
||
| void | Reset () |