Ark Server API (ASA) - Wiki
|
#include <Variant.h>
Static Public Member Functions | |
static CONSTEXPR EVariantTypes | GetType () |
Stub for variant type traits.
Actual type traits need to be declared through template specialization for custom data types that are to be used in FVariant. Traits for the most commonly used built-in types are declared below.
Complex types, such as structures and classes can be serialized into a byte array and then assigned to a variant. Note that you will be responsible for ensuring correct byte ordering when serializing those types.
T | The type to be used in FVariant. |
|
inlinestatic |