![]() |
Ark Server API (ASA) - Wiki
|
#include "CoreTypes.h"#include "Misc/Optional.h"#include "Misc/TVariant.h"#include "Templates/Tuple.h"#include "Templates/UnrealTemplate.h"
Include dependency graph for ValueOrError.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| template<typename... ArgTypes> | |
| FORCEINLINE TValueOrError_ValueProxy< ArgTypes... > | MakeValue (ArgTypes &&... Args) |
| template<typename... ArgTypes> | |
| FORCEINLINE TValueOrError_ErrorProxy< ArgTypes... > | MakeError (ArgTypes &&... Args) |
| FORCEINLINE TValueOrError_ErrorProxy< ArgTypes... > MakeError | ( | ArgTypes &&... | Args | ) |
Definition at line 32 of file ValueOrError.h.
| FORCEINLINE TValueOrError_ValueProxy< ArgTypes... > MakeValue | ( | ArgTypes &&... | Args | ) |
Definition at line 26 of file ValueOrError.h.