Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FChunkedFixedUObjectArray
Description
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.
| Name | IsValidIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectArray.h |
| Include Path | #include "UObject/UObjectArray.h" |
bool IsValidIndex
(
int32 Index
) const
true, if this is a valid
Parameters
| Name | Remarks |
|---|---|
| Index | Index to test |