Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/Engine/UHT/SoundSubmixWidgetInterface.gen.cpp

186 lines
10 KiB
C++
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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 "Audio/SoundSubmixWidgetInterface.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeSoundSubmixWidgetInterface() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UInterface();
ENGINE_API UClass* Z_Construct_UClass_USoundSubmixBase_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_USoundSubmixWidgetInterface();
ENGINE_API UClass* Z_Construct_UClass_USoundSubmixWidgetInterface_NoRegister();
UPackage* Z_Construct_UPackage__Script_Engine();
// ********** End Cross Module References **********************************************************
// ********** Begin Interface USoundSubmixWidgetInterface Function OnConstructed *******************
struct SoundSubmixWidgetInterface_eventOnConstructed_Parms
{
USoundSubmixBase* SoundSubmix;
};
void ISoundSubmixWidgetInterface::OnConstructed(USoundSubmixBase* SoundSubmix)
{
check(0 && "Do not directly call Event functions in Interfaces. Call Execute_OnConstructed instead.");
}
static FName NAME_USoundSubmixWidgetInterface_OnConstructed = FName(TEXT("OnConstructed"));
void ISoundSubmixWidgetInterface::Execute_OnConstructed(UObject* O, USoundSubmixBase* SoundSubmix)
{
check(O != NULL);
check(O->GetClass()->ImplementsInterface(USoundSubmixWidgetInterface::StaticClass()));
SoundSubmixWidgetInterface_eventOnConstructed_Parms Parms;
UFunction* const Func = O->FindFunction(NAME_USoundSubmixWidgetInterface_OnConstructed);
if (Func)
{
Parms.SoundSubmix=std::move(SoundSubmix);
O->ProcessEvent(Func, &Parms);
}
}
struct Z_Construct_UFunction_USoundSubmixWidgetInterface_OnConstructed_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "DisplayName", "On SoundSubmix Widget Constructed" },
{ "ModuleRelativePath", "Public/Audio/SoundSubmixWidgetInterface.h" },
};
#endif // WITH_METADATA
// ********** Begin Function OnConstructed constinit property declarations *************************
static const UECodeGen_Private::FObjectPropertyParams NewProp_SoundSubmix;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function OnConstructed constinit property declarations ***************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function OnConstructed Property Definitions ************************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_USoundSubmixWidgetInterface_OnConstructed_Statics::NewProp_SoundSubmix = { "SoundSubmix", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(SoundSubmixWidgetInterface_eventOnConstructed_Parms, SoundSubmix), Z_Construct_UClass_USoundSubmixBase_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_USoundSubmixWidgetInterface_OnConstructed_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USoundSubmixWidgetInterface_OnConstructed_Statics::NewProp_SoundSubmix,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_USoundSubmixWidgetInterface_OnConstructed_Statics::PropPointers) < 2048);
// ********** End Function OnConstructed Property Definitions **************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_USoundSubmixWidgetInterface_OnConstructed_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_USoundSubmixWidgetInterface, nullptr, "OnConstructed", Z_Construct_UFunction_USoundSubmixWidgetInterface_OnConstructed_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_USoundSubmixWidgetInterface_OnConstructed_Statics::PropPointers),
sizeof(SoundSubmixWidgetInterface_eventOnConstructed_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x08020802, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_USoundSubmixWidgetInterface_OnConstructed_Statics::Function_MetaDataParams), Z_Construct_UFunction_USoundSubmixWidgetInterface_OnConstructed_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(SoundSubmixWidgetInterface_eventOnConstructed_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_USoundSubmixWidgetInterface_OnConstructed()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_USoundSubmixWidgetInterface_OnConstructed_Statics::FuncParams);
}
return ReturnFunction;
}
// ********** End Interface USoundSubmixWidgetInterface Function OnConstructed *********************
// ********** Begin Interface USoundSubmixWidgetInterface ******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_USoundSubmixWidgetInterface;
UClass* USoundSubmixWidgetInterface::GetPrivateStaticClass()
{
using TClass = USoundSubmixWidgetInterface;
if (!Z_Registration_Info_UClass_USoundSubmixWidgetInterface.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("SoundSubmixWidgetInterface"),
Z_Registration_Info_UClass_USoundSubmixWidgetInterface.InnerSingleton,
StaticRegisterNativesUSoundSubmixWidgetInterface,
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_USoundSubmixWidgetInterface.InnerSingleton;
}
UClass* Z_Construct_UClass_USoundSubmixWidgetInterface_NoRegister()
{
return USoundSubmixWidgetInterface::GetPrivateStaticClass();
}
struct Z_Construct_UClass_USoundSubmixWidgetInterface_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "IsBlueprintBase", "true" },
{ "ModuleRelativePath", "Public/Audio/SoundSubmixWidgetInterface.h" },
};
#endif // WITH_METADATA
// ********** Begin Interface USoundSubmixWidgetInterface constinit property declarations **********
// ********** End Interface USoundSubmixWidgetInterface constinit property declarations ************
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_USoundSubmixWidgetInterface_OnConstructed, "OnConstructed" }, // 2223468965
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<ISoundSubmixWidgetInterface>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_USoundSubmixWidgetInterface_Statics
UObject* (*const Z_Construct_UClass_USoundSubmixWidgetInterface_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInterface,
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USoundSubmixWidgetInterface_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_USoundSubmixWidgetInterface_Statics::ClassParams = {
&USoundSubmixWidgetInterface::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
0,
0,
0x000840A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_USoundSubmixWidgetInterface_Statics::Class_MetaDataParams), Z_Construct_UClass_USoundSubmixWidgetInterface_Statics::Class_MetaDataParams)
};
void USoundSubmixWidgetInterface::StaticRegisterNativesUSoundSubmixWidgetInterface()
{
}
UClass* Z_Construct_UClass_USoundSubmixWidgetInterface()
{
if (!Z_Registration_Info_UClass_USoundSubmixWidgetInterface.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_USoundSubmixWidgetInterface.OuterSingleton, Z_Construct_UClass_USoundSubmixWidgetInterface_Statics::ClassParams);
}
return Z_Registration_Info_UClass_USoundSubmixWidgetInterface.OuterSingleton;
}
USoundSubmixWidgetInterface::USoundSubmixWidgetInterface(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, USoundSubmixWidgetInterface);
// ********** End Interface USoundSubmixWidgetInterface ********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Audio_SoundSubmixWidgetInterface_h__Script_Engine_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_USoundSubmixWidgetInterface, USoundSubmixWidgetInterface::StaticClass, TEXT("USoundSubmixWidgetInterface"), &Z_Registration_Info_UClass_USoundSubmixWidgetInterface, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(USoundSubmixWidgetInterface), 2536472851U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Audio_SoundSubmixWidgetInterface_h__Script_Engine_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Audio_SoundSubmixWidgetInterface_h__Script_Engine_3237341213{
TEXT("/Script/Engine"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Audio_SoundSubmixWidgetInterface_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Audio_SoundSubmixWidgetInterface_h__Script_Engine_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS