Navigation
Unreal Engine C++ API Reference > Runtime > Core > Templates
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/Sorting.h |
Include | #include "Templates/Sorting.h" |
Syntax
template<typename T>
struct TArrayRange
Remarks
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.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
TArrayRange
(
T* InPtr, |