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 FPerConnectionActorInfoMap
Remarks
Map for Actor -> ConnectionActorInfo. This wraps the TMap mainly so we can do custom initialization in FindOrAdd.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddChannel
(
const FActorRepListType& Actor, |
||
| void | CountBytes
(
FArchive& Ar |
||
| TMap< UActorChannel *, TSharedPtr< FConnectionReplicationActorInfo > >::TIterator | |||
| TMap< FActorRepListType, TSharedPtr< FConnectionReplicationActorInfo > >::TIterator | |||
| FConnectionReplicationActorInfo * | Find
(
const FActorRepListType& Actor |
||
| FConnectionReplicationActorInfo * | FindByChannel
(
UActorChannel* Channel |
||
| FConnectionReplicationActorInfo & | FindOrAdd
(
const FActorRepListType& Actor |
||
| int32 | Num () |
||
| void | RemoveActor
(
const FActorRepListType& Actor |
||
| void | RemoveChannel
(
UActorChannel* Channel |
||
| void | |||
| void | SetGlobalMap
(
FGlobalActorReplicationInfoMap* InGlobalMap |