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,51 @@
// 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 EmptyLinkFunctionForGeneratedCodeSynthesis_init() {}
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); SYNTHESIS_API UFunction* Z_Construct_UDelegateFunction_Synthesis_NumTablesChanged__DelegateSignature();
SYNTHESIS_API UFunction* Z_Construct_UDelegateFunction_Synthesis_OnControllerCaptureBeginEventSynth2D__DelegateSignature();
SYNTHESIS_API UFunction* Z_Construct_UDelegateFunction_Synthesis_OnControllerCaptureEndEventSynth2D__DelegateSignature();
SYNTHESIS_API UFunction* Z_Construct_UDelegateFunction_Synthesis_OnEnvelopeFollowerUpdate__DelegateSignature();
SYNTHESIS_API UFunction* Z_Construct_UDelegateFunction_Synthesis_OnFloatValueChangedEventSynth2D__DelegateSignature();
SYNTHESIS_API UFunction* Z_Construct_UDelegateFunction_Synthesis_OnMouseCaptureBeginEventSynth2D__DelegateSignature();
SYNTHESIS_API UFunction* Z_Construct_UDelegateFunction_Synthesis_OnMouseCaptureEndEventSynth2D__DelegateSignature();
SYNTHESIS_API UFunction* Z_Construct_UDelegateFunction_Synthesis_OnSampleLoaded__DelegateSignature();
SYNTHESIS_API UFunction* Z_Construct_UDelegateFunction_Synthesis_OnSamplePlaybackProgress__DelegateSignature();
SYNTHESIS_API UFunction* Z_Construct_UDelegateFunction_Synthesis_OnTableAltered__DelegateSignature();
static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_Synthesis;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_Synthesis()
{
if (!Z_Registration_Info_UPackage__Script_Synthesis.OuterSingleton)
{
static UObject* (*const SingletonFuncArray[])() = {
(UObject* (*)())Z_Construct_UDelegateFunction_Synthesis_NumTablesChanged__DelegateSignature,
(UObject* (*)())Z_Construct_UDelegateFunction_Synthesis_OnControllerCaptureBeginEventSynth2D__DelegateSignature,
(UObject* (*)())Z_Construct_UDelegateFunction_Synthesis_OnControllerCaptureEndEventSynth2D__DelegateSignature,
(UObject* (*)())Z_Construct_UDelegateFunction_Synthesis_OnEnvelopeFollowerUpdate__DelegateSignature,
(UObject* (*)())Z_Construct_UDelegateFunction_Synthesis_OnFloatValueChangedEventSynth2D__DelegateSignature,
(UObject* (*)())Z_Construct_UDelegateFunction_Synthesis_OnMouseCaptureBeginEventSynth2D__DelegateSignature,
(UObject* (*)())Z_Construct_UDelegateFunction_Synthesis_OnMouseCaptureEndEventSynth2D__DelegateSignature,
(UObject* (*)())Z_Construct_UDelegateFunction_Synthesis_OnSampleLoaded__DelegateSignature,
(UObject* (*)())Z_Construct_UDelegateFunction_Synthesis_OnSamplePlaybackProgress__DelegateSignature,
(UObject* (*)())Z_Construct_UDelegateFunction_Synthesis_OnTableAltered__DelegateSignature,
};
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/Synthesis",
SingletonFuncArray,
UE_ARRAY_COUNT(SingletonFuncArray),
PKG_CompiledIn | 0x00000000,
0xBC59B11B,
0x18735444,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_Synthesis.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_Synthesis.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_Synthesis(Z_Construct_UPackage__Script_Synthesis, TEXT("/Script/Synthesis"), Z_Registration_Info_UPackage__Script_Synthesis, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xBC59B11B, 0x18735444));
PRAGMA_ENABLE_DEPRECATION_WARNINGS