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" |
bool Contains
&40;
KeyInitType Key
&41; const
Remarks
Checks if the element contains an element with the given key. true if the set contains an element with the given key.
Parameters
| Name | Description |
|---|---|
| Key | The key to check for. |