Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TSet
| Type | Name | Description | |
|---|---|---|---|
| ElementType & | FindOrAdd
(
const InElementType& InElement, |
Adds an element to the set if not already present and returns a reference to the added or existing element. | |
| ElementType & | FindOrAdd
(
InElementType&& InElement, |