Navigation
API > API/Runtime > API/Runtime/Core
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
| Name | TDecay |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/Decay.h |
| Include Path | #include "Templates/Decay.h" |
Syntax
template<typename T>
struct TDecay
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Type | UE::Core::Private::Decay::TDecayNonReference< typenameTRemoveReference< T >::Type >::Type | Templates/Decay.h |