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