FOnlinePingInterfaceSteam::IsRecalculatingPing

An informative member that allows us to check if we are recalculating our ping information over the Valve network.

Windows
MacOS
Linux

References

Module

OnlineSubsystemSteam

Header

/Engine/Plugins/Online/OnlineSubsystemSteam/Source/Public/OnlinePingInterfaceSteam.h

Include

#include "OnlinePingInterfaceSteam.h"

Syntax

bool IsRecalculatingPing() const

Remarks

An informative member that allows us to check if we are recalculating our ping information over the Valve network. Data is additively modified during recalculation such that we do not need to block on this function returning false before using ping data.

Returns

true if we're recalculating our ping within the Valve relay network.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss