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 Includes
&40;
const TSet< ElementType, KeyFuncs, Allocator > & OtherSet
&41; const
Remarks
Determine whether the specified set is entirely included within this set True if the other set is entirely included in this set, false if it is not
Parameters
| Name | Description |
|---|---|
| OtherSet | Set to check |