Navigation
API > API/Runtime > API/Runtime/Core
Removes one dimension of extents from an array type.
| Name | TRemoveExtent |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/RemoveExtent.h |
| Include Path | #include "Templates/RemoveExtent.h" |
Syntax
template<typename T>
struct TRemoveExtent
Struct Specializations
| Name | Remarks |
|---|---|
| TRemoveExtent< T[]> | |
| TRemoveExtent< T[N]> |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Type | T | Templates/RemoveExtent.h |