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 FActorConnectionPair
Remarks
Debug Actor/Connection pair that can be set by code for further narrowing down breakpoints/logging.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TWeakObjectPtr< AActor > | Actor | |
![]() |
TWeakObjectPtr< UNetConnection > | Connection |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FActorConnectionPair
(
AActor* InActor, |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | operator==
(
const FActorConnectionPair& A |