Navigation
API > API/Runtime > API/Runtime/Core
| Name | TCompactSetPrivateFriend |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/CompactSet.h.inl |
| Include Path | #include "Containers/CompactSet.h.inl" |
Syntax
struct TCompactSetPrivateFriend
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool LegacyCompareEqual
(
const TCompactSet< ElementType, KeyFuncs, Allocator >& A, |
Legacy comparison operators. Note that these also test whether the set's elements were added in the same order! | ||
static FArchive & Serialize
(
FArchive& Ar, |
Serializer. | ||
static void SerializeStructured
(
FStructuredArchive::FSlot Slot, |
Structured archive serializer. |