Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FSetProperty
Description
Helper function to check if the specified index of an element is valid. Used by the garbage collector where for performance reasons the provided set pointer is not guarded
| Name | IsValidIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
bool IsValidIndex
(
void * InSet,
int32 InternalIndex
) const