TArrayView::Find

Finds element within the array.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

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

Include

#include "Containers/ArrayView.h"

Syntax

SizeType Find
(
    const ElementType & Item
) const

Remarks

Finds element within the array.

Returns

Index of the found element. INDEX_NONE otherwise.

Parameters

Parameter

Description

Item

Item to look for.