Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TValueOrError
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ValueType * TryGetValue () |
Access the value if it is set. | Templates/ValueOrError.h | |
const ValueType * TryGetValue () |
Templates/ValueOrError.h |
TryGetValue()
Description
Access the value if it is set.
| Name | TryGetValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/ValueOrError.h |
| Include Path | #include "Templates/ValueOrError.h" |
ValueType * TryGetValue()
TryGetValue()
| Name | TryGetValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/ValueOrError.h |
| Include Path | #include "Templates/ValueOrError.h" |
const ValueType * TryGetValue() const