Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ProfilingDebugging
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/CookStats.h |
| Include | #include "ProfilingDebugging/CookStats.h" |
Syntax
template<typename T>
struct TDecay
Remarks
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
Typedefs
| Name | Description |
|---|---|
| Type |