Ark Server API (ASA) - Wiki
|
#include <IsUECoreType.h>
Public Types | |
enum | { Value = false } |
Traits class which tests if a type is a core variant type (e.g. FVector, which supports FVector3f/FVector3d float/double variants. Can be used to determine if the provided type is a core variant type in general: e.g. TIsUECoreVariant<FColor>::Value == false TIsUECoreVariant<FVector>::Value == true and also to determine if it is a variant type of a particular component type: e.g TIsUECoreVariant<FVector3d, float>::Value == false TIsUECoreVariant<FVector3d, double>::Value == true
Definition at line 18 of file IsUECoreType.h.
Enumerator | |
---|---|
Value |
Definition at line 20 of file IsUECoreType.h.