Navigation
API > API/Plugins > API/Plugins/OnlineServicesEOSGS > API/Plugins/OnlineServicesEOSGS/Online > API/Plugins/OnlineServicesEOSGS/Online/UE__Online__EOS_Async
References
| Module | OnlineServicesEOSGS |
| Header | /Engine/Plugins/Online/OnlineServicesEOSGS/Source/Public/Online/OnlineServicesEOSGSTypes.h |
| Include | #include "Online/OnlineServicesEOSGSTypes.h" |
namespace UE
{
namespace Online
{
template<typename TEOSHandle, typename TEOSParameters, typename TEOSFn, typename TCallback>
decltype(auto) UE&58;&58;Online&58;&58;EOS_Async
&40;
TEOSFn EOSFn,
TEOSHandle EOSHandle,
const TEOSParameters & Parameters,
TCallback && Callback
&41;
}
}
Remarks
This method requires a Callback (lambda / function pointer) which will be called by the EOS callback with the CallbackInfo.