Navigation
API > API/Runtime > API/Runtime/ExternalRpcRegistry > API/Runtime/ExternalRpcRegistry/UExternalRpcRegistry
Description
Default request history call. Lists all calls recorded in the ledger, showing RPC name, request time, request body Always registered at /requesthistory GET by default
| Name | HttpPrintRequestLedger |
| Type | function |
| Header File | /Engine/Source/Runtime/ExternalRPCRegistry/Public/ExternalRpcRegistry.h |
| Include Path | #include "ExternalRpcRegistry.h" |
| Source | /Engine/Source/Runtime/ExternalRPCRegistry/Private/ExternalRpcRegistry.cpp |
bool HttpPrintRequestLedger
(
const FHttpServerRequest & Request,
const FHttpResultCallback & OnComplete
)