283 lines
17 KiB
C++
283 lines
17 KiB
C++
// 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"
|
|
#include "AudioPropertiesSheetAssetBase.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeAudioPropertiesSheetAssetBase() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_UAudioPropertiesSheetAssetBase();
|
|
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_UAudioPropertiesSheetAssetBase_NoRegister();
|
|
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_UAudioPropertiesSheetAssetUserInterface();
|
|
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_UAudioPropertiesSheetAssetUserInterface_NoRegister();
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UInterface();
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_AudioExtensions();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Interface UAudioPropertiesSheetAssetUserInterface ******************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UAudioPropertiesSheetAssetUserInterface;
|
|
UClass* UAudioPropertiesSheetAssetUserInterface::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UAudioPropertiesSheetAssetUserInterface;
|
|
if (!Z_Registration_Info_UClass_UAudioPropertiesSheetAssetUserInterface.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("AudioPropertiesSheetAssetUserInterface"),
|
|
Z_Registration_Info_UClass_UAudioPropertiesSheetAssetUserInterface.InnerSingleton,
|
|
StaticRegisterNativesUAudioPropertiesSheetAssetUserInterface,
|
|
sizeof(TClass),
|
|
alignof(TClass),
|
|
TClass::StaticClassFlags,
|
|
TClass::StaticClassCastFlags(),
|
|
TClass::StaticConfigName(),
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
|
&TClass::Super::StaticClass,
|
|
&TClass::WithinClass::StaticClass
|
|
);
|
|
}
|
|
return Z_Registration_Info_UClass_UAudioPropertiesSheetAssetUserInterface.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UAudioPropertiesSheetAssetUserInterface_NoRegister()
|
|
{
|
|
return UAudioPropertiesSheetAssetUserInterface::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UAudioPropertiesSheetAssetUserInterface_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "CannotImplementInterfaceInBlueprint", "" },
|
|
{ "ModuleRelativePath", "Public/AudioPropertiesSheetAssetBase.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Interface UAudioPropertiesSheetAssetUserInterface constinit property declarations
|
|
// ********** End Interface UAudioPropertiesSheetAssetUserInterface constinit property declarations
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<IAudioPropertiesSheetAssetUserInterface>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UAudioPropertiesSheetAssetUserInterface_Statics
|
|
UObject* (*const Z_Construct_UClass_UAudioPropertiesSheetAssetUserInterface_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UInterface,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AudioExtensions,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAudioPropertiesSheetAssetUserInterface_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAudioPropertiesSheetAssetUserInterface_Statics::ClassParams = {
|
|
&UAudioPropertiesSheetAssetUserInterface::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
0,
|
|
0x000840A1u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAudioPropertiesSheetAssetUserInterface_Statics::Class_MetaDataParams), Z_Construct_UClass_UAudioPropertiesSheetAssetUserInterface_Statics::Class_MetaDataParams)
|
|
};
|
|
void UAudioPropertiesSheetAssetUserInterface::StaticRegisterNativesUAudioPropertiesSheetAssetUserInterface()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UAudioPropertiesSheetAssetUserInterface()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UAudioPropertiesSheetAssetUserInterface.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAudioPropertiesSheetAssetUserInterface.OuterSingleton, Z_Construct_UClass_UAudioPropertiesSheetAssetUserInterface_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UAudioPropertiesSheetAssetUserInterface.OuterSingleton;
|
|
}
|
|
UAudioPropertiesSheetAssetUserInterface::UAudioPropertiesSheetAssetUserInterface(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAudioPropertiesSheetAssetUserInterface);
|
|
// ********** End Interface UAudioPropertiesSheetAssetUserInterface ********************************
|
|
|
|
// ********** Begin Class UAudioPropertiesSheetAssetBase Function CopyToObjectProperties ***********
|
|
#if WITH_EDITOR
|
|
struct Z_Construct_UFunction_UAudioPropertiesSheetAssetBase_CopyToObjectProperties_Statics
|
|
{
|
|
struct AudioPropertiesSheetAssetBase_eventCopyToObjectProperties_Parms
|
|
{
|
|
UObject* TargetObject;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "AudioProperties" },
|
|
{ "ModuleRelativePath", "Public/AudioPropertiesSheetAssetBase.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function CopyToObjectProperties constinit property declarations ****************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_TargetObject;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function CopyToObjectProperties constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function CopyToObjectProperties Property Definitions ***************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UAudioPropertiesSheetAssetBase_CopyToObjectProperties_Statics::NewProp_TargetObject = { "TargetObject", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioPropertiesSheetAssetBase_eventCopyToObjectProperties_Parms, TargetObject), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UAudioPropertiesSheetAssetBase_CopyToObjectProperties_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((AudioPropertiesSheetAssetBase_eventCopyToObjectProperties_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UAudioPropertiesSheetAssetBase_CopyToObjectProperties_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(AudioPropertiesSheetAssetBase_eventCopyToObjectProperties_Parms), &Z_Construct_UFunction_UAudioPropertiesSheetAssetBase_CopyToObjectProperties_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAudioPropertiesSheetAssetBase_CopyToObjectProperties_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioPropertiesSheetAssetBase_CopyToObjectProperties_Statics::NewProp_TargetObject,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioPropertiesSheetAssetBase_CopyToObjectProperties_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioPropertiesSheetAssetBase_CopyToObjectProperties_Statics::PropPointers) < 2048);
|
|
// ********** End Function CopyToObjectProperties Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAudioPropertiesSheetAssetBase_CopyToObjectProperties_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAudioPropertiesSheetAssetBase, nullptr, "CopyToObjectProperties", Z_Construct_UFunction_UAudioPropertiesSheetAssetBase_CopyToObjectProperties_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioPropertiesSheetAssetBase_CopyToObjectProperties_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UAudioPropertiesSheetAssetBase_CopyToObjectProperties_Statics::AudioPropertiesSheetAssetBase_eventCopyToObjectProperties_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x64020400, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioPropertiesSheetAssetBase_CopyToObjectProperties_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAudioPropertiesSheetAssetBase_CopyToObjectProperties_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UAudioPropertiesSheetAssetBase_CopyToObjectProperties_Statics::AudioPropertiesSheetAssetBase_eventCopyToObjectProperties_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UAudioPropertiesSheetAssetBase_CopyToObjectProperties()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAudioPropertiesSheetAssetBase_CopyToObjectProperties_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UAudioPropertiesSheetAssetBase::execCopyToObjectProperties)
|
|
{
|
|
P_GET_OBJECT(UObject,Z_Param_TargetObject);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=P_THIS->CopyToObjectProperties(Z_Param_TargetObject);
|
|
P_NATIVE_END;
|
|
}
|
|
#endif // WITH_EDITOR
|
|
// ********** End Class UAudioPropertiesSheetAssetBase Function CopyToObjectProperties *************
|
|
|
|
// ********** Begin Class UAudioPropertiesSheetAssetBase *******************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UAudioPropertiesSheetAssetBase;
|
|
UClass* UAudioPropertiesSheetAssetBase::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UAudioPropertiesSheetAssetBase;
|
|
if (!Z_Registration_Info_UClass_UAudioPropertiesSheetAssetBase.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("AudioPropertiesSheetAssetBase"),
|
|
Z_Registration_Info_UClass_UAudioPropertiesSheetAssetBase.InnerSingleton,
|
|
StaticRegisterNativesUAudioPropertiesSheetAssetBase,
|
|
sizeof(TClass),
|
|
alignof(TClass),
|
|
TClass::StaticClassFlags,
|
|
TClass::StaticClassCastFlags(),
|
|
TClass::StaticConfigName(),
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
|
&TClass::Super::StaticClass,
|
|
&TClass::WithinClass::StaticClass
|
|
);
|
|
}
|
|
return Z_Registration_Info_UClass_UAudioPropertiesSheetAssetBase.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UAudioPropertiesSheetAssetBase_NoRegister()
|
|
{
|
|
return UAudioPropertiesSheetAssetBase::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UAudioPropertiesSheetAssetBase_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "AudioPropertiesSheetAssetBase.h" },
|
|
{ "ModuleRelativePath", "Public/AudioPropertiesSheetAssetBase.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UAudioPropertiesSheetAssetBase constinit property declarations ***********
|
|
// ********** End Class UAudioPropertiesSheetAssetBase constinit property declarations *************
|
|
#if WITH_EDITOR
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("CopyToObjectProperties"), .Pointer = &UAudioPropertiesSheetAssetBase::execCopyToObjectProperties },
|
|
};
|
|
#endif // WITH_EDITOR
|
|
static UObject* (*const DependentSingletons[])();
|
|
#if WITH_EDITOR
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UAudioPropertiesSheetAssetBase_CopyToObjectProperties, "CopyToObjectProperties" }, // 1834054546
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
#endif // WITH_EDITOR
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UAudioPropertiesSheetAssetBase>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UAudioPropertiesSheetAssetBase_Statics
|
|
UObject* (*const Z_Construct_UClass_UAudioPropertiesSheetAssetBase_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AudioExtensions,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAudioPropertiesSheetAssetBase_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAudioPropertiesSheetAssetBase_Statics::ClassParams = {
|
|
&UAudioPropertiesSheetAssetBase::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
IF_WITH_EDITOR(FuncInfo, nullptr),
|
|
nullptr,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
IF_WITH_EDITOR(UE_ARRAY_COUNT(FuncInfo), 0),
|
|
0,
|
|
0,
|
|
0x000800A1u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAudioPropertiesSheetAssetBase_Statics::Class_MetaDataParams), Z_Construct_UClass_UAudioPropertiesSheetAssetBase_Statics::Class_MetaDataParams)
|
|
};
|
|
void UAudioPropertiesSheetAssetBase::StaticRegisterNativesUAudioPropertiesSheetAssetBase()
|
|
{
|
|
UClass* Class = UAudioPropertiesSheetAssetBase::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, IF_WITH_EDITOR(MakeConstArrayView(Z_Construct_UClass_UAudioPropertiesSheetAssetBase_Statics::Funcs), {}));
|
|
}
|
|
UClass* Z_Construct_UClass_UAudioPropertiesSheetAssetBase()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UAudioPropertiesSheetAssetBase.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAudioPropertiesSheetAssetBase.OuterSingleton, Z_Construct_UClass_UAudioPropertiesSheetAssetBase_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UAudioPropertiesSheetAssetBase.OuterSingleton;
|
|
}
|
|
UAudioPropertiesSheetAssetBase::UAudioPropertiesSheetAssetBase(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAudioPropertiesSheetAssetBase);
|
|
UAudioPropertiesSheetAssetBase::~UAudioPropertiesSheetAssetBase() {}
|
|
// ********** End Class UAudioPropertiesSheetAssetBase *********************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_AudioPropertiesSheetAssetBase_h__Script_AudioExtensions_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UAudioPropertiesSheetAssetUserInterface, UAudioPropertiesSheetAssetUserInterface::StaticClass, TEXT("UAudioPropertiesSheetAssetUserInterface"), &Z_Registration_Info_UClass_UAudioPropertiesSheetAssetUserInterface, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAudioPropertiesSheetAssetUserInterface), 3917035608U) },
|
|
{ Z_Construct_UClass_UAudioPropertiesSheetAssetBase, UAudioPropertiesSheetAssetBase::StaticClass, TEXT("UAudioPropertiesSheetAssetBase"), &Z_Registration_Info_UClass_UAudioPropertiesSheetAssetBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAudioPropertiesSheetAssetBase), 3964295845U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_AudioPropertiesSheetAssetBase_h__Script_AudioExtensions_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_AudioPropertiesSheetAssetBase_h__Script_AudioExtensions_41554493{
|
|
TEXT("/Script/AudioExtensions"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_AudioPropertiesSheetAssetBase_h__Script_AudioExtensions_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_AudioPropertiesSheetAssetBase_h__Script_AudioExtensions_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|