Navigation
API > API/Plugins > API/Plugins/OnlineServicesEOSGS > API/Plugins/OnlineServicesEOSGS/Online
| Type | Name | Description | |
|---|---|---|---|
| decltype(auto) | UE::Online::EOS_Async
(
TEOSFn EOSFn, |
This method requires a Promise that will be fulfilled by the EOS callback. | |
| decltype(auto) | UE::Online::EOS_Async
(
TEOSFn EOSFn, |
This method requires a Callback (lambda / function pointer) which will be called by the EOS callback with the CallbackInfo. |