FActorConnectionPair

Debug Actor/Connection pair that can be set by code for further narrowing down breakpoints/logging.

Windows
MacOS
Linux

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

Name Description

Public variable

TWeakObjectPtr<...

 

Actor

Public variable

TWeakObjectPtr<...

 

Connection

Constructors

Name Description

Public function

FActorConnectionPair()

Public function

FActorConnectionPair

(
    AActor* InActor,
    UNetConnection* InConnection
)

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FActorConnectionPair& A
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss