![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <References.h>
Public Types | |
| using | Type = typename Private::TDecayNonReference< typename TRemoveReference< T >::Type >::Type |
Returns the decayed type of T, meaning it removes all references, qualifiers and applies array-to-pointer and function-to-pointer conversions.
| using uLang::TDecay< T >::Type = typename Private::TDecayNonReference<typename TRemoveReference<T>::Type>::Type |