Ark Server API (ASA) - Wiki
|
#include "CoreTypes.h"
#include "Misc/AssertionMacros.h"
#include "Misc/OptionalFwd.h"
#include "Templates/TypeCompatibleBytes.h"
#include "Templates/UnrealTemplate.h"
#include "Serialization/Archive.h"
Go to the source code of this file.
Classes | |
struct | TOptional< OptionalType > |
Functions | |
template<typename OptionalType > | |
FArchive & | operator<< (FArchive &Ar, TOptional< OptionalType > &Optional) |
Variables | |
constexpr FNullOpt | NullOpt {0} |
template<typename T > | |
static constexpr bool | TIsTOptional_V = false |
template<typename T > | |
static constexpr bool | TIsTOptional_V< TOptional< T > > = true |
template<typename T > | |
static constexpr bool | TIsTOptional_V< const TOptional< T > > = true |
template<typename T > | |
static constexpr bool | TIsTOptional_V< volatile TOptional< T > > = true |
template<typename T > | |
static constexpr bool | TIsTOptional_V< const volatile TOptional< T > > = true |
FArchive & operator<< | ( | FArchive & | Ar, |
TOptional< OptionalType > & | Optional ) |
Definition at line 221 of file Optional.h.
Definition at line 12 of file Optional.h.
Trait which determines whether or not a type is a TOptional.
Definition at line 230 of file Optional.h.
Definition at line 232 of file Optional.h.
Definition at line 234 of file Optional.h.
Definition at line 231 of file Optional.h.