FChunkedFixedUObjectArray::IsValidIndex

Return if this index is valid Thread safe, if it is valid now, it is valid forever.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectArray.h

Include

#include "UObject/UObjectArray.h"

Syntax

bool IsValidIndex
(
    int32 Index
) const

Remarks

Return if this index is valid Thread safe, if it is valid now, it is valid forever. Other threads might be adding during this call.

Returns

true, if this is a valid

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