Navigation
API > API/Plugins > API/Plugins/OnlineServicesEpicCommon > API/Plugins/OnlineServicesEpicCommon/FOnlineServicesEpicCommon
Description
Remove fast ticking of EOSSDK for an operation. Expected usage is to call this after an SDK function's completion delegate triggers. If this is not called, the fast tick will be removed when the operation destructs.
| Name | RemoveEOSSDKFastTick |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServicesEpicCommon/Source/OnlineServicesEpicCommon/Public/Online/OnlineServicesEpicCommon.h |
| Include Path | #include "Online/OnlineServicesEpicCommon.h" |
| Source | /Engine/Plugins/Online/OnlineServicesEpicCommon/Source/OnlineServicesEpicCommon/Private/Online/OnlineServicesEpicCommon.cpp |
void RemoveEOSSDKFastTick
(
FOnlineAsyncOp & InAsyncOp
)