TArrayView::Find

Finds element within the array.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/ArrayView.h"

Syntax

bool Find
(
    const ElementType & Item,
    int32 & Index
) const

Remarks

Finds element within the array.

Returns

True if found. False otherwise.

Parameters

Parameter

Description

Item

Item to look for.

Index

Output parameter. Found index.

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