Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Set.h |
| Include | #include "Containers/Set.h" |
Syntax
struct TSetPrivateFriend
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | LegacyCompareEqual
(
const TSet< ElementType, KeyFuncs, Allocator >& A, |
Legacy comparison operators. Note that these also test whether the set's elements were added in the same order! | |
| FArchive & | Serializer. | ||
| void | SerializeStructured
(
FStructuredArchive::FSlot Slot, |
Structured archive serializer. |