UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TIsUEnumClass< T > Struct Template Reference

#include <IsUEnumClass.h>

Public Types

enum  { Value = false }
 

Public Member Functions

 UE_STATIC_ASSERT_COMPLETE_TYPE (T, "TIsUEnumClass instantiated with an incomplete type")
 

Detailed Description

template<typename T>
struct TIsUEnumClass< T >

Traits class which tests if a type is a UEnum class.

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
Value 

Member Function Documentation

◆ UE_STATIC_ASSERT_COMPLETE_TYPE()

template<typename T >
TIsUEnumClass< T >::UE_STATIC_ASSERT_COMPLETE_TYPE ( ,
"TIsUEnumClass< T > instantiated with an incomplete type"   
)

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