Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/TResult
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const SuccessType & GetOkValue () |
Get the Ok value stored in the result. This must not be called on a result holding the error type | Online/OnlineResult.h | |
SuccessType & GetOkValue () |
Get the Ok value stored in the result. This must not be called on a result holding the error type | Online/OnlineResult.h |
GetOkValue()
Description
Get the Ok value stored in the result. This must not be called on a result holding the error type
| Name | GetOkValue |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/OnlineResult.h |
| Include Path | #include "Online/OnlineResult.h" |
const SuccessType & GetOkValue() const
GetOkValue()
Description
Get the Ok value stored in the result. This must not be called on a result holding the error type
| Name | GetOkValue |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/OnlineResult.h |
| Include Path | #include "Online/OnlineResult.h" |
SuccessType & GetOkValue()