UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
INetworkMessagingExtension.h File Reference
#include "CoreTypes.h"
#include "Features/IModularFeature.h"
#include "Delegates/Delegate.h"
#include "Misc/Guid.h"
#include "Misc/Timespan.h"

Go to the source code of this file.

Classes

struct  FMessageTransportStatistics
 
struct  FOutboundTransferStatistics
 
struct  FInboundTransferStatistics
 
class  INetworkMessagingExtension
 

Functions

 DECLARE_TS_MULTICAST_DELEGATE_OneParam (FOnOutboundTransferDataUpdated, FOutboundTransferStatistics)
 
 DECLARE_TS_MULTICAST_DELEGATE_OneParam (FOnInboundTransferDataUpdated, FInboundTransferStatistics)
 

Function Documentation

◆ DECLARE_TS_MULTICAST_DELEGATE_OneParam() [1/2]

DECLARE_TS_MULTICAST_DELEGATE_OneParam ( FOnInboundTransferDataUpdated  ,
FInboundTransferStatistics   
)

◆ DECLARE_TS_MULTICAST_DELEGATE_OneParam() [2/2]

DECLARE_TS_MULTICAST_DELEGATE_OneParam ( FOnOutboundTransferDataUpdated  ,
FOutboundTransferStatistics   
)