UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Conditionals.h File Reference

Go to the source code of this file.

Classes

struct  uLang::TAndValue< LHSValue, RHS >
 
struct  uLang::TAndValue< false, RHS... >
 
struct  uLang::TAnd< LHS, RHS... >
 
struct  uLang::TAnd<>
 
struct  uLang::TOrValue< LHSValue, RHS >
 
struct  uLang::TOrValue< true, RHS... >
 
struct  uLang::TOr< LHS, RHS... >
 
struct  uLang::TOr<>
 
struct  uLang::TNot< Type >
 
class  uLang::TEnableIf< true, Result >
 
class  uLang::TEnableIf< false, Result >
 
class  uLang::TChooseClass< true, TrueClass, FalseClass >
 
class  uLang::TChooseClass< false, TrueClass, FalseClass >
 

Namespaces

namespace  uLang
 

Typedefs

template<bool Predicate, typename Result = void>
using uLang::TEnableIfT = typename TEnableIf< Predicate, Result >::Type