Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TArray > API/Runtime/Core/Containers/TArray/Find
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Array.h |
| Include | #include "Containers/Array.h" |
bool Find
&40;
const ElementType & Item,
SizeType & Index
&41; const
Remarks
Finds element within the array. True if found. False otherwise.
Parameters
| Name | Description |
|---|---|
| Item | Item to look for. |
| Index | Will contain the found index. |