Navigation
API > API/Runtime > API/Runtime/Core
Wraps a range into a container like interface to satisfy the GetData and GetNum global functions. We're not using TArrayView since it calls Sort creating a circular dependency.
| Name | TArrayRange |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/Sorting.h |
| Include Path | #include "Templates/Sorting.h" |
Syntax
template<typename T>
struct TArrayRange
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArrayRange
(
T* InPtr, |
Templates/Sorting.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Begin | T * | Templates/Sorting.h | ||
| Size | int32 | Templates/Sorting.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T * GetData() |
Templates/Sorting.h | ||
int32 Num() |
Templates/Sorting.h |