TArrayRange

Wraps a range into a container like interface to satisfy the GetData and GetNum global functions.

Windows
MacOS
Linux

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

Name Description

Public function

TArrayRange

(
    T* InPtr,
    int32 InSize
)

Functions

Name Description

Public function Const

T *

 

GetData()

Public function Const

int32

 

Num()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss