Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TSet
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Set.h |
| Include | #include "Containers/Set.h" |
FSetElementId FindId
&40;
KeyInitType Key
&41; const
Remarks
Finds an element with the given key in the set. The id of the set element matching the given key, or the NULL id if none matches.
Parameters
| Name | Description |
|---|---|
| Key | The key to search for. |