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::Online::EOS_Async
(
TEOSFn EOSFn,
TEOSHandle EOSHandle,
const TEOSParameters & Parameters,
TCallback && Callback
)
}
}
Remarks
This method requires a Callback (lambda / function pointer) which will be called by the EOS callback with the CallbackInfo.