Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemSteam > API/Plugins/OnlineSubsystemSteam/FOnlinePingInterfaceSteam
Description
Returns the P2P relay ping information for the current machine. This information can be serialized over the network and used to calculate the ping data between a client and a host.
| Name | GetHostPingData |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystemSteam/Source/Public/OnlinePingInterfaceSteam.h |
| Include Path | #include "OnlinePingInterfaceSteam.h" |
FString GetHostPingData() const
relay information blob stored as a string for relaying over the network. If an error occurred, the return is an empty string.