FUObjectAnnotationChunked::IsValidIndex

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

Choose your operating system:

Windows

macOS

Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/UObjectAnnotation.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