Navigation
API > API/Plugins > API/Plugins/ReplicationGraph > API/Plugins/ReplicationGraph/FLevelBasedActorList
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Gather
(
const FConnectionGatherActorListParameters& Params |
Gather the list of actors visible to this connection and add them to the gather list | ReplicationGraphTypes.h | |
void Gather
(
const UNetReplicationGraphConnection& ConnectionManager, |
ReplicationGraphTypes.h |
Gather(const FConnectionGatherActorListParameters &)
Description
Gather the list of actors visible to this connection and add them to the gather list
| Name | Gather |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraphTypes.h |
| Include Path | #include "ReplicationGraphTypes.h" |
| Source | /Engine/Plugins/Runtime/ReplicationGraph/Source/Private/ReplicationGraphTypes.cpp |
void Gather
(
const FConnectionGatherActorListParameters & Params
) const
Gather(const UNetReplicationGraphConnection &, FGatheredReplicationActorLists &)
| Name | Gather |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraphTypes.h |
| Include Path | #include "ReplicationGraphTypes.h" |
| Source | /Engine/Plugins/Runtime/ReplicationGraph/Source/Private/ReplicationGraphTypes.cpp |
void Gather
(
const UNetReplicationGraphConnection & ConnectionManager,
FGatheredReplicationActorLists & OutGatheredList
) const