TArray::IsValidIndex

Tests if index is valid, i.e. greater than or equal to zero, and less than the number of elements in the array.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/Array.h"

Syntax

bool IsValidIndex
(
    SizeType Index
) const

Remarks

Tests if index is valid, i.e. greater than or equal to zero, and less than the number of elements in the array.

Returns

True if index is valid. False otherwise.

Parameters

Parameter

Description

Index

Index to test.

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