TRingBuffer::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/RingBuffer.h

Include

#include "Containers/RingBuffer.h"

Syntax

bool IsValidIndex
(
    IndexType 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.

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