Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/TResult
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const ErrorType * TryGetErrorValue () |
Convert from TResult |
Online/OnlineResult.h | |
ErrorType * TryGetErrorValue () |
Convert from TResult |
Online/OnlineResult.h |
TryGetErrorValue()
Description
Convert from TResult
| Name | TryGetErrorValue |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/OnlineResult.h |
| Include Path | #include "Online/OnlineResult.h" |
const ErrorType * TryGetErrorValue() const
A pointer to a value of type ErrorType if the result is erroneous, otherwise nullptr
TryGetErrorValue()
Description
Convert from TResult
| Name | TryGetErrorValue |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/OnlineResult.h |
| Include Path | #include "Online/OnlineResult.h" |
ErrorType * TryGetErrorValue()
A pointer to a value of type ErrorType if the result is erroneous, otherwise nullptr