Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TIsUECoreVariant< T, typename, typename > Struct Template Reference

#include <IsUECoreType.h>

Public Types

enum  { Value = false }
 

Detailed Description

template<typename T, typename = void, typename = void>
struct TIsUECoreVariant< T, typename, typename >

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.

Member Enumeration Documentation

◆ anonymous enum

template<typename T , typename = void, typename = void>
anonymous enum
Enumerator
Value 

Definition at line 20 of file IsUECoreType.h.


The documentation for this struct was generated from the following file: