TPreallocatedArrayProxy::Find

Finds an element with the given value in the array.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ParticleHelper.h

Include

#include "ParticleHelper.h"

Syntax

int32 Find
(
    const ElementType & Item
) const

Remarks

Finds an element with the given value in the array.

Returns

The index of an element to the given value. If no element in the array has the given value, this will return INDEX_NONE.

Parameters

Parameter

Description

Item

The value to search for.

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