TArray::IndexOfByKey

Finds an item by key (assuming the ElementType overloads operator== for the comparison).

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/Array.h

Include

#include "Containers/Array.h"

Syntax

template<typename KeyType>
SizeType IndexOfByKey
(
    const KeyType & Key
) const

Remarks

Finds an item by key (assuming the ElementType overloads operator== for the comparison).

Returns

Index to the first matching element, or INDEX_NONE if none is found.

Parameters

Parameter

Description

Key

The key to search by.

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