Navigation
API > API/Plugins > API/Plugins/OnlineServicesEOSGS > API/Plugins/OnlineServicesEOSGS/Online
References
| Module | OnlineServicesEOSGS |
| Header | /Engine/Plugins/Online/OnlineServicesEOSGS/Source/Public/Online/OnlineServicesEOSGSTypes.h |
| Include | #include "Online/OnlineServicesEOSGSTypes.h" |
Syntax
template<typename CallbackType>
class TEOSCallback
Remarks
Class to handle all callbacks generically using a future to forward callback results
Constructors
| Type | Name | Description | |
|---|---|---|---|
TEOSCallback () |
|||
TEOSCallback
(
TPromise< const CallbackType* >&& InPromise |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
Typedefs
| Name | Description |
|---|---|
| CallbackFuncType |