Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TSet > API/Runtime/Core/Containers/TSet/Find
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Set.h |
| Include | #include "Containers/Set.h" |
const ElementType &42; Find
&40;
KeyInitType Key
&41; const
Remarks
Finds an element with the given key in the set. A const pointer to an element with the given key. If no element in the set has the given key, this will return NULL.
Parameters
| Name | Description |
|---|---|
| Key | The key to search for. |