5#include "Containers/Array.h"
6#include "Containers/Set.h"
7#include "Containers/UnrealString.h"
9#include "GenericPlatform/GenericPlatformStackWalk.h"
10#include "Serialization/Archive.h"
11#include "Templates/UnrealTypeTraits.h"
13struct FProgramCounterSymbolInfo;
14template<
typename InElementType,
typename KeyFuncs ,
typename Allocator >
class TSet;
18
19
28
29
30
31
32
41
42
51
52
53
54
55
64
65
74
75
76
77
78
81 return Ar << Info.Signature << Info.Name << Info.Symbols << Info.StringTable;
93
94
97 return Element.Signature;
101
102
111 return GetTypeHash(Key);