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" |
SizeType Find
&40;
const ElementType & Item
&41; const
Remarks
Finds element within the array. Index of the found element. INDEX_NONE otherwise.
Parameters
| Name | Description |
|---|---|
| Item | Item to look for. |