UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ReplicationBridge.h File Reference

Go to the source code of this file.

Classes

struct  FReplicationBridgeSerializationContext
 
struct  UE::Net::FDestructionParameters
 
class  UReplicationBridge
 

Namespaces

namespace  UE
 
namespace  UE::Net
 
namespace  UE::Net::Private
 

Macros

#define UE_LOG_BRIDGEID(Category, Verbosity, Format, ...)   UE_LOG(Category, Verbosity, TEXT("RepBridge(%u)::") Format, GetReplicationSystem()->GetId(), ##__VA_ARGS__)
 

Typedefs

typedef TArray< FNetDependencyInfo, TInlineAllocator< 32 > > UE::Net::FNetDependencyInfoArray
 

Enumerations

enum class  UE::Net::ESubObjectInsertionOrder : uint8 { UE::Net::None , UE::Net::ReplicateWith , UE::Net::InsertAtStart }
 

Macro Definition Documentation

◆ UE_LOG_BRIDGEID

#define UE_LOG_BRIDGEID (   Category,
  Verbosity,
  Format,
  ... 
)    UE_LOG(Category, Verbosity, TEXT("RepBridge(%u)::") Format, GetReplicationSystem()->GetId(), ##__VA_ARGS__)