![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Sorting.h>
Public Member Functions | |
| TArrayRange (T *InPtr, int32 InSize) | |
| T * | GetData () const |
| int32 | Num () const |
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.
|
inline |
|
inline |
|
inline |