Navigation
API > API/Runtime > API/Runtime/ExternalRpcRegistry
Context struct used to measure execution time of RPCs Execution time can be returned in the response to measure actual runtime of the RPC minus the network traffic
| Name | FRpcTimingContext |
| Type | struct |
| Header File | /Engine/Source/Runtime/ExternalRPCRegistry/Public/ExternalRpcRegistry.h |
| Include Path | #include "ExternalRpcRegistry.h" |
Syntax
USTRUCT ()
struct FRpcTimingContext
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRpcTimingContext() |
ExternalRpcRegistry.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ExecutionTimeMs | double | ExternalRpcRegistry.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| StartTime | FDateTime | ExternalRpcRegistry.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void StartTiming() |
ExternalRpcRegistry.h | ||
double StopTiming() |
ExternalRpcRegistry.h |