UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
RpcMessage.h File Reference
#include "Misc/Guid.h"
#include "UObject/ObjectMacros.h"
#include "RpcMessage.generated.h"

Go to the source code of this file.

Classes

struct  FRpcMessage
 

Macros

#define DECLARE_RPC(RpcType, ResultType)
 

Macro Definition Documentation

◆ DECLARE_RPC

#define DECLARE_RPC (   RpcType,
  ResultType 
)
Value:
struct RpcType \
{ \
typedef RpcType##Request FRequest; \
typedef RpcType##Response FResponse; \
typedef ResultType FResult; \
};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
auto Response
Definition ExternalRpcRegistry.cpp:598