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

#include <References.h>

Public Types

using Type = typename Private::TDecayNonReference< typename TRemoveReference< T >::Type >::Type
 

Detailed Description

template<typename T>
struct uLang::TDecay< T >

Returns the decayed type of T, meaning it removes all references, qualifiers and applies array-to-pointer and function-to-pointer conversions.

http://en.cppreference.com/w/cpp/types/decay

Member Typedef Documentation

◆ Type

template<typename T >
using uLang::TDecay< T >::Type = typename Private::TDecayNonReference<typename TRemoveReference<T>::Type>::Type

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