TArrayView::RangeCheck

Checks if index is in array range.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/ArrayView.h

Include

#include "Containers/ArrayView.h"

Syntax

void RangeCheck
(
    SizeType Index
) const

Remarks

Checks if index is in array range.

Parameters

Parameter

Description

Index

Index to check.