UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FRpcLedgerEntry Struct Reference

#include <ExternalRpcRegistry.h>

Public Member Functions

 FRpcLedgerEntry ()=default
 
 FRpcLedgerEntry (FString InName, FString InBody)
 

Public Attributes

FString RpcName
 
FString RequestBody
 
FDateTime RequestTime
 

Constructor & Destructor Documentation

◆ FRpcLedgerEntry() [1/2]

FRpcLedgerEntry::FRpcLedgerEntry ( )
default

◆ FRpcLedgerEntry() [2/2]

FRpcLedgerEntry::FRpcLedgerEntry ( FString  InName,
FString  InBody 
)
inline

Member Data Documentation

◆ RequestBody

FString FRpcLedgerEntry::RequestBody

◆ RequestTime

FDateTime FRpcLedgerEntry::RequestTime

◆ RpcName

FString FRpcLedgerEntry::RpcName

The documentation for this struct was generated from the following file: