// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved. #include "ClassMaps.h" #include "UnrealHeaderTool.h" #include "UnrealTypeDefinitionInfo.h" TMap > GUnrealSourceFilesMap; TMap > GTypeDefinitionInfoMap; TMap> GPackageSingletons; TMap GClassStrippedHeaderTextMap; TMap GClassHeaderNameWithNoPathMap; TSet GPublicSourceFileSet; TMap GArrayDimensions; TMap GPackageToManifestModuleMap; TMap GGeneratedCodeHashes; TMap GEnumUnderlyingTypes; TMap > GClassDeclarations; TSet GUnsizedProperties; TSet GEditorOnlyDataTypes; TMap, int32>> GStructToSourceLine;