Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeVisualStudioSourceCodeAccess_init() {}
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_VisualStudioSourceCodeAccess;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_VisualStudioSourceCodeAccess()
{
if (!Z_Registration_Info_UPackage__Script_VisualStudioSourceCodeAccess.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/VisualStudioSourceCodeAccess",
nullptr,
0,
PKG_CompiledIn | 0x00000100,
0xEC120F89,
0xF6357559,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_VisualStudioSourceCodeAccess.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_VisualStudioSourceCodeAccess.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_VisualStudioSourceCodeAccess(Z_Construct_UPackage__Script_VisualStudioSourceCodeAccess, TEXT("/Script/VisualStudioSourceCodeAccess"), Z_Registration_Info_UPackage__Script_VisualStudioSourceCodeAccess, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xEC120F89, 0xF6357559));
PRAGMA_ENABLE_DEPRECATION_WARNINGS