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