Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon > API/Plugins/OnlineServicesCommon/Online
Inheritance Hierarchy
- TResult
- TDefaultErrorResultInternal
References
| Module | OnlineServicesCommon |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineAsyncOp.h |
| Include | #include "Online/OnlineAsyncOp.h" |
Syntax
template<typename Result>
class TDefaultErrorResultInternal : public UE::Online::TResult< Result, FOnlineError >
Remarks
For use when we need to put a TOnlineResult in an object that needs to be default constructed such as a TPromise
Constructors
| Type | Name | Description | |
|---|---|---|---|