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

#include <Decay.h>

Public Types

typedef UE::Core::Private::Decay::TDecayNonReference< typenameTRemoveReference< T >::Type >::Type Type
 

Detailed Description

template<typename T>
struct 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


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