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 EmptyLinkFunctionForGeneratedCodeAudioExtensions_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_AudioExtensions;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_AudioExtensions()
{
if (!Z_Registration_Info_UPackage__Script_AudioExtensions.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/AudioExtensions",
nullptr,
0,
PKG_CompiledIn | 0x00000000,
0x7C1E5B39,
0xBB156D92,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_AudioExtensions.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_AudioExtensions.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_AudioExtensions(Z_Construct_UPackage__Script_AudioExtensions, TEXT("/Script/AudioExtensions"), Z_Registration_Info_UPackage__Script_AudioExtensions, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x7C1E5B39, 0xBB156D92));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,10 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#pragma once

View File

@@ -0,0 +1,387 @@
// 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 "AudioParameter.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeAudioParameter() {}
// ********** Begin Cross Module References ********************************************************
AUDIOEXTENSIONS_API UEnum* Z_Construct_UEnum_AudioExtensions_EAudioParameterType();
AUDIOEXTENSIONS_API UScriptStruct* Z_Construct_UScriptStruct_FAudioParameter();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
UPackage* Z_Construct_UPackage__Script_AudioExtensions();
// ********** End Cross Module References **********************************************************
// ********** Begin Enum EAudioParameterType *******************************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EAudioParameterType;
static UEnum* EAudioParameterType_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EAudioParameterType.OuterSingleton)
{
Z_Registration_Info_UEnum_EAudioParameterType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_AudioExtensions_EAudioParameterType, (UObject*)Z_Construct_UPackage__Script_AudioExtensions(), TEXT("EAudioParameterType"));
}
return Z_Registration_Info_UEnum_EAudioParameterType.OuterSingleton;
}
template<> AUDIOEXTENSIONS_NON_ATTRIBUTED_API UEnum* StaticEnum<EAudioParameterType>()
{
return EAudioParameterType_StaticEnum();
}
struct Z_Construct_UEnum_AudioExtensions_EAudioParameterType_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "Boolean.Comment", "// Boolean value\n" },
{ "Boolean.Name", "EAudioParameterType::Boolean" },
{ "Boolean.ToolTip", "Boolean value" },
{ "BooleanArray.Comment", "// Array of boolean values (not supported by legacy SoundCue system)\n" },
{ "BooleanArray.DisplayName", "Boolean (Array)" },
{ "BooleanArray.Name", "EAudioParameterType::BooleanArray" },
{ "BooleanArray.ToolTip", "Array of boolean values (not supported by legacy SoundCue system)" },
{ "COUNT.Hidden", "" },
{ "COUNT.Name", "EAudioParameterType::COUNT" },
{ "Float.Comment", "// Float value\n" },
{ "Float.Name", "EAudioParameterType::Float" },
{ "Float.ToolTip", "Float value" },
{ "FloatArray.Comment", "// Array of float values (not supported by legacy SoundCue system)\n" },
{ "FloatArray.DisplayName", "Float (Array)" },
{ "FloatArray.Name", "EAudioParameterType::FloatArray" },
{ "FloatArray.ToolTip", "Array of float values (not supported by legacy SoundCue system)" },
{ "Integer.Comment", "// Integer value\n" },
{ "Integer.Name", "EAudioParameterType::Integer" },
{ "Integer.ToolTip", "Integer value" },
{ "IntegerArray.Comment", "// Array of integer values (not supported by legacy SoundCue system)\n" },
{ "IntegerArray.DisplayName", "Integer (Array)" },
{ "IntegerArray.Name", "EAudioParameterType::IntegerArray" },
{ "IntegerArray.ToolTip", "Array of integer values (not supported by legacy SoundCue system)" },
{ "ModuleRelativePath", "Public/AudioParameter.h" },
{ "None.Comment", "// 'Default' results in behavior that is resolved\n// based on the system interpreting it. To support\n// legacy implementation, SoundCues cache all typed values\n// associated with a given parameter name. \n// For MetaSounds, use a specific Type instead of this one. \n" },
{ "None.DisplayName", "Default" },
{ "None.Name", "EAudioParameterType::None" },
{ "None.ToolTip", "'Default' results in behavior that is resolved\nbased on the system interpreting it. To support\nlegacy implementation, SoundCues cache all typed values\nassociated with a given parameter name.\nFor MetaSounds, use a specific Type instead of this one." },
{ "NoneArray.Comment", "// Array of default initialized values (not supported by legacy SoundCue system)\n// Hidden for now as no parameter types exist that support default construction\n" },
{ "NoneArray.DisplayName", "Default (Array)" },
{ "NoneArray.Hidden", "" },
{ "NoneArray.Name", "EAudioParameterType::NoneArray" },
{ "NoneArray.ToolTip", "Array of default initialized values (not supported by legacy SoundCue system)\nHidden for now as no parameter types exist that support default construction" },
{ "Object.Comment", "// Object value (types other than SoundWave not supported by legacy SoundCue system)\n" },
{ "Object.Name", "EAudioParameterType::Object" },
{ "Object.ToolTip", "Object value (types other than SoundWave not supported by legacy SoundCue system)" },
{ "ObjectArray.Comment", "// Array of object values (not supported by legacy SoundCue system)\n" },
{ "ObjectArray.DisplayName", "Object (Array)" },
{ "ObjectArray.Name", "EAudioParameterType::ObjectArray" },
{ "ObjectArray.ToolTip", "Array of object values (not supported by legacy SoundCue system)" },
{ "String.Comment", "// String value (not supported by legacy SoundCue system)\n" },
{ "String.Name", "EAudioParameterType::String" },
{ "String.ToolTip", "String value (not supported by legacy SoundCue system)" },
{ "StringArray.Comment", "// Array of string values (not supported by legacy SoundCue system)\n" },
{ "StringArray.DisplayName", "String (Array)" },
{ "StringArray.Name", "EAudioParameterType::StringArray" },
{ "StringArray.ToolTip", "Array of string values (not supported by legacy SoundCue system)" },
{ "Trigger.Comment", "// Trigger value\n" },
{ "Trigger.Name", "EAudioParameterType::Trigger" },
{ "Trigger.ToolTip", "Trigger value" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EAudioParameterType::None", (int64)EAudioParameterType::None },
{ "EAudioParameterType::Boolean", (int64)EAudioParameterType::Boolean },
{ "EAudioParameterType::Integer", (int64)EAudioParameterType::Integer },
{ "EAudioParameterType::Float", (int64)EAudioParameterType::Float },
{ "EAudioParameterType::String", (int64)EAudioParameterType::String },
{ "EAudioParameterType::Object", (int64)EAudioParameterType::Object },
{ "EAudioParameterType::NoneArray", (int64)EAudioParameterType::NoneArray },
{ "EAudioParameterType::BooleanArray", (int64)EAudioParameterType::BooleanArray },
{ "EAudioParameterType::IntegerArray", (int64)EAudioParameterType::IntegerArray },
{ "EAudioParameterType::FloatArray", (int64)EAudioParameterType::FloatArray },
{ "EAudioParameterType::StringArray", (int64)EAudioParameterType::StringArray },
{ "EAudioParameterType::ObjectArray", (int64)EAudioParameterType::ObjectArray },
{ "EAudioParameterType::Trigger", (int64)EAudioParameterType::Trigger },
{ "EAudioParameterType::COUNT", (int64)EAudioParameterType::COUNT },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_AudioExtensions_EAudioParameterType_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_AudioExtensions_EAudioParameterType_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_AudioExtensions,
nullptr,
"EAudioParameterType",
"EAudioParameterType",
Z_Construct_UEnum_AudioExtensions_EAudioParameterType_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_AudioExtensions_EAudioParameterType_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_AudioExtensions_EAudioParameterType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_AudioExtensions_EAudioParameterType_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_AudioExtensions_EAudioParameterType()
{
if (!Z_Registration_Info_UEnum_EAudioParameterType.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EAudioParameterType.InnerSingleton, Z_Construct_UEnum_AudioExtensions_EAudioParameterType_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EAudioParameterType.InnerSingleton;
}
// ********** End Enum EAudioParameterType *********************************************************
// ********** Begin ScriptStruct FAudioParameter ***************************************************
struct Z_Construct_UScriptStruct_FAudioParameter_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FAudioParameter); }
static inline consteval int16 GetStructAlignment() { return alignof(FAudioParameter); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "ModuleRelativePath", "Public/AudioParameter.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ParamName_MetaData[] = {
{ "Category", "AudioParameter" },
{ "Comment", "// Name of the parameter\n" },
{ "DisplayName", "Name" },
{ "ModuleRelativePath", "Public/AudioParameter.h" },
{ "ToolTip", "Name of the parameter" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FloatParam_MetaData[] = {
{ "Category", "AudioParameter" },
{ "Comment", "// Float value of parameter\n" },
{ "DisplayAfter", "ParamType" },
{ "DisplayName", "Value (Float)" },
{ "EditCondition", "ParamType == EAudioParameterType::None || ParamType == EAudioParameterType::Float" },
{ "EditConditionHides", "" },
{ "ModuleRelativePath", "Public/AudioParameter.h" },
{ "ToolTip", "Float value of parameter" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BoolParam_MetaData[] = {
{ "Category", "AudioParameter" },
{ "Comment", "// Boolean value of parameter\n" },
{ "DisplayAfter", "ParamType" },
{ "DisplayName", "Value (Bool)" },
{ "EditCondition", "ParamType == EAudioParameterType::None || ParamType == EAudioParameterType::Boolean" },
{ "EditConditionHides", "" },
{ "ModuleRelativePath", "Public/AudioParameter.h" },
{ "ToolTip", "Boolean value of parameter" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_IntParam_MetaData[] = {
{ "Category", "AudioParameter" },
{ "Comment", "// Integer value of parameter. If set to 'Default Construct', value is number of array items to construct.\n" },
{ "DisplayAfter", "ParamType" },
{ "DisplayName", "Value (Int)" },
{ "EditCondition", "ParamType == EAudioParameterType::None || ParamType == EAudioParameterType::Integer || ParamType == EAudioParameterType::NoneArray" },
{ "EditConditionHides", "" },
{ "ModuleRelativePath", "Public/AudioParameter.h" },
{ "ToolTip", "Integer value of parameter. If set to 'Default Construct', value is number of array items to construct." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ObjectParam_MetaData[] = {
{ "Category", "AudioParameter" },
{ "Comment", "// Object value of parameter\n" },
{ "DisplayAfter", "ParamType" },
{ "DisplayName", "Value (Object)" },
{ "EditCondition", "ParamType == EAudioParameterType::None || ParamType == EAudioParameterType::Object" },
{ "EditConditionHides", "" },
{ "ModuleRelativePath", "Public/AudioParameter.h" },
{ "ToolTip", "Object value of parameter" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StringParam_MetaData[] = {
{ "Category", "AudioParameter" },
{ "Comment", "// String value of parameter\n" },
{ "DisplayAfter", "ParamType" },
{ "DisplayName", "Value (String)" },
{ "EditCondition", "ParamType == EAudioParameterType::String" },
{ "EditConditionHides", "" },
{ "ModuleRelativePath", "Public/AudioParameter.h" },
{ "ToolTip", "String value of parameter" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ArrayFloatParam_MetaData[] = {
{ "Category", "AudioParameter" },
{ "Comment", "// Array Float value of parameter\n" },
{ "DisplayAfter", "ParamType" },
{ "DisplayName", "Value (Float Array)" },
{ "EditCondition", "ParamType == EAudioParameterType::FloatArray" },
{ "EditConditionHides", "" },
{ "ModuleRelativePath", "Public/AudioParameter.h" },
{ "ToolTip", "Array Float value of parameter" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ArrayBoolParam_MetaData[] = {
{ "Category", "AudioParameter" },
{ "Comment", "// Boolean value of parameter\n" },
{ "DisplayAfter", "ParamType" },
{ "DisplayName", "Value (Bool Array)" },
{ "EditCondition", "ParamType == EAudioParameterType::BooleanArray" },
{ "EditConditionHides", "" },
{ "ModuleRelativePath", "Public/AudioParameter.h" },
{ "ToolTip", "Boolean value of parameter" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ArrayIntParam_MetaData[] = {
{ "Category", "AudioParameter" },
{ "Comment", "// Integer value of parameter\n" },
{ "DisplayAfter", "ParamType" },
{ "DisplayName", "Value (Int Array)" },
{ "EditCondition", "ParamType == EAudioParameterType::IntegerArray" },
{ "EditConditionHides", "" },
{ "ModuleRelativePath", "Public/AudioParameter.h" },
{ "ToolTip", "Integer value of parameter" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ArrayObjectParam_MetaData[] = {
{ "Category", "AudioParameter" },
{ "Comment", "// Object value of parameter\n" },
{ "DisplayAfter", "ParamType" },
{ "DisplayName", "Value (Object Array)" },
{ "EditCondition", "ParamType == EAudioParameterType::ObjectArray" },
{ "EditConditionHides", "" },
{ "ModuleRelativePath", "Public/AudioParameter.h" },
{ "ToolTip", "Object value of parameter" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ArrayStringParam_MetaData[] = {
{ "Category", "AudioParameter" },
{ "Comment", "// String value of parameter\n" },
{ "DisplayAfter", "ParamType" },
{ "DisplayName", "Value (String Array)" },
{ "EditCondition", "ParamType == EAudioParameterType::StringArray" },
{ "EditConditionHides", "" },
{ "ModuleRelativePath", "Public/AudioParameter.h" },
{ "ToolTip", "String value of parameter" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ParamType_MetaData[] = {
{ "Category", "AudioParameter" },
{ "DisplayName", "Type" },
{ "ModuleRelativePath", "Public/AudioParameter.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TypeName_MetaData[] = {
{ "Comment", "// Optional TypeName used to describe what constructed type this parameter should be initializing.\n" },
{ "ModuleRelativePath", "Public/AudioParameter.h" },
{ "ToolTip", "Optional TypeName used to describe what constructed type this parameter should be initializing." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FAudioParameter constinit property declarations *******************
static const UECodeGen_Private::FNamePropertyParams NewProp_ParamName;
static const UECodeGen_Private::FFloatPropertyParams NewProp_FloatParam;
static void NewProp_BoolParam_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_BoolParam;
static const UECodeGen_Private::FIntPropertyParams NewProp_IntParam;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ObjectParam;
static const UECodeGen_Private::FStrPropertyParams NewProp_StringParam;
static const UECodeGen_Private::FFloatPropertyParams NewProp_ArrayFloatParam_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ArrayFloatParam;
static const UECodeGen_Private::FBoolPropertyParams NewProp_ArrayBoolParam_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ArrayBoolParam;
static const UECodeGen_Private::FIntPropertyParams NewProp_ArrayIntParam_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ArrayIntParam;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ArrayObjectParam_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ArrayObjectParam;
static const UECodeGen_Private::FStrPropertyParams NewProp_ArrayStringParam_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ArrayStringParam;
static const UECodeGen_Private::FBytePropertyParams NewProp_ParamType_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_ParamType;
static const UECodeGen_Private::FNamePropertyParams NewProp_TypeName;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FAudioParameter constinit property declarations *********************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FAudioParameter>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FAudioParameter_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FAudioParameter;
class UScriptStruct* FAudioParameter::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FAudioParameter.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FAudioParameter.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FAudioParameter, (UObject*)Z_Construct_UPackage__Script_AudioExtensions(), TEXT("AudioParameter"));
}
return Z_Registration_Info_UScriptStruct_FAudioParameter.OuterSingleton;
}
// ********** Begin ScriptStruct FAudioParameter Property Definitions ******************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_ParamName = { "ParamName", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAudioParameter, ParamName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ParamName_MetaData), NewProp_ParamName_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_FloatParam = { "FloatParam", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAudioParameter, FloatParam), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FloatParam_MetaData), NewProp_FloatParam_MetaData) };
void Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_BoolParam_SetBit(void* Obj)
{
((FAudioParameter*)Obj)->BoolParam = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_BoolParam = { "BoolParam", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FAudioParameter), &Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_BoolParam_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BoolParam_MetaData), NewProp_BoolParam_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_IntParam = { "IntParam", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAudioParameter, IntParam), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_IntParam_MetaData), NewProp_IntParam_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_ObjectParam = { "ObjectParam", nullptr, (EPropertyFlags)0x0114000000000005, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAudioParameter, ObjectParam), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ObjectParam_MetaData), NewProp_ObjectParam_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_StringParam = { "StringParam", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAudioParameter, StringParam), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StringParam_MetaData), NewProp_StringParam_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_ArrayFloatParam_Inner = { "ArrayFloatParam", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_ArrayFloatParam = { "ArrayFloatParam", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAudioParameter, ArrayFloatParam), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ArrayFloatParam_MetaData), NewProp_ArrayFloatParam_MetaData) };
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_ArrayBoolParam_Inner = { "ArrayBoolParam", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_ArrayBoolParam = { "ArrayBoolParam", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAudioParameter, ArrayBoolParam), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ArrayBoolParam_MetaData), NewProp_ArrayBoolParam_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_ArrayIntParam_Inner = { "ArrayIntParam", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_ArrayIntParam = { "ArrayIntParam", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAudioParameter, ArrayIntParam), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ArrayIntParam_MetaData), NewProp_ArrayIntParam_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_ArrayObjectParam_Inner = { "ArrayObjectParam", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_ArrayObjectParam = { "ArrayObjectParam", nullptr, (EPropertyFlags)0x0114000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAudioParameter, ArrayObjectParam), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ArrayObjectParam_MetaData), NewProp_ArrayObjectParam_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_ArrayStringParam_Inner = { "ArrayStringParam", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_ArrayStringParam = { "ArrayStringParam", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAudioParameter, ArrayStringParam), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ArrayStringParam_MetaData), NewProp_ArrayStringParam_MetaData) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_ParamType_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_ParamType = { "ParamType", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAudioParameter, ParamType), Z_Construct_UEnum_AudioExtensions_EAudioParameterType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ParamType_MetaData), NewProp_ParamType_MetaData) }; // 2681130945
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_TypeName = { "TypeName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAudioParameter, TypeName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TypeName_MetaData), NewProp_TypeName_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FAudioParameter_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_ParamName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_FloatParam,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_BoolParam,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_IntParam,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_ObjectParam,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_StringParam,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_ArrayFloatParam_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_ArrayFloatParam,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_ArrayBoolParam_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_ArrayBoolParam,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_ArrayIntParam_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_ArrayIntParam,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_ArrayObjectParam_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_ArrayObjectParam,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_ArrayStringParam_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_ArrayStringParam,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_ParamType_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_ParamType,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAudioParameter_Statics::NewProp_TypeName,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAudioParameter_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FAudioParameter Property Definitions ********************************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FAudioParameter_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_AudioExtensions,
nullptr,
&NewStructOps,
"AudioParameter",
Z_Construct_UScriptStruct_FAudioParameter_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAudioParameter_Statics::PropPointers),
sizeof(FAudioParameter),
alignof(FAudioParameter),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAudioParameter_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FAudioParameter_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FAudioParameter()
{
if (!Z_Registration_Info_UScriptStruct_FAudioParameter.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FAudioParameter.InnerSingleton, Z_Construct_UScriptStruct_FAudioParameter_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FAudioParameter.InnerSingleton);
}
// ********** End ScriptStruct FAudioParameter *****************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_AudioParameter_h__Script_AudioExtensions_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ EAudioParameterType_StaticEnum, TEXT("EAudioParameterType"), &Z_Registration_Info_UEnum_EAudioParameterType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 2681130945U) },
};
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FAudioParameter::StaticStruct, Z_Construct_UScriptStruct_FAudioParameter_Statics::NewStructOps, TEXT("AudioParameter"),&Z_Registration_Info_UScriptStruct_FAudioParameter, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FAudioParameter), 1559630589U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_AudioParameter_h__Script_AudioExtensions_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_AudioParameter_h__Script_AudioExtensions_2470884327{
TEXT("/Script/AudioExtensions"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_AudioParameter_h__Script_AudioExtensions_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_AudioParameter_h__Script_AudioExtensions_Statics::ScriptStructInfo),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_AudioParameter_h__Script_AudioExtensions_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_AudioParameter_h__Script_AudioExtensions_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,54 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "AudioParameter.h"
#ifdef AUDIOEXTENSIONS_AudioParameter_generated_h
#error "AudioParameter.generated.h already included, missing '#pragma once' in AudioParameter.h"
#endif
#define AUDIOEXTENSIONS_AudioParameter_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FAudioParameter ***************************************************
struct Z_Construct_UScriptStruct_FAudioParameter_Statics;
#define FID_Engine_Source_Runtime_AudioExtensions_Public_AudioParameter_h_94_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FAudioParameter_Statics; \
AUDIOEXTENSIONS_API static class UScriptStruct* StaticStruct();
struct FAudioParameter;
// ********** End ScriptStruct FAudioParameter *****************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_AudioExtensions_Public_AudioParameter_h
// ********** Begin Enum EAudioParameterType *******************************************************
#define FOREACH_ENUM_EAUDIOPARAMETERTYPE(op) \
op(EAudioParameterType::None) \
op(EAudioParameterType::Boolean) \
op(EAudioParameterType::Integer) \
op(EAudioParameterType::Float) \
op(EAudioParameterType::String) \
op(EAudioParameterType::Object) \
op(EAudioParameterType::NoneArray) \
op(EAudioParameterType::BooleanArray) \
op(EAudioParameterType::IntegerArray) \
op(EAudioParameterType::FloatArray) \
op(EAudioParameterType::StringArray) \
op(EAudioParameterType::ObjectArray) \
op(EAudioParameterType::Trigger) \
op(EAudioParameterType::COUNT)
enum class EAudioParameterType : uint8;
template<> struct TIsUEnumClass<EAudioParameterType> { enum { Value = true }; };
template<> AUDIOEXTENSIONS_NON_ATTRIBUTED_API UEnum* StaticEnum<EAudioParameterType>();
// ********** End Enum EAudioParameterType *********************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,946 @@
// 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 "AudioParameterControllerInterface.h"
#include "AudioParameter.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeAudioParameterControllerInterface() {}
// ********** Begin Cross Module References ********************************************************
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_UAudioParameterControllerInterface();
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_UAudioParameterControllerInterface_NoRegister();
AUDIOEXTENSIONS_API UScriptStruct* Z_Construct_UScriptStruct_FAudioParameter();
COREUOBJECT_API UClass* Z_Construct_UClass_UInterface();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
UPackage* Z_Construct_UPackage__Script_AudioExtensions();
// ********** End Cross Module References **********************************************************
// ********** Begin Interface UAudioParameterControllerInterface Function ResetParameters **********
struct Z_Construct_UFunction_UAudioParameterControllerInterface_ResetParameters_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Audio|Parameter" },
{ "Comment", "// Resets all parameters to their original values.\n" },
{ "ModuleRelativePath", "Public/AudioParameterControllerInterface.h" },
{ "ToolTip", "Resets all parameters to their original values." },
};
#endif // WITH_METADATA
// ********** Begin Function ResetParameters constinit property declarations ***********************
// ********** End Function ResetParameters constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAudioParameterControllerInterface_ResetParameters_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAudioParameterControllerInterface, nullptr, "ResetParameters", nullptr,
0,
0,
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020400, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_ResetParameters_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAudioParameterControllerInterface_ResetParameters_Statics::Function_MetaDataParams)}, };
UFunction* Z_Construct_UFunction_UAudioParameterControllerInterface_ResetParameters()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAudioParameterControllerInterface_ResetParameters_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(IAudioParameterControllerInterface::execResetParameters)
{
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->ResetParameters();
P_NATIVE_END;
}
// ********** End Interface UAudioParameterControllerInterface Function ResetParameters ************
// ********** Begin Interface UAudioParameterControllerInterface Function SetBoolArrayParameter ****
struct Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolArrayParameter_Statics
{
struct AudioParameterControllerInterface_eventSetBoolArrayParameter_Parms
{
FName InName;
TArray<bool> InValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Audio|Parameter" },
{ "Comment", "// Sets a named Boolean Array\n" },
{ "DisplayName", "Set Boolean Array Parameter" },
{ "ModuleRelativePath", "Public/AudioParameterControllerInterface.h" },
{ "ToolTip", "Sets a named Boolean Array" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InValue_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetBoolArrayParameter constinit property declarations *****************
static const UECodeGen_Private::FNamePropertyParams NewProp_InName;
static const UECodeGen_Private::FBoolPropertyParams NewProp_InValue_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_InValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetBoolArrayParameter constinit property declarations *******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetBoolArrayParameter Property Definitions ****************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolArrayParameter_Statics::NewProp_InName = { "InName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioParameterControllerInterface_eventSetBoolArrayParameter_Parms, InName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolArrayParameter_Statics::NewProp_InValue_Inner = { "InValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolArrayParameter_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioParameterControllerInterface_eventSetBoolArrayParameter_Parms, InValue), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InValue_MetaData), NewProp_InValue_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolArrayParameter_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolArrayParameter_Statics::NewProp_InName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolArrayParameter_Statics::NewProp_InValue_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolArrayParameter_Statics::NewProp_InValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolArrayParameter_Statics::PropPointers) < 2048);
// ********** End Function SetBoolArrayParameter Property Definitions ******************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolArrayParameter_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAudioParameterControllerInterface, nullptr, "SetBoolArrayParameter", Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolArrayParameter_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolArrayParameter_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolArrayParameter_Statics::AudioParameterControllerInterface_eventSetBoolArrayParameter_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420400, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolArrayParameter_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolArrayParameter_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolArrayParameter_Statics::AudioParameterControllerInterface_eventSetBoolArrayParameter_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolArrayParameter()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolArrayParameter_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(IAudioParameterControllerInterface::execSetBoolArrayParameter)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InName);
P_GET_TARRAY_REF(bool,Z_Param_Out_InValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetBoolArrayParameter(Z_Param_InName,Z_Param_Out_InValue);
P_NATIVE_END;
}
// ********** End Interface UAudioParameterControllerInterface Function SetBoolArrayParameter ******
// ********** Begin Interface UAudioParameterControllerInterface Function SetBoolParameter *********
struct Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolParameter_Statics
{
struct AudioParameterControllerInterface_eventSetBoolParameter_Parms
{
FName InName;
bool InBool;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Audio|Parameter" },
{ "Comment", "// Sets a named Boolean\n" },
{ "DisplayName", "Set Boolean Parameter" },
{ "ModuleRelativePath", "Public/AudioParameterControllerInterface.h" },
{ "ToolTip", "Sets a named Boolean" },
};
#endif // WITH_METADATA
// ********** Begin Function SetBoolParameter constinit property declarations **********************
static const UECodeGen_Private::FNamePropertyParams NewProp_InName;
static void NewProp_InBool_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_InBool;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetBoolParameter constinit property declarations ************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetBoolParameter Property Definitions *********************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolParameter_Statics::NewProp_InName = { "InName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioParameterControllerInterface_eventSetBoolParameter_Parms, InName), METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolParameter_Statics::NewProp_InBool_SetBit(void* Obj)
{
((AudioParameterControllerInterface_eventSetBoolParameter_Parms*)Obj)->InBool = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolParameter_Statics::NewProp_InBool = { "InBool", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(AudioParameterControllerInterface_eventSetBoolParameter_Parms), &Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolParameter_Statics::NewProp_InBool_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolParameter_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolParameter_Statics::NewProp_InName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolParameter_Statics::NewProp_InBool,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolParameter_Statics::PropPointers) < 2048);
// ********** End Function SetBoolParameter Property Definitions ***********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolParameter_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAudioParameterControllerInterface, nullptr, "SetBoolParameter", Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolParameter_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolParameter_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolParameter_Statics::AudioParameterControllerInterface_eventSetBoolParameter_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020400, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolParameter_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolParameter_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolParameter_Statics::AudioParameterControllerInterface_eventSetBoolParameter_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolParameter()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolParameter_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(IAudioParameterControllerInterface::execSetBoolParameter)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InName);
P_GET_UBOOL(Z_Param_InBool);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetBoolParameter(Z_Param_InName,Z_Param_InBool);
P_NATIVE_END;
}
// ********** End Interface UAudioParameterControllerInterface Function SetBoolParameter ***********
// ********** Begin Interface UAudioParameterControllerInterface Function SetFloatArrayParameter ***
struct Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatArrayParameter_Statics
{
struct AudioParameterControllerInterface_eventSetFloatArrayParameter_Parms
{
FName InName;
TArray<float> InValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Audio|Parameter" },
{ "Comment", "// Sets a named Float Array\n" },
{ "DisplayName", "Set Float Array Parameter" },
{ "ModuleRelativePath", "Public/AudioParameterControllerInterface.h" },
{ "ToolTip", "Sets a named Float Array" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InValue_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetFloatArrayParameter constinit property declarations ****************
static const UECodeGen_Private::FNamePropertyParams NewProp_InName;
static const UECodeGen_Private::FFloatPropertyParams NewProp_InValue_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_InValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetFloatArrayParameter constinit property declarations ******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetFloatArrayParameter Property Definitions ***************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatArrayParameter_Statics::NewProp_InName = { "InName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioParameterControllerInterface_eventSetFloatArrayParameter_Parms, InName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatArrayParameter_Statics::NewProp_InValue_Inner = { "InValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatArrayParameter_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioParameterControllerInterface_eventSetFloatArrayParameter_Parms, InValue), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InValue_MetaData), NewProp_InValue_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatArrayParameter_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatArrayParameter_Statics::NewProp_InName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatArrayParameter_Statics::NewProp_InValue_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatArrayParameter_Statics::NewProp_InValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatArrayParameter_Statics::PropPointers) < 2048);
// ********** End Function SetFloatArrayParameter Property Definitions *****************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatArrayParameter_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAudioParameterControllerInterface, nullptr, "SetFloatArrayParameter", Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatArrayParameter_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatArrayParameter_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatArrayParameter_Statics::AudioParameterControllerInterface_eventSetFloatArrayParameter_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420400, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatArrayParameter_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatArrayParameter_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatArrayParameter_Statics::AudioParameterControllerInterface_eventSetFloatArrayParameter_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatArrayParameter()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatArrayParameter_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(IAudioParameterControllerInterface::execSetFloatArrayParameter)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InName);
P_GET_TARRAY_REF(float,Z_Param_Out_InValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetFloatArrayParameter(Z_Param_InName,Z_Param_Out_InValue);
P_NATIVE_END;
}
// ********** End Interface UAudioParameterControllerInterface Function SetFloatArrayParameter *****
// ********** Begin Interface UAudioParameterControllerInterface Function SetFloatParameter ********
struct Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatParameter_Statics
{
struct AudioParameterControllerInterface_eventSetFloatParameter_Parms
{
FName InName;
float InFloat;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Audio|Parameter" },
{ "Comment", "// Sets a named Float\n" },
{ "DisplayName", "Set Float Parameter" },
{ "ModuleRelativePath", "Public/AudioParameterControllerInterface.h" },
{ "ToolTip", "Sets a named Float" },
};
#endif // WITH_METADATA
// ********** Begin Function SetFloatParameter constinit property declarations *********************
static const UECodeGen_Private::FNamePropertyParams NewProp_InName;
static const UECodeGen_Private::FFloatPropertyParams NewProp_InFloat;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetFloatParameter constinit property declarations ***********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetFloatParameter Property Definitions ********************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatParameter_Statics::NewProp_InName = { "InName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioParameterControllerInterface_eventSetFloatParameter_Parms, InName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatParameter_Statics::NewProp_InFloat = { "InFloat", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioParameterControllerInterface_eventSetFloatParameter_Parms, InFloat), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatParameter_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatParameter_Statics::NewProp_InName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatParameter_Statics::NewProp_InFloat,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatParameter_Statics::PropPointers) < 2048);
// ********** End Function SetFloatParameter Property Definitions **********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatParameter_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAudioParameterControllerInterface, nullptr, "SetFloatParameter", Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatParameter_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatParameter_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatParameter_Statics::AudioParameterControllerInterface_eventSetFloatParameter_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020400, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatParameter_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatParameter_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatParameter_Statics::AudioParameterControllerInterface_eventSetFloatParameter_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatParameter()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatParameter_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(IAudioParameterControllerInterface::execSetFloatParameter)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InName);
P_GET_PROPERTY(FFloatProperty,Z_Param_InFloat);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetFloatParameter(Z_Param_InName,Z_Param_InFloat);
P_NATIVE_END;
}
// ********** End Interface UAudioParameterControllerInterface Function SetFloatParameter **********
// ********** Begin Interface UAudioParameterControllerInterface Function SetIntArrayParameter *****
struct Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntArrayParameter_Statics
{
struct AudioParameterControllerInterface_eventSetIntArrayParameter_Parms
{
FName InName;
TArray<int32> InValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Audio|Parameter" },
{ "Comment", "// Sets a named Int32 Array\n" },
{ "DisplayName", "Set Integer Array Parameter" },
{ "ModuleRelativePath", "Public/AudioParameterControllerInterface.h" },
{ "ToolTip", "Sets a named Int32 Array" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InValue_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetIntArrayParameter constinit property declarations ******************
static const UECodeGen_Private::FNamePropertyParams NewProp_InName;
static const UECodeGen_Private::FIntPropertyParams NewProp_InValue_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_InValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetIntArrayParameter constinit property declarations ********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetIntArrayParameter Property Definitions *****************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntArrayParameter_Statics::NewProp_InName = { "InName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioParameterControllerInterface_eventSetIntArrayParameter_Parms, InName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntArrayParameter_Statics::NewProp_InValue_Inner = { "InValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntArrayParameter_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioParameterControllerInterface_eventSetIntArrayParameter_Parms, InValue), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InValue_MetaData), NewProp_InValue_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntArrayParameter_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntArrayParameter_Statics::NewProp_InName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntArrayParameter_Statics::NewProp_InValue_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntArrayParameter_Statics::NewProp_InValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntArrayParameter_Statics::PropPointers) < 2048);
// ********** End Function SetIntArrayParameter Property Definitions *******************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntArrayParameter_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAudioParameterControllerInterface, nullptr, "SetIntArrayParameter", Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntArrayParameter_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntArrayParameter_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntArrayParameter_Statics::AudioParameterControllerInterface_eventSetIntArrayParameter_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420400, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntArrayParameter_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntArrayParameter_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntArrayParameter_Statics::AudioParameterControllerInterface_eventSetIntArrayParameter_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntArrayParameter()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntArrayParameter_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(IAudioParameterControllerInterface::execSetIntArrayParameter)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InName);
P_GET_TARRAY_REF(int32,Z_Param_Out_InValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetIntArrayParameter(Z_Param_InName,Z_Param_Out_InValue);
P_NATIVE_END;
}
// ********** End Interface UAudioParameterControllerInterface Function SetIntArrayParameter *******
// ********** Begin Interface UAudioParameterControllerInterface Function SetIntParameter **********
struct Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntParameter_Statics
{
struct AudioParameterControllerInterface_eventSetIntParameter_Parms
{
FName InName;
int32 InInt;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Audio|Parameter" },
{ "Comment", "// Sets a named Int32\n" },
{ "DisplayName", "Set Integer Parameter" },
{ "ModuleRelativePath", "Public/AudioParameterControllerInterface.h" },
{ "ToolTip", "Sets a named Int32" },
};
#endif // WITH_METADATA
// ********** Begin Function SetIntParameter constinit property declarations ***********************
static const UECodeGen_Private::FNamePropertyParams NewProp_InName;
static const UECodeGen_Private::FIntPropertyParams NewProp_InInt;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetIntParameter constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetIntParameter Property Definitions **********************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntParameter_Statics::NewProp_InName = { "InName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioParameterControllerInterface_eventSetIntParameter_Parms, InName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntParameter_Statics::NewProp_InInt = { "InInt", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioParameterControllerInterface_eventSetIntParameter_Parms, InInt), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntParameter_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntParameter_Statics::NewProp_InName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntParameter_Statics::NewProp_InInt,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntParameter_Statics::PropPointers) < 2048);
// ********** End Function SetIntParameter Property Definitions ************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntParameter_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAudioParameterControllerInterface, nullptr, "SetIntParameter", Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntParameter_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntParameter_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntParameter_Statics::AudioParameterControllerInterface_eventSetIntParameter_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020400, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntParameter_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntParameter_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntParameter_Statics::AudioParameterControllerInterface_eventSetIntParameter_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntParameter()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntParameter_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(IAudioParameterControllerInterface::execSetIntParameter)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InName);
P_GET_PROPERTY(FIntProperty,Z_Param_InInt);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetIntParameter(Z_Param_InName,Z_Param_InInt);
P_NATIVE_END;
}
// ********** End Interface UAudioParameterControllerInterface Function SetIntParameter ************
// ********** Begin Interface UAudioParameterControllerInterface Function SetObjectArrayParameter **
struct Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectArrayParameter_Statics
{
struct AudioParameterControllerInterface_eventSetObjectArrayParameter_Parms
{
FName InName;
TArray<UObject*> InValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Audio|Parameter" },
{ "Comment", "// Sets a named UObject Array\n" },
{ "DisplayName", "Set Object Array Parameter" },
{ "ModuleRelativePath", "Public/AudioParameterControllerInterface.h" },
{ "ToolTip", "Sets a named UObject Array" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InValue_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetObjectArrayParameter constinit property declarations ***************
static const UECodeGen_Private::FNamePropertyParams NewProp_InName;
static const UECodeGen_Private::FObjectPropertyParams NewProp_InValue_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_InValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetObjectArrayParameter constinit property declarations *****************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetObjectArrayParameter Property Definitions **************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectArrayParameter_Statics::NewProp_InName = { "InName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioParameterControllerInterface_eventSetObjectArrayParameter_Parms, InName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectArrayParameter_Statics::NewProp_InValue_Inner = { "InValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectArrayParameter_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioParameterControllerInterface_eventSetObjectArrayParameter_Parms, InValue), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InValue_MetaData), NewProp_InValue_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectArrayParameter_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectArrayParameter_Statics::NewProp_InName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectArrayParameter_Statics::NewProp_InValue_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectArrayParameter_Statics::NewProp_InValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectArrayParameter_Statics::PropPointers) < 2048);
// ********** End Function SetObjectArrayParameter Property Definitions ****************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectArrayParameter_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAudioParameterControllerInterface, nullptr, "SetObjectArrayParameter", Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectArrayParameter_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectArrayParameter_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectArrayParameter_Statics::AudioParameterControllerInterface_eventSetObjectArrayParameter_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420400, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectArrayParameter_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectArrayParameter_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectArrayParameter_Statics::AudioParameterControllerInterface_eventSetObjectArrayParameter_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectArrayParameter()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectArrayParameter_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(IAudioParameterControllerInterface::execSetObjectArrayParameter)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InName);
P_GET_TARRAY_REF(UObject*,Z_Param_Out_InValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetObjectArrayParameter(Z_Param_InName,Z_Param_Out_InValue);
P_NATIVE_END;
}
// ********** End Interface UAudioParameterControllerInterface Function SetObjectArrayParameter ****
// ********** Begin Interface UAudioParameterControllerInterface Function SetObjectParameter *******
struct Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectParameter_Statics
{
struct AudioParameterControllerInterface_eventSetObjectParameter_Parms
{
FName InName;
UObject* InValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Audio|Parameter" },
{ "Comment", "// Sets a named UObject\n" },
{ "DisplayName", "Set Object Parameter" },
{ "ModuleRelativePath", "Public/AudioParameterControllerInterface.h" },
{ "ToolTip", "Sets a named UObject" },
};
#endif // WITH_METADATA
// ********** Begin Function SetObjectParameter constinit property declarations ********************
static const UECodeGen_Private::FNamePropertyParams NewProp_InName;
static const UECodeGen_Private::FObjectPropertyParams NewProp_InValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetObjectParameter constinit property declarations **********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetObjectParameter Property Definitions *******************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectParameter_Statics::NewProp_InName = { "InName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioParameterControllerInterface_eventSetObjectParameter_Parms, InName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectParameter_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioParameterControllerInterface_eventSetObjectParameter_Parms, InValue), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectParameter_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectParameter_Statics::NewProp_InName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectParameter_Statics::NewProp_InValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectParameter_Statics::PropPointers) < 2048);
// ********** End Function SetObjectParameter Property Definitions *********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectParameter_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAudioParameterControllerInterface, nullptr, "SetObjectParameter", Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectParameter_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectParameter_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectParameter_Statics::AudioParameterControllerInterface_eventSetObjectParameter_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020400, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectParameter_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectParameter_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectParameter_Statics::AudioParameterControllerInterface_eventSetObjectParameter_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectParameter()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectParameter_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(IAudioParameterControllerInterface::execSetObjectParameter)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InName);
P_GET_OBJECT(UObject,Z_Param_InValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetObjectParameter(Z_Param_InName,Z_Param_InValue);
P_NATIVE_END;
}
// ********** End Interface UAudioParameterControllerInterface Function SetObjectParameter *********
// ********** Begin Interface UAudioParameterControllerInterface Function SetParameters_Blueprint **
struct Z_Construct_UFunction_UAudioParameterControllerInterface_SetParameters_Blueprint_Statics
{
struct AudioParameterControllerInterface_eventSetParameters_Blueprint_Parms
{
TArray<FAudioParameter> InParameters;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Audio|Parameter" },
{ "Comment", "// Sets an array of parameters as a batch\n" },
{ "DisplayName", "Set Parameters" },
{ "ModuleRelativePath", "Public/AudioParameterControllerInterface.h" },
{ "ToolTip", "Sets an array of parameters as a batch" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InParameters_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetParameters_Blueprint constinit property declarations ***************
static const UECodeGen_Private::FStructPropertyParams NewProp_InParameters_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_InParameters;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetParameters_Blueprint constinit property declarations *****************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetParameters_Blueprint Property Definitions **************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetParameters_Blueprint_Statics::NewProp_InParameters_Inner = { "InParameters", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FAudioParameter, METADATA_PARAMS(0, nullptr) }; // 1559630589
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetParameters_Blueprint_Statics::NewProp_InParameters = { "InParameters", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioParameterControllerInterface_eventSetParameters_Blueprint_Parms, InParameters), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InParameters_MetaData), NewProp_InParameters_MetaData) }; // 1559630589
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAudioParameterControllerInterface_SetParameters_Blueprint_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioParameterControllerInterface_SetParameters_Blueprint_Statics::NewProp_InParameters_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioParameterControllerInterface_SetParameters_Blueprint_Statics::NewProp_InParameters,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetParameters_Blueprint_Statics::PropPointers) < 2048);
// ********** End Function SetParameters_Blueprint Property Definitions ****************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetParameters_Blueprint_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAudioParameterControllerInterface, nullptr, "SetParameters_Blueprint", Z_Construct_UFunction_UAudioParameterControllerInterface_SetParameters_Blueprint_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetParameters_Blueprint_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UAudioParameterControllerInterface_SetParameters_Blueprint_Statics::AudioParameterControllerInterface_eventSetParameters_Blueprint_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420400, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetParameters_Blueprint_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAudioParameterControllerInterface_SetParameters_Blueprint_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UAudioParameterControllerInterface_SetParameters_Blueprint_Statics::AudioParameterControllerInterface_eventSetParameters_Blueprint_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UAudioParameterControllerInterface_SetParameters_Blueprint()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAudioParameterControllerInterface_SetParameters_Blueprint_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(IAudioParameterControllerInterface::execSetParameters_Blueprint)
{
P_GET_TARRAY_REF(FAudioParameter,Z_Param_Out_InParameters);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetParameters_Blueprint(Z_Param_Out_InParameters);
P_NATIVE_END;
}
// ********** End Interface UAudioParameterControllerInterface Function SetParameters_Blueprint ****
// ********** Begin Interface UAudioParameterControllerInterface Function SetStringArrayParameter **
struct Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringArrayParameter_Statics
{
struct AudioParameterControllerInterface_eventSetStringArrayParameter_Parms
{
FName InName;
TArray<FString> InValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Audio|Parameter" },
{ "Comment", "// Sets a named String Array\n" },
{ "DisplayName", "Set String Array Parameter" },
{ "ModuleRelativePath", "Public/AudioParameterControllerInterface.h" },
{ "ToolTip", "Sets a named String Array" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InValue_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetStringArrayParameter constinit property declarations ***************
static const UECodeGen_Private::FNamePropertyParams NewProp_InName;
static const UECodeGen_Private::FStrPropertyParams NewProp_InValue_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_InValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetStringArrayParameter constinit property declarations *****************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetStringArrayParameter Property Definitions **************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringArrayParameter_Statics::NewProp_InName = { "InName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioParameterControllerInterface_eventSetStringArrayParameter_Parms, InName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringArrayParameter_Statics::NewProp_InValue_Inner = { "InValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringArrayParameter_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioParameterControllerInterface_eventSetStringArrayParameter_Parms, InValue), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InValue_MetaData), NewProp_InValue_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringArrayParameter_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringArrayParameter_Statics::NewProp_InName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringArrayParameter_Statics::NewProp_InValue_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringArrayParameter_Statics::NewProp_InValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringArrayParameter_Statics::PropPointers) < 2048);
// ********** End Function SetStringArrayParameter Property Definitions ****************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringArrayParameter_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAudioParameterControllerInterface, nullptr, "SetStringArrayParameter", Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringArrayParameter_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringArrayParameter_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringArrayParameter_Statics::AudioParameterControllerInterface_eventSetStringArrayParameter_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420400, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringArrayParameter_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringArrayParameter_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringArrayParameter_Statics::AudioParameterControllerInterface_eventSetStringArrayParameter_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringArrayParameter()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringArrayParameter_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(IAudioParameterControllerInterface::execSetStringArrayParameter)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InName);
P_GET_TARRAY_REF(FString,Z_Param_Out_InValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetStringArrayParameter(Z_Param_InName,Z_Param_Out_InValue);
P_NATIVE_END;
}
// ********** End Interface UAudioParameterControllerInterface Function SetStringArrayParameter ****
// ********** Begin Interface UAudioParameterControllerInterface Function SetStringParameter *******
struct Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringParameter_Statics
{
struct AudioParameterControllerInterface_eventSetStringParameter_Parms
{
FName InName;
FString InValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Audio|Parameter" },
{ "Comment", "// Sets a named String\n" },
{ "DisplayName", "Set String Parameter" },
{ "ModuleRelativePath", "Public/AudioParameterControllerInterface.h" },
{ "ToolTip", "Sets a named String" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InValue_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetStringParameter constinit property declarations ********************
static const UECodeGen_Private::FNamePropertyParams NewProp_InName;
static const UECodeGen_Private::FStrPropertyParams NewProp_InValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetStringParameter constinit property declarations **********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetStringParameter Property Definitions *******************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringParameter_Statics::NewProp_InName = { "InName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioParameterControllerInterface_eventSetStringParameter_Parms, InName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringParameter_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioParameterControllerInterface_eventSetStringParameter_Parms, InValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InValue_MetaData), NewProp_InValue_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringParameter_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringParameter_Statics::NewProp_InName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringParameter_Statics::NewProp_InValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringParameter_Statics::PropPointers) < 2048);
// ********** End Function SetStringParameter Property Definitions *********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringParameter_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAudioParameterControllerInterface, nullptr, "SetStringParameter", Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringParameter_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringParameter_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringParameter_Statics::AudioParameterControllerInterface_eventSetStringParameter_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020400, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringParameter_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringParameter_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringParameter_Statics::AudioParameterControllerInterface_eventSetStringParameter_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringParameter()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringParameter_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(IAudioParameterControllerInterface::execSetStringParameter)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InName);
P_GET_PROPERTY(FStrProperty,Z_Param_InValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetStringParameter(Z_Param_InName,Z_Param_InValue);
P_NATIVE_END;
}
// ********** End Interface UAudioParameterControllerInterface Function SetStringParameter *********
// ********** Begin Interface UAudioParameterControllerInterface Function SetTriggerParameter ******
struct Z_Construct_UFunction_UAudioParameterControllerInterface_SetTriggerParameter_Statics
{
struct AudioParameterControllerInterface_eventSetTriggerParameter_Parms
{
FName InName;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Audio|Parameter" },
{ "Comment", "// Executes a named trigger. Does *not* cache trigger value, so only executes if the sound\n// is already playing. If the intent is for the trigger to execute immediately (if playing)\n// and be called on initialization for all future instances, call 'SetBoolParameter' with the\n// intended initial trigger behavior (true if trigger desired on initialization, false if not).\n" },
{ "DisplayName", "Execute Trigger Parameter" },
{ "ModuleRelativePath", "Public/AudioParameterControllerInterface.h" },
{ "ToolTip", "Executes a named trigger. Does *not* cache trigger value, so only executes if the sound\nis already playing. If the intent is for the trigger to execute immediately (if playing)\nand be called on initialization for all future instances, call 'SetBoolParameter' with the\nintended initial trigger behavior (true if trigger desired on initialization, false if not)." },
};
#endif // WITH_METADATA
// ********** Begin Function SetTriggerParameter constinit property declarations *******************
static const UECodeGen_Private::FNamePropertyParams NewProp_InName;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetTriggerParameter constinit property declarations *********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetTriggerParameter Property Definitions ******************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetTriggerParameter_Statics::NewProp_InName = { "InName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioParameterControllerInterface_eventSetTriggerParameter_Parms, InName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAudioParameterControllerInterface_SetTriggerParameter_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioParameterControllerInterface_SetTriggerParameter_Statics::NewProp_InName,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetTriggerParameter_Statics::PropPointers) < 2048);
// ********** End Function SetTriggerParameter Property Definitions ********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAudioParameterControllerInterface_SetTriggerParameter_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAudioParameterControllerInterface, nullptr, "SetTriggerParameter", Z_Construct_UFunction_UAudioParameterControllerInterface_SetTriggerParameter_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetTriggerParameter_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UAudioParameterControllerInterface_SetTriggerParameter_Statics::AudioParameterControllerInterface_eventSetTriggerParameter_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020400, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioParameterControllerInterface_SetTriggerParameter_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAudioParameterControllerInterface_SetTriggerParameter_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UAudioParameterControllerInterface_SetTriggerParameter_Statics::AudioParameterControllerInterface_eventSetTriggerParameter_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UAudioParameterControllerInterface_SetTriggerParameter()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAudioParameterControllerInterface_SetTriggerParameter_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(IAudioParameterControllerInterface::execSetTriggerParameter)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InName);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetTriggerParameter(Z_Param_InName);
P_NATIVE_END;
}
// ********** End Interface UAudioParameterControllerInterface Function SetTriggerParameter ********
// ********** Begin Interface UAudioParameterControllerInterface ***********************************
FClassRegistrationInfo Z_Registration_Info_UClass_UAudioParameterControllerInterface;
UClass* UAudioParameterControllerInterface::GetPrivateStaticClass()
{
using TClass = UAudioParameterControllerInterface;
if (!Z_Registration_Info_UClass_UAudioParameterControllerInterface.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("AudioParameterControllerInterface"),
Z_Registration_Info_UClass_UAudioParameterControllerInterface.InnerSingleton,
StaticRegisterNativesUAudioParameterControllerInterface,
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_UAudioParameterControllerInterface.InnerSingleton;
}
UClass* Z_Construct_UClass_UAudioParameterControllerInterface_NoRegister()
{
return UAudioParameterControllerInterface::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UAudioParameterControllerInterface_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "CannotImplementInterfaceInBlueprint", "" },
{ "ModuleRelativePath", "Public/AudioParameterControllerInterface.h" },
};
#endif // WITH_METADATA
// ********** Begin Interface UAudioParameterControllerInterface constinit property declarations ***
// ********** End Interface UAudioParameterControllerInterface constinit property declarations *****
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("ResetParameters"), .Pointer = &IAudioParameterControllerInterface::execResetParameters },
{ .NameUTF8 = UTF8TEXT("SetBoolArrayParameter"), .Pointer = &IAudioParameterControllerInterface::execSetBoolArrayParameter },
{ .NameUTF8 = UTF8TEXT("SetBoolParameter"), .Pointer = &IAudioParameterControllerInterface::execSetBoolParameter },
{ .NameUTF8 = UTF8TEXT("SetFloatArrayParameter"), .Pointer = &IAudioParameterControllerInterface::execSetFloatArrayParameter },
{ .NameUTF8 = UTF8TEXT("SetFloatParameter"), .Pointer = &IAudioParameterControllerInterface::execSetFloatParameter },
{ .NameUTF8 = UTF8TEXT("SetIntArrayParameter"), .Pointer = &IAudioParameterControllerInterface::execSetIntArrayParameter },
{ .NameUTF8 = UTF8TEXT("SetIntParameter"), .Pointer = &IAudioParameterControllerInterface::execSetIntParameter },
{ .NameUTF8 = UTF8TEXT("SetObjectArrayParameter"), .Pointer = &IAudioParameterControllerInterface::execSetObjectArrayParameter },
{ .NameUTF8 = UTF8TEXT("SetObjectParameter"), .Pointer = &IAudioParameterControllerInterface::execSetObjectParameter },
{ .NameUTF8 = UTF8TEXT("SetParameters_Blueprint"), .Pointer = &IAudioParameterControllerInterface::execSetParameters_Blueprint },
{ .NameUTF8 = UTF8TEXT("SetStringArrayParameter"), .Pointer = &IAudioParameterControllerInterface::execSetStringArrayParameter },
{ .NameUTF8 = UTF8TEXT("SetStringParameter"), .Pointer = &IAudioParameterControllerInterface::execSetStringParameter },
{ .NameUTF8 = UTF8TEXT("SetTriggerParameter"), .Pointer = &IAudioParameterControllerInterface::execSetTriggerParameter },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UAudioParameterControllerInterface_ResetParameters, "ResetParameters" }, // 3731489668
{ &Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolArrayParameter, "SetBoolArrayParameter" }, // 1620248367
{ &Z_Construct_UFunction_UAudioParameterControllerInterface_SetBoolParameter, "SetBoolParameter" }, // 1761110728
{ &Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatArrayParameter, "SetFloatArrayParameter" }, // 2788064310
{ &Z_Construct_UFunction_UAudioParameterControllerInterface_SetFloatParameter, "SetFloatParameter" }, // 707563347
{ &Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntArrayParameter, "SetIntArrayParameter" }, // 1094603597
{ &Z_Construct_UFunction_UAudioParameterControllerInterface_SetIntParameter, "SetIntParameter" }, // 3835065691
{ &Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectArrayParameter, "SetObjectArrayParameter" }, // 2841572412
{ &Z_Construct_UFunction_UAudioParameterControllerInterface_SetObjectParameter, "SetObjectParameter" }, // 1019682842
{ &Z_Construct_UFunction_UAudioParameterControllerInterface_SetParameters_Blueprint, "SetParameters_Blueprint" }, // 2112094571
{ &Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringArrayParameter, "SetStringArrayParameter" }, // 2197463830
{ &Z_Construct_UFunction_UAudioParameterControllerInterface_SetStringParameter, "SetStringParameter" }, // 207979587
{ &Z_Construct_UFunction_UAudioParameterControllerInterface_SetTriggerParameter, "SetTriggerParameter" }, // 2544922328
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<IAudioParameterControllerInterface>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UAudioParameterControllerInterface_Statics
UObject* (*const Z_Construct_UClass_UAudioParameterControllerInterface_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInterface,
(UObject* (*)())Z_Construct_UPackage__Script_AudioExtensions,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAudioParameterControllerInterface_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAudioParameterControllerInterface_Statics::ClassParams = {
&UAudioParameterControllerInterface::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_UAudioParameterControllerInterface_Statics::Class_MetaDataParams), Z_Construct_UClass_UAudioParameterControllerInterface_Statics::Class_MetaDataParams)
};
void UAudioParameterControllerInterface::StaticRegisterNativesUAudioParameterControllerInterface()
{
UClass* Class = UAudioParameterControllerInterface::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UAudioParameterControllerInterface_Statics::Funcs));
}
UClass* Z_Construct_UClass_UAudioParameterControllerInterface()
{
if (!Z_Registration_Info_UClass_UAudioParameterControllerInterface.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAudioParameterControllerInterface.OuterSingleton, Z_Construct_UClass_UAudioParameterControllerInterface_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UAudioParameterControllerInterface.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAudioParameterControllerInterface);
// ********** End Interface UAudioParameterControllerInterface *************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_AudioParameterControllerInterface_h__Script_AudioExtensions_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UAudioParameterControllerInterface, UAudioParameterControllerInterface::StaticClass, TEXT("UAudioParameterControllerInterface"), &Z_Registration_Info_UClass_UAudioParameterControllerInterface, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAudioParameterControllerInterface), 120057035U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_AudioParameterControllerInterface_h__Script_AudioExtensions_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_AudioParameterControllerInterface_h__Script_AudioExtensions_3619306330{
TEXT("/Script/AudioExtensions"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_AudioParameterControllerInterface_h__Script_AudioExtensions_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_AudioParameterControllerInterface_h__Script_AudioExtensions_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,97 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "AudioParameterControllerInterface.h"
#ifdef AUDIOEXTENSIONS_AudioParameterControllerInterface_generated_h
#error "AudioParameterControllerInterface.generated.h already included, missing '#pragma once' in AudioParameterControllerInterface.h"
#endif
#define AUDIOEXTENSIONS_AudioParameterControllerInterface_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
class UObject;
struct FAudioParameter;
// ********** Begin Interface UAudioParameterControllerInterface ***********************************
#define FID_Engine_Source_Runtime_AudioExtensions_Public_AudioParameterControllerInterface_h_27_RPC_WRAPPERS \
DECLARE_FUNCTION(execSetParameters_Blueprint); \
DECLARE_FUNCTION(execSetObjectArrayParameter); \
DECLARE_FUNCTION(execSetObjectParameter); \
DECLARE_FUNCTION(execSetStringArrayParameter); \
DECLARE_FUNCTION(execSetStringParameter); \
DECLARE_FUNCTION(execSetFloatArrayParameter); \
DECLARE_FUNCTION(execSetFloatParameter); \
DECLARE_FUNCTION(execSetIntArrayParameter); \
DECLARE_FUNCTION(execSetIntParameter); \
DECLARE_FUNCTION(execSetBoolArrayParameter); \
DECLARE_FUNCTION(execSetBoolParameter); \
DECLARE_FUNCTION(execSetTriggerParameter); \
DECLARE_FUNCTION(execResetParameters);
struct Z_Construct_UClass_UAudioParameterControllerInterface_Statics;
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_UAudioParameterControllerInterface_NoRegister();
#define FID_Engine_Source_Runtime_AudioExtensions_Public_AudioParameterControllerInterface_h_27_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
AUDIOEXTENSIONS_API UAudioParameterControllerInterface(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UAudioParameterControllerInterface) \
DECLARE_VTABLE_PTR_HELPER_CTOR(AUDIOEXTENSIONS_API, UAudioParameterControllerInterface); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UAudioParameterControllerInterface); \
/** Deleted move- and copy-constructors, should never be used */ \
UAudioParameterControllerInterface(UAudioParameterControllerInterface&&) = delete; \
UAudioParameterControllerInterface(const UAudioParameterControllerInterface&) = delete; \
virtual ~UAudioParameterControllerInterface() = default;
#define FID_Engine_Source_Runtime_AudioExtensions_Public_AudioParameterControllerInterface_h_27_GENERATED_UINTERFACE_BODY() \
private: \
static void StaticRegisterNativesUAudioParameterControllerInterface(); \
friend struct ::Z_Construct_UClass_UAudioParameterControllerInterface_Statics; \
static UClass* GetPrivateStaticClass(); \
friend AUDIOEXTENSIONS_API UClass* ::Z_Construct_UClass_UAudioParameterControllerInterface_NoRegister(); \
public: \
DECLARE_CLASS2(UAudioParameterControllerInterface, UInterface, COMPILED_IN_FLAGS(CLASS_Abstract | CLASS_Interface), CASTCLASS_None, TEXT("/Script/AudioExtensions"), Z_Construct_UClass_UAudioParameterControllerInterface_NoRegister) \
DECLARE_SERIALIZER(UAudioParameterControllerInterface)
#define FID_Engine_Source_Runtime_AudioExtensions_Public_AudioParameterControllerInterface_h_27_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
FID_Engine_Source_Runtime_AudioExtensions_Public_AudioParameterControllerInterface_h_27_GENERATED_UINTERFACE_BODY() \
FID_Engine_Source_Runtime_AudioExtensions_Public_AudioParameterControllerInterface_h_27_STANDARD_CONSTRUCTORS \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
#define FID_Engine_Source_Runtime_AudioExtensions_Public_AudioParameterControllerInterface_h_27_INCLASS_IINTERFACE \
protected: \
virtual ~IAudioParameterControllerInterface() {} \
public: \
typedef UAudioParameterControllerInterface UClassType; \
typedef IAudioParameterControllerInterface ThisClass; \
virtual UObject* _getUObject() const { return nullptr; }
#define FID_Engine_Source_Runtime_AudioExtensions_Public_AudioParameterControllerInterface_h_24_PROLOG
#define FID_Engine_Source_Runtime_AudioExtensions_Public_AudioParameterControllerInterface_h_33_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_AudioExtensions_Public_AudioParameterControllerInterface_h_27_RPC_WRAPPERS \
FID_Engine_Source_Runtime_AudioExtensions_Public_AudioParameterControllerInterface_h_27_INCLASS_IINTERFACE \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UAudioParameterControllerInterface;
// ********** End Interface UAudioParameterControllerInterface *************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_AudioExtensions_Public_AudioParameterControllerInterface_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,282 @@
// 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

View File

@@ -0,0 +1,130 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "AudioPropertiesSheetAssetBase.h"
#ifdef AUDIOEXTENSIONS_AudioPropertiesSheetAssetBase_generated_h
#error "AudioPropertiesSheetAssetBase.generated.h already included, missing '#pragma once' in AudioPropertiesSheetAssetBase.h"
#endif
#define AUDIOEXTENSIONS_AudioPropertiesSheetAssetBase_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
class UObject;
// ********** Begin Interface UAudioPropertiesSheetAssetUserInterface ******************************
struct Z_Construct_UClass_UAudioPropertiesSheetAssetUserInterface_Statics;
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_UAudioPropertiesSheetAssetUserInterface_NoRegister();
#define FID_Engine_Source_Runtime_AudioExtensions_Public_AudioPropertiesSheetAssetBase_h_15_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
AUDIOEXTENSIONS_API UAudioPropertiesSheetAssetUserInterface(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UAudioPropertiesSheetAssetUserInterface(UAudioPropertiesSheetAssetUserInterface&&) = delete; \
UAudioPropertiesSheetAssetUserInterface(const UAudioPropertiesSheetAssetUserInterface&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(AUDIOEXTENSIONS_API, UAudioPropertiesSheetAssetUserInterface); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UAudioPropertiesSheetAssetUserInterface); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UAudioPropertiesSheetAssetUserInterface) \
virtual ~UAudioPropertiesSheetAssetUserInterface() = default;
#define FID_Engine_Source_Runtime_AudioExtensions_Public_AudioPropertiesSheetAssetBase_h_15_GENERATED_UINTERFACE_BODY() \
private: \
static void StaticRegisterNativesUAudioPropertiesSheetAssetUserInterface(); \
friend struct ::Z_Construct_UClass_UAudioPropertiesSheetAssetUserInterface_Statics; \
static UClass* GetPrivateStaticClass(); \
friend AUDIOEXTENSIONS_API UClass* ::Z_Construct_UClass_UAudioPropertiesSheetAssetUserInterface_NoRegister(); \
public: \
DECLARE_CLASS2(UAudioPropertiesSheetAssetUserInterface, UInterface, COMPILED_IN_FLAGS(CLASS_Abstract | CLASS_Interface), CASTCLASS_None, TEXT("/Script/AudioExtensions"), Z_Construct_UClass_UAudioPropertiesSheetAssetUserInterface_NoRegister) \
DECLARE_SERIALIZER(UAudioPropertiesSheetAssetUserInterface)
#define FID_Engine_Source_Runtime_AudioExtensions_Public_AudioPropertiesSheetAssetBase_h_15_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
FID_Engine_Source_Runtime_AudioExtensions_Public_AudioPropertiesSheetAssetBase_h_15_GENERATED_UINTERFACE_BODY() \
FID_Engine_Source_Runtime_AudioExtensions_Public_AudioPropertiesSheetAssetBase_h_15_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
#define FID_Engine_Source_Runtime_AudioExtensions_Public_AudioPropertiesSheetAssetBase_h_15_INCLASS_IINTERFACE_NO_PURE_DECLS \
protected: \
virtual ~IAudioPropertiesSheetAssetUserInterface() {} \
public: \
typedef UAudioPropertiesSheetAssetUserInterface UClassType; \
typedef IAudioPropertiesSheetAssetUserInterface ThisClass; \
virtual UObject* _getUObject() const { return nullptr; }
#define FID_Engine_Source_Runtime_AudioExtensions_Public_AudioPropertiesSheetAssetBase_h_12_PROLOG
#define FID_Engine_Source_Runtime_AudioExtensions_Public_AudioPropertiesSheetAssetBase_h_29_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_AudioExtensions_Public_AudioPropertiesSheetAssetBase_h_15_INCLASS_IINTERFACE_NO_PURE_DECLS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UAudioPropertiesSheetAssetUserInterface;
// ********** End Interface UAudioPropertiesSheetAssetUserInterface ********************************
// ********** Begin Class UAudioPropertiesSheetAssetBase *******************************************
#if WITH_EDITOR
#define FID_Engine_Source_Runtime_AudioExtensions_Public_AudioPropertiesSheetAssetBase_h_42_RPC_WRAPPERS_NO_PURE_DECLS_EOD \
DECLARE_FUNCTION(execCopyToObjectProperties);
#else // WITH_EDITOR
#define FID_Engine_Source_Runtime_AudioExtensions_Public_AudioPropertiesSheetAssetBase_h_42_RPC_WRAPPERS_NO_PURE_DECLS_EOD
#endif // WITH_EDITOR
struct Z_Construct_UClass_UAudioPropertiesSheetAssetBase_Statics;
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_UAudioPropertiesSheetAssetBase_NoRegister();
#define FID_Engine_Source_Runtime_AudioExtensions_Public_AudioPropertiesSheetAssetBase_h_42_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUAudioPropertiesSheetAssetBase(); \
friend struct ::Z_Construct_UClass_UAudioPropertiesSheetAssetBase_Statics; \
static UClass* GetPrivateStaticClass(); \
friend AUDIOEXTENSIONS_API UClass* ::Z_Construct_UClass_UAudioPropertiesSheetAssetBase_NoRegister(); \
public: \
DECLARE_CLASS2(UAudioPropertiesSheetAssetBase, UObject, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/AudioExtensions"), Z_Construct_UClass_UAudioPropertiesSheetAssetBase_NoRegister) \
DECLARE_SERIALIZER(UAudioPropertiesSheetAssetBase)
#define FID_Engine_Source_Runtime_AudioExtensions_Public_AudioPropertiesSheetAssetBase_h_42_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
AUDIOEXTENSIONS_API UAudioPropertiesSheetAssetBase(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UAudioPropertiesSheetAssetBase(UAudioPropertiesSheetAssetBase&&) = delete; \
UAudioPropertiesSheetAssetBase(const UAudioPropertiesSheetAssetBase&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(AUDIOEXTENSIONS_API, UAudioPropertiesSheetAssetBase); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UAudioPropertiesSheetAssetBase); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UAudioPropertiesSheetAssetBase) \
AUDIOEXTENSIONS_API virtual ~UAudioPropertiesSheetAssetBase();
#define FID_Engine_Source_Runtime_AudioExtensions_Public_AudioPropertiesSheetAssetBase_h_39_PROLOG
#define FID_Engine_Source_Runtime_AudioExtensions_Public_AudioPropertiesSheetAssetBase_h_42_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_AudioExtensions_Public_AudioPropertiesSheetAssetBase_h_42_RPC_WRAPPERS_NO_PURE_DECLS_EOD \
FID_Engine_Source_Runtime_AudioExtensions_Public_AudioPropertiesSheetAssetBase_h_42_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Runtime_AudioExtensions_Public_AudioPropertiesSheetAssetBase_h_42_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UAudioPropertiesSheetAssetBase;
// ********** End Class UAudioPropertiesSheetAssetBase *********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_AudioExtensions_Public_AudioPropertiesSheetAssetBase_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,208 @@
// 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 "IAudioEndpoint.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeIAudioEndpoint() {}
// ********** Begin Cross Module References ********************************************************
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_UAudioEndpointSettingsBase();
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_UAudioEndpointSettingsBase_NoRegister();
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_UDummyEndpointSettings();
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_UDummyEndpointSettings_NoRegister();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
UPackage* Z_Construct_UPackage__Script_AudioExtensions();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UAudioEndpointSettingsBase ***********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UAudioEndpointSettingsBase;
UClass* UAudioEndpointSettingsBase::GetPrivateStaticClass()
{
using TClass = UAudioEndpointSettingsBase;
if (!Z_Registration_Info_UClass_UAudioEndpointSettingsBase.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("AudioEndpointSettingsBase"),
Z_Registration_Info_UClass_UAudioEndpointSettingsBase.InnerSingleton,
StaticRegisterNativesUAudioEndpointSettingsBase,
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_UAudioEndpointSettingsBase.InnerSingleton;
}
UClass* Z_Construct_UClass_UAudioEndpointSettingsBase_NoRegister()
{
return UAudioEndpointSettingsBase::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UAudioEndpointSettingsBase_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/**\n * This opaque class should be used for specifying settings for how audio should be\n * send to an external endpoint.\n */" },
{ "IncludePath", "IAudioEndpoint.h" },
{ "ModuleRelativePath", "Public/IAudioEndpoint.h" },
{ "ToolTip", "This opaque class should be used for specifying settings for how audio should be\nsend to an external endpoint." },
};
#endif // WITH_METADATA
// ********** Begin Class UAudioEndpointSettingsBase constinit property declarations ***************
// ********** End Class UAudioEndpointSettingsBase constinit property declarations *****************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UAudioEndpointSettingsBase>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UAudioEndpointSettingsBase_Statics
UObject* (*const Z_Construct_UClass_UAudioEndpointSettingsBase_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_AudioExtensions,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAudioEndpointSettingsBase_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAudioEndpointSettingsBase_Statics::ClassParams = {
&UAudioEndpointSettingsBase::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000810A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAudioEndpointSettingsBase_Statics::Class_MetaDataParams), Z_Construct_UClass_UAudioEndpointSettingsBase_Statics::Class_MetaDataParams)
};
void UAudioEndpointSettingsBase::StaticRegisterNativesUAudioEndpointSettingsBase()
{
}
UClass* Z_Construct_UClass_UAudioEndpointSettingsBase()
{
if (!Z_Registration_Info_UClass_UAudioEndpointSettingsBase.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAudioEndpointSettingsBase.OuterSingleton, Z_Construct_UClass_UAudioEndpointSettingsBase_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UAudioEndpointSettingsBase.OuterSingleton;
}
UAudioEndpointSettingsBase::UAudioEndpointSettingsBase(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAudioEndpointSettingsBase);
UAudioEndpointSettingsBase::~UAudioEndpointSettingsBase() {}
// ********** End Class UAudioEndpointSettingsBase *************************************************
// ********** Begin Class UDummyEndpointSettings ***************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDummyEndpointSettings;
UClass* UDummyEndpointSettings::GetPrivateStaticClass()
{
using TClass = UDummyEndpointSettings;
if (!Z_Registration_Info_UClass_UDummyEndpointSettings.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DummyEndpointSettings"),
Z_Registration_Info_UClass_UDummyEndpointSettings.InnerSingleton,
StaticRegisterNativesUDummyEndpointSettings,
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_UDummyEndpointSettings.InnerSingleton;
}
UClass* Z_Construct_UClass_UDummyEndpointSettings_NoRegister()
{
return UDummyEndpointSettings::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDummyEndpointSettings_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "IAudioEndpoint.h" },
{ "ModuleRelativePath", "Public/IAudioEndpoint.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UDummyEndpointSettings constinit property declarations *******************
// ********** End Class UDummyEndpointSettings constinit property declarations *********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDummyEndpointSettings>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDummyEndpointSettings_Statics
UObject* (*const Z_Construct_UClass_UDummyEndpointSettings_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UAudioEndpointSettingsBase,
(UObject* (*)())Z_Construct_UPackage__Script_AudioExtensions,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDummyEndpointSettings_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDummyEndpointSettings_Statics::ClassParams = {
&UDummyEndpointSettings::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000010A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDummyEndpointSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UDummyEndpointSettings_Statics::Class_MetaDataParams)
};
void UDummyEndpointSettings::StaticRegisterNativesUDummyEndpointSettings()
{
}
UClass* Z_Construct_UClass_UDummyEndpointSettings()
{
if (!Z_Registration_Info_UClass_UDummyEndpointSettings.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDummyEndpointSettings.OuterSingleton, Z_Construct_UClass_UDummyEndpointSettings_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDummyEndpointSettings.OuterSingleton;
}
UDummyEndpointSettings::UDummyEndpointSettings(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDummyEndpointSettings);
UDummyEndpointSettings::~UDummyEndpointSettings() {}
// ********** End Class UDummyEndpointSettings *****************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioEndpoint_h__Script_AudioExtensions_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UAudioEndpointSettingsBase, UAudioEndpointSettingsBase::StaticClass, TEXT("UAudioEndpointSettingsBase"), &Z_Registration_Info_UClass_UAudioEndpointSettingsBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAudioEndpointSettingsBase), 437082736U) },
{ Z_Construct_UClass_UDummyEndpointSettings, UDummyEndpointSettings::StaticClass, TEXT("UDummyEndpointSettings"), &Z_Registration_Info_UClass_UDummyEndpointSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDummyEndpointSettings), 3136548819U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioEndpoint_h__Script_AudioExtensions_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioEndpoint_h__Script_AudioExtensions_3845401892{
TEXT("/Script/AudioExtensions"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioEndpoint_h__Script_AudioExtensions_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioEndpoint_h__Script_AudioExtensions_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,104 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "IAudioEndpoint.h"
#ifdef AUDIOEXTENSIONS_IAudioEndpoint_generated_h
#error "IAudioEndpoint.generated.h already included, missing '#pragma once' in IAudioEndpoint.h"
#endif
#define AUDIOEXTENSIONS_IAudioEndpoint_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UAudioEndpointSettingsBase ***********************************************
struct Z_Construct_UClass_UAudioEndpointSettingsBase_Statics;
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_UAudioEndpointSettingsBase_NoRegister();
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioEndpoint_h_55_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUAudioEndpointSettingsBase(); \
friend struct ::Z_Construct_UClass_UAudioEndpointSettingsBase_Statics; \
static UClass* GetPrivateStaticClass(); \
friend AUDIOEXTENSIONS_API UClass* ::Z_Construct_UClass_UAudioEndpointSettingsBase_NoRegister(); \
public: \
DECLARE_CLASS2(UAudioEndpointSettingsBase, UObject, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/AudioExtensions"), Z_Construct_UClass_UAudioEndpointSettingsBase_NoRegister) \
DECLARE_SERIALIZER(UAudioEndpointSettingsBase)
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioEndpoint_h_55_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
AUDIOEXTENSIONS_API UAudioEndpointSettingsBase(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UAudioEndpointSettingsBase(UAudioEndpointSettingsBase&&) = delete; \
UAudioEndpointSettingsBase(const UAudioEndpointSettingsBase&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(AUDIOEXTENSIONS_API, UAudioEndpointSettingsBase); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UAudioEndpointSettingsBase); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UAudioEndpointSettingsBase) \
AUDIOEXTENSIONS_API virtual ~UAudioEndpointSettingsBase();
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioEndpoint_h_52_PROLOG
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioEndpoint_h_55_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioEndpoint_h_55_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioEndpoint_h_55_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UAudioEndpointSettingsBase;
// ********** End Class UAudioEndpointSettingsBase *************************************************
// ********** Begin Class UDummyEndpointSettings ***************************************************
struct Z_Construct_UClass_UDummyEndpointSettings_Statics;
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_UDummyEndpointSettings_NoRegister();
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioEndpoint_h_69_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDummyEndpointSettings(); \
friend struct ::Z_Construct_UClass_UDummyEndpointSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend AUDIOEXTENSIONS_API UClass* ::Z_Construct_UClass_UDummyEndpointSettings_NoRegister(); \
public: \
DECLARE_CLASS2(UDummyEndpointSettings, UAudioEndpointSettingsBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/AudioExtensions"), Z_Construct_UClass_UDummyEndpointSettings_NoRegister) \
DECLARE_SERIALIZER(UDummyEndpointSettings)
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioEndpoint_h_69_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UDummyEndpointSettings(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UDummyEndpointSettings(UDummyEndpointSettings&&) = delete; \
UDummyEndpointSettings(const UDummyEndpointSettings&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UDummyEndpointSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDummyEndpointSettings); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDummyEndpointSettings) \
NO_API virtual ~UDummyEndpointSettings();
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioEndpoint_h_66_PROLOG
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioEndpoint_h_69_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioEndpoint_h_69_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioEndpoint_h_69_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDummyEndpointSettings;
// ********** End Class UDummyEndpointSettings *****************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioEndpoint_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,389 @@
// 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 "IAudioExtensionPlugin.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeIAudioExtensionPlugin() {}
// ********** Begin Cross Module References ********************************************************
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_UOcclusionPluginSourceSettingsBase();
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_UOcclusionPluginSourceSettingsBase_NoRegister();
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_UReverbPluginSourceSettingsBase();
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_UReverbPluginSourceSettingsBase_NoRegister();
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_USourceDataOverridePluginSourceSettingsBase();
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_USourceDataOverridePluginSourceSettingsBase_NoRegister();
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_USpatializationPluginSourceSettingsBase();
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_USpatializationPluginSourceSettingsBase_NoRegister();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
UPackage* Z_Construct_UPackage__Script_AudioExtensions();
// ********** End Cross Module References **********************************************************
// ********** Begin Class USpatializationPluginSourceSettingsBase **********************************
FClassRegistrationInfo Z_Registration_Info_UClass_USpatializationPluginSourceSettingsBase;
UClass* USpatializationPluginSourceSettingsBase::GetPrivateStaticClass()
{
using TClass = USpatializationPluginSourceSettingsBase;
if (!Z_Registration_Info_UClass_USpatializationPluginSourceSettingsBase.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("SpatializationPluginSourceSettingsBase"),
Z_Registration_Info_UClass_USpatializationPluginSourceSettingsBase.InnerSingleton,
StaticRegisterNativesUSpatializationPluginSourceSettingsBase,
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_USpatializationPluginSourceSettingsBase.InnerSingleton;
}
UClass* Z_Construct_UClass_USpatializationPluginSourceSettingsBase_NoRegister()
{
return USpatializationPluginSourceSettingsBase::GetPrivateStaticClass();
}
struct Z_Construct_UClass_USpatializationPluginSourceSettingsBase_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/** This is a class which should be overridden to provide users with settings to use for individual sounds */" },
{ "IncludePath", "IAudioExtensionPlugin.h" },
{ "ModuleRelativePath", "Public/IAudioExtensionPlugin.h" },
{ "ToolTip", "This is a class which should be overridden to provide users with settings to use for individual sounds" },
};
#endif // WITH_METADATA
// ********** Begin Class USpatializationPluginSourceSettingsBase constinit property declarations **
// ********** End Class USpatializationPluginSourceSettingsBase constinit property declarations ****
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<USpatializationPluginSourceSettingsBase>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_USpatializationPluginSourceSettingsBase_Statics
UObject* (*const Z_Construct_UClass_USpatializationPluginSourceSettingsBase_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_AudioExtensions,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USpatializationPluginSourceSettingsBase_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_USpatializationPluginSourceSettingsBase_Statics::ClassParams = {
&USpatializationPluginSourceSettingsBase::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000810A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_USpatializationPluginSourceSettingsBase_Statics::Class_MetaDataParams), Z_Construct_UClass_USpatializationPluginSourceSettingsBase_Statics::Class_MetaDataParams)
};
void USpatializationPluginSourceSettingsBase::StaticRegisterNativesUSpatializationPluginSourceSettingsBase()
{
}
UClass* Z_Construct_UClass_USpatializationPluginSourceSettingsBase()
{
if (!Z_Registration_Info_UClass_USpatializationPluginSourceSettingsBase.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_USpatializationPluginSourceSettingsBase.OuterSingleton, Z_Construct_UClass_USpatializationPluginSourceSettingsBase_Statics::ClassParams);
}
return Z_Registration_Info_UClass_USpatializationPluginSourceSettingsBase.OuterSingleton;
}
USpatializationPluginSourceSettingsBase::USpatializationPluginSourceSettingsBase(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, USpatializationPluginSourceSettingsBase);
USpatializationPluginSourceSettingsBase::~USpatializationPluginSourceSettingsBase() {}
// ********** End Class USpatializationPluginSourceSettingsBase ************************************
// ********** Begin Class USourceDataOverridePluginSourceSettingsBase ******************************
FClassRegistrationInfo Z_Registration_Info_UClass_USourceDataOverridePluginSourceSettingsBase;
UClass* USourceDataOverridePluginSourceSettingsBase::GetPrivateStaticClass()
{
using TClass = USourceDataOverridePluginSourceSettingsBase;
if (!Z_Registration_Info_UClass_USourceDataOverridePluginSourceSettingsBase.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("SourceDataOverridePluginSourceSettingsBase"),
Z_Registration_Info_UClass_USourceDataOverridePluginSourceSettingsBase.InnerSingleton,
StaticRegisterNativesUSourceDataOverridePluginSourceSettingsBase,
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_USourceDataOverridePluginSourceSettingsBase.InnerSingleton;
}
UClass* Z_Construct_UClass_USourceDataOverridePluginSourceSettingsBase_NoRegister()
{
return USourceDataOverridePluginSourceSettingsBase::GetPrivateStaticClass();
}
struct Z_Construct_UClass_USourceDataOverridePluginSourceSettingsBase_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/** This is a class which should be overridden to provide users with settings to use for individual sounds */" },
{ "IncludePath", "IAudioExtensionPlugin.h" },
{ "ModuleRelativePath", "Public/IAudioExtensionPlugin.h" },
{ "ToolTip", "This is a class which should be overridden to provide users with settings to use for individual sounds" },
};
#endif // WITH_METADATA
// ********** Begin Class USourceDataOverridePluginSourceSettingsBase constinit property declarations
// ********** End Class USourceDataOverridePluginSourceSettingsBase constinit property declarations
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<USourceDataOverridePluginSourceSettingsBase>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_USourceDataOverridePluginSourceSettingsBase_Statics
UObject* (*const Z_Construct_UClass_USourceDataOverridePluginSourceSettingsBase_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_AudioExtensions,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USourceDataOverridePluginSourceSettingsBase_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_USourceDataOverridePluginSourceSettingsBase_Statics::ClassParams = {
&USourceDataOverridePluginSourceSettingsBase::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000810A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_USourceDataOverridePluginSourceSettingsBase_Statics::Class_MetaDataParams), Z_Construct_UClass_USourceDataOverridePluginSourceSettingsBase_Statics::Class_MetaDataParams)
};
void USourceDataOverridePluginSourceSettingsBase::StaticRegisterNativesUSourceDataOverridePluginSourceSettingsBase()
{
}
UClass* Z_Construct_UClass_USourceDataOverridePluginSourceSettingsBase()
{
if (!Z_Registration_Info_UClass_USourceDataOverridePluginSourceSettingsBase.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_USourceDataOverridePluginSourceSettingsBase.OuterSingleton, Z_Construct_UClass_USourceDataOverridePluginSourceSettingsBase_Statics::ClassParams);
}
return Z_Registration_Info_UClass_USourceDataOverridePluginSourceSettingsBase.OuterSingleton;
}
USourceDataOverridePluginSourceSettingsBase::USourceDataOverridePluginSourceSettingsBase(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, USourceDataOverridePluginSourceSettingsBase);
USourceDataOverridePluginSourceSettingsBase::~USourceDataOverridePluginSourceSettingsBase() {}
// ********** End Class USourceDataOverridePluginSourceSettingsBase ********************************
// ********** Begin Class UOcclusionPluginSourceSettingsBase ***************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UOcclusionPluginSourceSettingsBase;
UClass* UOcclusionPluginSourceSettingsBase::GetPrivateStaticClass()
{
using TClass = UOcclusionPluginSourceSettingsBase;
if (!Z_Registration_Info_UClass_UOcclusionPluginSourceSettingsBase.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("OcclusionPluginSourceSettingsBase"),
Z_Registration_Info_UClass_UOcclusionPluginSourceSettingsBase.InnerSingleton,
StaticRegisterNativesUOcclusionPluginSourceSettingsBase,
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_UOcclusionPluginSourceSettingsBase.InnerSingleton;
}
UClass* Z_Construct_UClass_UOcclusionPluginSourceSettingsBase_NoRegister()
{
return UOcclusionPluginSourceSettingsBase::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UOcclusionPluginSourceSettingsBase_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/** This is a class which should be overridden to provide users with settings to use for individual sounds */" },
{ "IncludePath", "IAudioExtensionPlugin.h" },
{ "ModuleRelativePath", "Public/IAudioExtensionPlugin.h" },
{ "ToolTip", "This is a class which should be overridden to provide users with settings to use for individual sounds" },
};
#endif // WITH_METADATA
// ********** Begin Class UOcclusionPluginSourceSettingsBase constinit property declarations *******
// ********** End Class UOcclusionPluginSourceSettingsBase constinit property declarations *********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UOcclusionPluginSourceSettingsBase>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UOcclusionPluginSourceSettingsBase_Statics
UObject* (*const Z_Construct_UClass_UOcclusionPluginSourceSettingsBase_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_AudioExtensions,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UOcclusionPluginSourceSettingsBase_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UOcclusionPluginSourceSettingsBase_Statics::ClassParams = {
&UOcclusionPluginSourceSettingsBase::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000810A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UOcclusionPluginSourceSettingsBase_Statics::Class_MetaDataParams), Z_Construct_UClass_UOcclusionPluginSourceSettingsBase_Statics::Class_MetaDataParams)
};
void UOcclusionPluginSourceSettingsBase::StaticRegisterNativesUOcclusionPluginSourceSettingsBase()
{
}
UClass* Z_Construct_UClass_UOcclusionPluginSourceSettingsBase()
{
if (!Z_Registration_Info_UClass_UOcclusionPluginSourceSettingsBase.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UOcclusionPluginSourceSettingsBase.OuterSingleton, Z_Construct_UClass_UOcclusionPluginSourceSettingsBase_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UOcclusionPluginSourceSettingsBase.OuterSingleton;
}
UOcclusionPluginSourceSettingsBase::UOcclusionPluginSourceSettingsBase(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UOcclusionPluginSourceSettingsBase);
UOcclusionPluginSourceSettingsBase::~UOcclusionPluginSourceSettingsBase() {}
// ********** End Class UOcclusionPluginSourceSettingsBase *****************************************
// ********** Begin Class UReverbPluginSourceSettingsBase ******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UReverbPluginSourceSettingsBase;
UClass* UReverbPluginSourceSettingsBase::GetPrivateStaticClass()
{
using TClass = UReverbPluginSourceSettingsBase;
if (!Z_Registration_Info_UClass_UReverbPluginSourceSettingsBase.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("ReverbPluginSourceSettingsBase"),
Z_Registration_Info_UClass_UReverbPluginSourceSettingsBase.InnerSingleton,
StaticRegisterNativesUReverbPluginSourceSettingsBase,
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_UReverbPluginSourceSettingsBase.InnerSingleton;
}
UClass* Z_Construct_UClass_UReverbPluginSourceSettingsBase_NoRegister()
{
return UReverbPluginSourceSettingsBase::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UReverbPluginSourceSettingsBase_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/** This is a class which should be overridden to provide users with settings to use for individual sounds */" },
{ "IncludePath", "IAudioExtensionPlugin.h" },
{ "ModuleRelativePath", "Public/IAudioExtensionPlugin.h" },
{ "ToolTip", "This is a class which should be overridden to provide users with settings to use for individual sounds" },
};
#endif // WITH_METADATA
// ********** Begin Class UReverbPluginSourceSettingsBase constinit property declarations **********
// ********** End Class UReverbPluginSourceSettingsBase constinit property declarations ************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UReverbPluginSourceSettingsBase>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UReverbPluginSourceSettingsBase_Statics
UObject* (*const Z_Construct_UClass_UReverbPluginSourceSettingsBase_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_AudioExtensions,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UReverbPluginSourceSettingsBase_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UReverbPluginSourceSettingsBase_Statics::ClassParams = {
&UReverbPluginSourceSettingsBase::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000810A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UReverbPluginSourceSettingsBase_Statics::Class_MetaDataParams), Z_Construct_UClass_UReverbPluginSourceSettingsBase_Statics::Class_MetaDataParams)
};
void UReverbPluginSourceSettingsBase::StaticRegisterNativesUReverbPluginSourceSettingsBase()
{
}
UClass* Z_Construct_UClass_UReverbPluginSourceSettingsBase()
{
if (!Z_Registration_Info_UClass_UReverbPluginSourceSettingsBase.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UReverbPluginSourceSettingsBase.OuterSingleton, Z_Construct_UClass_UReverbPluginSourceSettingsBase_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UReverbPluginSourceSettingsBase.OuterSingleton;
}
UReverbPluginSourceSettingsBase::UReverbPluginSourceSettingsBase(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UReverbPluginSourceSettingsBase);
UReverbPluginSourceSettingsBase::~UReverbPluginSourceSettingsBase() {}
// ********** End Class UReverbPluginSourceSettingsBase ********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioExtensionPlugin_h__Script_AudioExtensions_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_USpatializationPluginSourceSettingsBase, USpatializationPluginSourceSettingsBase::StaticClass, TEXT("USpatializationPluginSourceSettingsBase"), &Z_Registration_Info_UClass_USpatializationPluginSourceSettingsBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(USpatializationPluginSourceSettingsBase), 1954034932U) },
{ Z_Construct_UClass_USourceDataOverridePluginSourceSettingsBase, USourceDataOverridePluginSourceSettingsBase::StaticClass, TEXT("USourceDataOverridePluginSourceSettingsBase"), &Z_Registration_Info_UClass_USourceDataOverridePluginSourceSettingsBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(USourceDataOverridePluginSourceSettingsBase), 2724263472U) },
{ Z_Construct_UClass_UOcclusionPluginSourceSettingsBase, UOcclusionPluginSourceSettingsBase::StaticClass, TEXT("UOcclusionPluginSourceSettingsBase"), &Z_Registration_Info_UClass_UOcclusionPluginSourceSettingsBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UOcclusionPluginSourceSettingsBase), 957053824U) },
{ Z_Construct_UClass_UReverbPluginSourceSettingsBase, UReverbPluginSourceSettingsBase::StaticClass, TEXT("UReverbPluginSourceSettingsBase"), &Z_Registration_Info_UClass_UReverbPluginSourceSettingsBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UReverbPluginSourceSettingsBase), 2451842632U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioExtensionPlugin_h__Script_AudioExtensions_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioExtensionPlugin_h__Script_AudioExtensions_4291640337{
TEXT("/Script/AudioExtensions"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioExtensionPlugin_h__Script_AudioExtensions_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioExtensionPlugin_h__Script_AudioExtensions_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,186 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "IAudioExtensionPlugin.h"
#ifdef AUDIOEXTENSIONS_IAudioExtensionPlugin_generated_h
#error "IAudioExtensionPlugin.generated.h already included, missing '#pragma once' in IAudioExtensionPlugin.h"
#endif
#define AUDIOEXTENSIONS_IAudioExtensionPlugin_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class USpatializationPluginSourceSettingsBase **********************************
struct Z_Construct_UClass_USpatializationPluginSourceSettingsBase_Statics;
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_USpatializationPluginSourceSettingsBase_NoRegister();
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioExtensionPlugin_h_186_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUSpatializationPluginSourceSettingsBase(); \
friend struct ::Z_Construct_UClass_USpatializationPluginSourceSettingsBase_Statics; \
static UClass* GetPrivateStaticClass(); \
friend AUDIOEXTENSIONS_API UClass* ::Z_Construct_UClass_USpatializationPluginSourceSettingsBase_NoRegister(); \
public: \
DECLARE_CLASS2(USpatializationPluginSourceSettingsBase, UObject, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/AudioExtensions"), Z_Construct_UClass_USpatializationPluginSourceSettingsBase_NoRegister) \
DECLARE_SERIALIZER(USpatializationPluginSourceSettingsBase)
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioExtensionPlugin_h_186_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
AUDIOEXTENSIONS_API USpatializationPluginSourceSettingsBase(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
USpatializationPluginSourceSettingsBase(USpatializationPluginSourceSettingsBase&&) = delete; \
USpatializationPluginSourceSettingsBase(const USpatializationPluginSourceSettingsBase&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(AUDIOEXTENSIONS_API, USpatializationPluginSourceSettingsBase); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(USpatializationPluginSourceSettingsBase); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(USpatializationPluginSourceSettingsBase) \
AUDIOEXTENSIONS_API virtual ~USpatializationPluginSourceSettingsBase();
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioExtensionPlugin_h_183_PROLOG
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioExtensionPlugin_h_186_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioExtensionPlugin_h_186_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioExtensionPlugin_h_186_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class USpatializationPluginSourceSettingsBase;
// ********** End Class USpatializationPluginSourceSettingsBase ************************************
// ********** Begin Class USourceDataOverridePluginSourceSettingsBase ******************************
struct Z_Construct_UClass_USourceDataOverridePluginSourceSettingsBase_Statics;
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_USourceDataOverridePluginSourceSettingsBase_NoRegister();
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioExtensionPlugin_h_399_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUSourceDataOverridePluginSourceSettingsBase(); \
friend struct ::Z_Construct_UClass_USourceDataOverridePluginSourceSettingsBase_Statics; \
static UClass* GetPrivateStaticClass(); \
friend AUDIOEXTENSIONS_API UClass* ::Z_Construct_UClass_USourceDataOverridePluginSourceSettingsBase_NoRegister(); \
public: \
DECLARE_CLASS2(USourceDataOverridePluginSourceSettingsBase, UObject, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/AudioExtensions"), Z_Construct_UClass_USourceDataOverridePluginSourceSettingsBase_NoRegister) \
DECLARE_SERIALIZER(USourceDataOverridePluginSourceSettingsBase)
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioExtensionPlugin_h_399_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
AUDIOEXTENSIONS_API USourceDataOverridePluginSourceSettingsBase(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
USourceDataOverridePluginSourceSettingsBase(USourceDataOverridePluginSourceSettingsBase&&) = delete; \
USourceDataOverridePluginSourceSettingsBase(const USourceDataOverridePluginSourceSettingsBase&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(AUDIOEXTENSIONS_API, USourceDataOverridePluginSourceSettingsBase); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(USourceDataOverridePluginSourceSettingsBase); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(USourceDataOverridePluginSourceSettingsBase) \
AUDIOEXTENSIONS_API virtual ~USourceDataOverridePluginSourceSettingsBase();
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioExtensionPlugin_h_396_PROLOG
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioExtensionPlugin_h_399_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioExtensionPlugin_h_399_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioExtensionPlugin_h_399_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class USourceDataOverridePluginSourceSettingsBase;
// ********** End Class USourceDataOverridePluginSourceSettingsBase ********************************
// ********** Begin Class UOcclusionPluginSourceSettingsBase ***************************************
struct Z_Construct_UClass_UOcclusionPluginSourceSettingsBase_Statics;
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_UOcclusionPluginSourceSettingsBase_NoRegister();
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioExtensionPlugin_h_484_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUOcclusionPluginSourceSettingsBase(); \
friend struct ::Z_Construct_UClass_UOcclusionPluginSourceSettingsBase_Statics; \
static UClass* GetPrivateStaticClass(); \
friend AUDIOEXTENSIONS_API UClass* ::Z_Construct_UClass_UOcclusionPluginSourceSettingsBase_NoRegister(); \
public: \
DECLARE_CLASS2(UOcclusionPluginSourceSettingsBase, UObject, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/AudioExtensions"), Z_Construct_UClass_UOcclusionPluginSourceSettingsBase_NoRegister) \
DECLARE_SERIALIZER(UOcclusionPluginSourceSettingsBase)
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioExtensionPlugin_h_484_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
AUDIOEXTENSIONS_API UOcclusionPluginSourceSettingsBase(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UOcclusionPluginSourceSettingsBase(UOcclusionPluginSourceSettingsBase&&) = delete; \
UOcclusionPluginSourceSettingsBase(const UOcclusionPluginSourceSettingsBase&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(AUDIOEXTENSIONS_API, UOcclusionPluginSourceSettingsBase); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UOcclusionPluginSourceSettingsBase); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UOcclusionPluginSourceSettingsBase) \
AUDIOEXTENSIONS_API virtual ~UOcclusionPluginSourceSettingsBase();
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioExtensionPlugin_h_481_PROLOG
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioExtensionPlugin_h_484_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioExtensionPlugin_h_484_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioExtensionPlugin_h_484_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UOcclusionPluginSourceSettingsBase;
// ********** End Class UOcclusionPluginSourceSettingsBase *****************************************
// ********** Begin Class UReverbPluginSourceSettingsBase ******************************************
struct Z_Construct_UClass_UReverbPluginSourceSettingsBase_Statics;
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_UReverbPluginSourceSettingsBase_NoRegister();
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioExtensionPlugin_h_599_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUReverbPluginSourceSettingsBase(); \
friend struct ::Z_Construct_UClass_UReverbPluginSourceSettingsBase_Statics; \
static UClass* GetPrivateStaticClass(); \
friend AUDIOEXTENSIONS_API UClass* ::Z_Construct_UClass_UReverbPluginSourceSettingsBase_NoRegister(); \
public: \
DECLARE_CLASS2(UReverbPluginSourceSettingsBase, UObject, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/AudioExtensions"), Z_Construct_UClass_UReverbPluginSourceSettingsBase_NoRegister) \
DECLARE_SERIALIZER(UReverbPluginSourceSettingsBase)
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioExtensionPlugin_h_599_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
AUDIOEXTENSIONS_API UReverbPluginSourceSettingsBase(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UReverbPluginSourceSettingsBase(UReverbPluginSourceSettingsBase&&) = delete; \
UReverbPluginSourceSettingsBase(const UReverbPluginSourceSettingsBase&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(AUDIOEXTENSIONS_API, UReverbPluginSourceSettingsBase); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UReverbPluginSourceSettingsBase); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UReverbPluginSourceSettingsBase) \
AUDIOEXTENSIONS_API virtual ~UReverbPluginSourceSettingsBase();
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioExtensionPlugin_h_596_PROLOG
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioExtensionPlugin_h_599_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioExtensionPlugin_h_599_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioExtensionPlugin_h_599_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UReverbPluginSourceSettingsBase;
// ********** End Class UReverbPluginSourceSettingsBase ********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioExtensionPlugin_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,122 @@
// 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 "IAudioModulation.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeIAudioModulation() {}
// ********** Begin Cross Module References ********************************************************
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_USoundModulatorBase();
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_USoundModulatorBase_NoRegister();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
UPackage* Z_Construct_UPackage__Script_AudioExtensions();
// ********** End Cross Module References **********************************************************
// ********** Begin Class USoundModulatorBase ******************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_USoundModulatorBase;
UClass* USoundModulatorBase::GetPrivateStaticClass()
{
using TClass = USoundModulatorBase;
if (!Z_Registration_Info_UClass_USoundModulatorBase.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("SoundModulatorBase"),
Z_Registration_Info_UClass_USoundModulatorBase.InnerSingleton,
StaticRegisterNativesUSoundModulatorBase,
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_USoundModulatorBase.InnerSingleton;
}
UClass* Z_Construct_UClass_USoundModulatorBase_NoRegister()
{
return USoundModulatorBase::GetPrivateStaticClass();
}
struct Z_Construct_UClass_USoundModulatorBase_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/**\n * Base class for all modulators\n */" },
{ "IncludePath", "IAudioModulation.h" },
{ "ModuleRelativePath", "Public/IAudioModulation.h" },
{ "ToolTip", "Base class for all modulators" },
};
#endif // WITH_METADATA
// ********** Begin Class USoundModulatorBase constinit property declarations **********************
// ********** End Class USoundModulatorBase constinit property declarations ************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<USoundModulatorBase>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_USoundModulatorBase_Statics
UObject* (*const Z_Construct_UClass_USoundModulatorBase_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_AudioExtensions,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USoundModulatorBase_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_USoundModulatorBase_Statics::ClassParams = {
&USoundModulatorBase::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000810A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_USoundModulatorBase_Statics::Class_MetaDataParams), Z_Construct_UClass_USoundModulatorBase_Statics::Class_MetaDataParams)
};
void USoundModulatorBase::StaticRegisterNativesUSoundModulatorBase()
{
}
UClass* Z_Construct_UClass_USoundModulatorBase()
{
if (!Z_Registration_Info_UClass_USoundModulatorBase.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_USoundModulatorBase.OuterSingleton, Z_Construct_UClass_USoundModulatorBase_Statics::ClassParams);
}
return Z_Registration_Info_UClass_USoundModulatorBase.OuterSingleton;
}
USoundModulatorBase::USoundModulatorBase(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, USoundModulatorBase);
USoundModulatorBase::~USoundModulatorBase() {}
// ********** End Class USoundModulatorBase ********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioModulation_h__Script_AudioExtensions_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_USoundModulatorBase, USoundModulatorBase::StaticClass, TEXT("USoundModulatorBase"), &Z_Registration_Info_UClass_USoundModulatorBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(USoundModulatorBase), 2547284014U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioModulation_h__Script_AudioExtensions_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioModulation_h__Script_AudioExtensions_1539772027{
TEXT("/Script/AudioExtensions"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioModulation_h__Script_AudioExtensions_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioModulation_h__Script_AudioExtensions_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "IAudioModulation.h"
#ifdef AUDIOEXTENSIONS_IAudioModulation_generated_h
#error "IAudioModulation.generated.h already included, missing '#pragma once' in IAudioModulation.h"
#endif
#define AUDIOEXTENSIONS_IAudioModulation_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class USoundModulatorBase ******************************************************
struct Z_Construct_UClass_USoundModulatorBase_Statics;
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_USoundModulatorBase_NoRegister();
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioModulation_h_224_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUSoundModulatorBase(); \
friend struct ::Z_Construct_UClass_USoundModulatorBase_Statics; \
static UClass* GetPrivateStaticClass(); \
friend AUDIOEXTENSIONS_API UClass* ::Z_Construct_UClass_USoundModulatorBase_NoRegister(); \
public: \
DECLARE_CLASS2(USoundModulatorBase, UObject, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/AudioExtensions"), Z_Construct_UClass_USoundModulatorBase_NoRegister) \
DECLARE_SERIALIZER(USoundModulatorBase)
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioModulation_h_224_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
AUDIOEXTENSIONS_API USoundModulatorBase(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
USoundModulatorBase(USoundModulatorBase&&) = delete; \
USoundModulatorBase(const USoundModulatorBase&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(AUDIOEXTENSIONS_API, USoundModulatorBase); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(USoundModulatorBase); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(USoundModulatorBase) \
AUDIOEXTENSIONS_API virtual ~USoundModulatorBase();
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioModulation_h_221_PROLOG
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioModulation_h_224_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioModulation_h_224_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioModulation_h_224_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class USoundModulatorBase;
// ********** End Class USoundModulatorBase ********************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_AudioExtensions_Public_IAudioModulation_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,306 @@
// 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 "ISoundWaveCloudStreaming.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeISoundWaveCloudStreaming() {}
// ********** Begin Cross Module References ********************************************************
AUDIOEXTENSIONS_API UEnum* Z_Construct_UEnum_AudioExtensions_ESoundWaveCloudStreamingPlatformEnableType();
AUDIOEXTENSIONS_API UEnum* Z_Construct_UEnum_AudioExtensions_ESoundWaveCloudStreamingPlatformProjectEnableType();
AUDIOEXTENSIONS_API UScriptStruct* Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformProjectSettings();
AUDIOEXTENSIONS_API UScriptStruct* Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformSettings();
UPackage* Z_Construct_UPackage__Script_AudioExtensions();
// ********** End Cross Module References **********************************************************
// ********** Begin Enum ESoundWaveCloudStreamingPlatformProjectEnableType *************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_ESoundWaveCloudStreamingPlatformProjectEnableType;
static UEnum* ESoundWaveCloudStreamingPlatformProjectEnableType_StaticEnum()
{
if (!Z_Registration_Info_UEnum_ESoundWaveCloudStreamingPlatformProjectEnableType.OuterSingleton)
{
Z_Registration_Info_UEnum_ESoundWaveCloudStreamingPlatformProjectEnableType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_AudioExtensions_ESoundWaveCloudStreamingPlatformProjectEnableType, (UObject*)Z_Construct_UPackage__Script_AudioExtensions(), TEXT("ESoundWaveCloudStreamingPlatformProjectEnableType"));
}
return Z_Registration_Info_UEnum_ESoundWaveCloudStreamingPlatformProjectEnableType.OuterSingleton;
}
template<> AUDIOEXTENSIONS_NON_ATTRIBUTED_API UEnum* StaticEnum<ESoundWaveCloudStreamingPlatformProjectEnableType>()
{
return ESoundWaveCloudStreamingPlatformProjectEnableType_StaticEnum();
}
struct Z_Construct_UEnum_AudioExtensions_ESoundWaveCloudStreamingPlatformProjectEnableType_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "Comment", "/** Platform specific enabling of Sound Wave cloud streaming. */" },
{ "Disabled.Comment", "/** Disabled for this platform. */" },
{ "Disabled.Name", "ESoundWaveCloudStreamingPlatformProjectEnableType::Disabled" },
{ "Disabled.ToolTip", "Disabled for this platform." },
{ "Enabled.Comment", "/** Enabled for this platform. */" },
{ "Enabled.Name", "ESoundWaveCloudStreamingPlatformProjectEnableType::Enabled" },
{ "Enabled.ToolTip", "Enabled for this platform." },
{ "ModuleRelativePath", "Public/ISoundWaveCloudStreaming.h" },
{ "ToolTip", "Platform specific enabling of Sound Wave cloud streaming." },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "ESoundWaveCloudStreamingPlatformProjectEnableType::Enabled", (int64)ESoundWaveCloudStreamingPlatformProjectEnableType::Enabled },
{ "ESoundWaveCloudStreamingPlatformProjectEnableType::Disabled", (int64)ESoundWaveCloudStreamingPlatformProjectEnableType::Disabled },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_AudioExtensions_ESoundWaveCloudStreamingPlatformProjectEnableType_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_AudioExtensions_ESoundWaveCloudStreamingPlatformProjectEnableType_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_AudioExtensions,
nullptr,
"ESoundWaveCloudStreamingPlatformProjectEnableType",
"ESoundWaveCloudStreamingPlatformProjectEnableType",
Z_Construct_UEnum_AudioExtensions_ESoundWaveCloudStreamingPlatformProjectEnableType_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_AudioExtensions_ESoundWaveCloudStreamingPlatformProjectEnableType_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_AudioExtensions_ESoundWaveCloudStreamingPlatformProjectEnableType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_AudioExtensions_ESoundWaveCloudStreamingPlatformProjectEnableType_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_AudioExtensions_ESoundWaveCloudStreamingPlatformProjectEnableType()
{
if (!Z_Registration_Info_UEnum_ESoundWaveCloudStreamingPlatformProjectEnableType.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ESoundWaveCloudStreamingPlatformProjectEnableType.InnerSingleton, Z_Construct_UEnum_AudioExtensions_ESoundWaveCloudStreamingPlatformProjectEnableType_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_ESoundWaveCloudStreamingPlatformProjectEnableType.InnerSingleton;
}
// ********** End Enum ESoundWaveCloudStreamingPlatformProjectEnableType ***************************
// ********** Begin ScriptStruct FSoundWaveCloudStreamingPlatformProjectSettings *******************
struct Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformProjectSettings_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FSoundWaveCloudStreamingPlatformProjectSettings); }
static inline consteval int16 GetStructAlignment() { return alignof(FSoundWaveCloudStreamingPlatformProjectSettings); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/** Platform specific settings for Sound Wave cloud streaming. */" },
{ "ModuleRelativePath", "Public/ISoundWaveCloudStreaming.h" },
{ "ToolTip", "Platform specific settings for Sound Wave cloud streaming." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EnablementSetting_MetaData[] = {
{ "Category", "Platforms" },
{ "Comment", "/** Overrides whether to use cloud streaming on this platform. */" },
{ "ModuleRelativePath", "Public/ISoundWaveCloudStreaming.h" },
{ "ToolTip", "Overrides whether to use cloud streaming on this platform." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FSoundWaveCloudStreamingPlatformProjectSettings constinit property declarations
static const UECodeGen_Private::FBytePropertyParams NewProp_EnablementSetting_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_EnablementSetting;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FSoundWaveCloudStreamingPlatformProjectSettings constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FSoundWaveCloudStreamingPlatformProjectSettings>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformProjectSettings_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FSoundWaveCloudStreamingPlatformProjectSettings;
class UScriptStruct* FSoundWaveCloudStreamingPlatformProjectSettings::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FSoundWaveCloudStreamingPlatformProjectSettings.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FSoundWaveCloudStreamingPlatformProjectSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformProjectSettings, (UObject*)Z_Construct_UPackage__Script_AudioExtensions(), TEXT("SoundWaveCloudStreamingPlatformProjectSettings"));
}
return Z_Registration_Info_UScriptStruct_FSoundWaveCloudStreamingPlatformProjectSettings.OuterSingleton;
}
// ********** Begin ScriptStruct FSoundWaveCloudStreamingPlatformProjectSettings Property Definitions
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformProjectSettings_Statics::NewProp_EnablementSetting_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformProjectSettings_Statics::NewProp_EnablementSetting = { "EnablementSetting", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundWaveCloudStreamingPlatformProjectSettings, EnablementSetting), Z_Construct_UEnum_AudioExtensions_ESoundWaveCloudStreamingPlatformProjectEnableType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EnablementSetting_MetaData), NewProp_EnablementSetting_MetaData) }; // 3984634584
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformProjectSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformProjectSettings_Statics::NewProp_EnablementSetting_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformProjectSettings_Statics::NewProp_EnablementSetting,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformProjectSettings_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FSoundWaveCloudStreamingPlatformProjectSettings Property Definitions
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformProjectSettings_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_AudioExtensions,
nullptr,
&NewStructOps,
"SoundWaveCloudStreamingPlatformProjectSettings",
Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformProjectSettings_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformProjectSettings_Statics::PropPointers),
sizeof(FSoundWaveCloudStreamingPlatformProjectSettings),
alignof(FSoundWaveCloudStreamingPlatformProjectSettings),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformProjectSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformProjectSettings_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformProjectSettings()
{
if (!Z_Registration_Info_UScriptStruct_FSoundWaveCloudStreamingPlatformProjectSettings.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FSoundWaveCloudStreamingPlatformProjectSettings.InnerSingleton, Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformProjectSettings_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FSoundWaveCloudStreamingPlatformProjectSettings.InnerSingleton);
}
// ********** End ScriptStruct FSoundWaveCloudStreamingPlatformProjectSettings *********************
// ********** Begin Enum ESoundWaveCloudStreamingPlatformEnableType ********************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_ESoundWaveCloudStreamingPlatformEnableType;
static UEnum* ESoundWaveCloudStreamingPlatformEnableType_StaticEnum()
{
if (!Z_Registration_Info_UEnum_ESoundWaveCloudStreamingPlatformEnableType.OuterSingleton)
{
Z_Registration_Info_UEnum_ESoundWaveCloudStreamingPlatformEnableType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_AudioExtensions_ESoundWaveCloudStreamingPlatformEnableType, (UObject*)Z_Construct_UPackage__Script_AudioExtensions(), TEXT("ESoundWaveCloudStreamingPlatformEnableType"));
}
return Z_Registration_Info_UEnum_ESoundWaveCloudStreamingPlatformEnableType.OuterSingleton;
}
template<> AUDIOEXTENSIONS_NON_ATTRIBUTED_API UEnum* StaticEnum<ESoundWaveCloudStreamingPlatformEnableType>()
{
return ESoundWaveCloudStreamingPlatformEnableType_StaticEnum();
}
struct Z_Construct_UEnum_AudioExtensions_ESoundWaveCloudStreamingPlatformEnableType_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "Comment", "/** Platform specific enabling of Sound Wave cloud streaming. */" },
{ "Disabled.Comment", "/** Disables Sound Wave cloud streaming for this platform. */" },
{ "Disabled.Name", "ESoundWaveCloudStreamingPlatformEnableType::Disabled" },
{ "Disabled.ToolTip", "Disables Sound Wave cloud streaming for this platform." },
{ "Inherited.Comment", "/** Use Sound Wave setting. */" },
{ "Inherited.Name", "ESoundWaveCloudStreamingPlatformEnableType::Inherited" },
{ "Inherited.ToolTip", "Use Sound Wave setting." },
{ "ModuleRelativePath", "Public/ISoundWaveCloudStreaming.h" },
{ "SWC_MultipleValues.Comment", "/** Used in Slate widget configuration to indicate multiple selected objects have different values. */" },
{ "SWC_MultipleValues.DisplayName", "Multiple values" },
{ "SWC_MultipleValues.Hidden", "" },
{ "SWC_MultipleValues.Name", "ESoundWaveCloudStreamingPlatformEnableType::SWC_MultipleValues" },
{ "SWC_MultipleValues.ToolTip", "Used in Slate widget configuration to indicate multiple selected objects have different values." },
{ "ToolTip", "Platform specific enabling of Sound Wave cloud streaming." },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "ESoundWaveCloudStreamingPlatformEnableType::Inherited", (int64)ESoundWaveCloudStreamingPlatformEnableType::Inherited },
{ "ESoundWaveCloudStreamingPlatformEnableType::Disabled", (int64)ESoundWaveCloudStreamingPlatformEnableType::Disabled },
{ "ESoundWaveCloudStreamingPlatformEnableType::SWC_MultipleValues", (int64)ESoundWaveCloudStreamingPlatformEnableType::SWC_MultipleValues },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_AudioExtensions_ESoundWaveCloudStreamingPlatformEnableType_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_AudioExtensions_ESoundWaveCloudStreamingPlatformEnableType_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_AudioExtensions,
nullptr,
"ESoundWaveCloudStreamingPlatformEnableType",
"ESoundWaveCloudStreamingPlatformEnableType",
Z_Construct_UEnum_AudioExtensions_ESoundWaveCloudStreamingPlatformEnableType_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_AudioExtensions_ESoundWaveCloudStreamingPlatformEnableType_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_AudioExtensions_ESoundWaveCloudStreamingPlatformEnableType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_AudioExtensions_ESoundWaveCloudStreamingPlatformEnableType_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_AudioExtensions_ESoundWaveCloudStreamingPlatformEnableType()
{
if (!Z_Registration_Info_UEnum_ESoundWaveCloudStreamingPlatformEnableType.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ESoundWaveCloudStreamingPlatformEnableType.InnerSingleton, Z_Construct_UEnum_AudioExtensions_ESoundWaveCloudStreamingPlatformEnableType_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_ESoundWaveCloudStreamingPlatformEnableType.InnerSingleton;
}
// ********** End Enum ESoundWaveCloudStreamingPlatformEnableType **********************************
// ********** Begin ScriptStruct FSoundWaveCloudStreamingPlatformSettings **************************
struct Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformSettings_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FSoundWaveCloudStreamingPlatformSettings); }
static inline consteval int16 GetStructAlignment() { return alignof(FSoundWaveCloudStreamingPlatformSettings); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/** Platform specific settings for Sound Wave cloud streaming. */" },
{ "ModuleRelativePath", "Public/ISoundWaveCloudStreaming.h" },
{ "ToolTip", "Platform specific settings for Sound Wave cloud streaming." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EnablementSetting_MetaData[] = {
{ "Category", "Platforms" },
{ "Comment", "/** Overrides whether to use cloud streaming on this platform. */" },
{ "ModuleRelativePath", "Public/ISoundWaveCloudStreaming.h" },
{ "ToolTip", "Overrides whether to use cloud streaming on this platform." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FSoundWaveCloudStreamingPlatformSettings constinit property declarations
static const UECodeGen_Private::FBytePropertyParams NewProp_EnablementSetting_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_EnablementSetting;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FSoundWaveCloudStreamingPlatformSettings constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FSoundWaveCloudStreamingPlatformSettings>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformSettings_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FSoundWaveCloudStreamingPlatformSettings;
class UScriptStruct* FSoundWaveCloudStreamingPlatformSettings::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FSoundWaveCloudStreamingPlatformSettings.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FSoundWaveCloudStreamingPlatformSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformSettings, (UObject*)Z_Construct_UPackage__Script_AudioExtensions(), TEXT("SoundWaveCloudStreamingPlatformSettings"));
}
return Z_Registration_Info_UScriptStruct_FSoundWaveCloudStreamingPlatformSettings.OuterSingleton;
}
// ********** Begin ScriptStruct FSoundWaveCloudStreamingPlatformSettings Property Definitions *****
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformSettings_Statics::NewProp_EnablementSetting_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformSettings_Statics::NewProp_EnablementSetting = { "EnablementSetting", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundWaveCloudStreamingPlatformSettings, EnablementSetting), Z_Construct_UEnum_AudioExtensions_ESoundWaveCloudStreamingPlatformEnableType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EnablementSetting_MetaData), NewProp_EnablementSetting_MetaData) }; // 3042654231
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformSettings_Statics::NewProp_EnablementSetting_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformSettings_Statics::NewProp_EnablementSetting,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformSettings_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FSoundWaveCloudStreamingPlatformSettings Property Definitions *******
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformSettings_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_AudioExtensions,
nullptr,
&NewStructOps,
"SoundWaveCloudStreamingPlatformSettings",
Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformSettings_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformSettings_Statics::PropPointers),
sizeof(FSoundWaveCloudStreamingPlatformSettings),
alignof(FSoundWaveCloudStreamingPlatformSettings),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformSettings_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformSettings()
{
if (!Z_Registration_Info_UScriptStruct_FSoundWaveCloudStreamingPlatformSettings.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FSoundWaveCloudStreamingPlatformSettings.InnerSingleton, Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformSettings_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FSoundWaveCloudStreamingPlatformSettings.InnerSingleton);
}
// ********** End ScriptStruct FSoundWaveCloudStreamingPlatformSettings ****************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundWaveCloudStreaming_h__Script_AudioExtensions_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ ESoundWaveCloudStreamingPlatformProjectEnableType_StaticEnum, TEXT("ESoundWaveCloudStreamingPlatformProjectEnableType"), &Z_Registration_Info_UEnum_ESoundWaveCloudStreamingPlatformProjectEnableType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3984634584U) },
{ ESoundWaveCloudStreamingPlatformEnableType_StaticEnum, TEXT("ESoundWaveCloudStreamingPlatformEnableType"), &Z_Registration_Info_UEnum_ESoundWaveCloudStreamingPlatformEnableType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3042654231U) },
};
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FSoundWaveCloudStreamingPlatformProjectSettings::StaticStruct, Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformProjectSettings_Statics::NewStructOps, TEXT("SoundWaveCloudStreamingPlatformProjectSettings"),&Z_Registration_Info_UScriptStruct_FSoundWaveCloudStreamingPlatformProjectSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FSoundWaveCloudStreamingPlatformProjectSettings), 2971533346U) },
{ FSoundWaveCloudStreamingPlatformSettings::StaticStruct, Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformSettings_Statics::NewStructOps, TEXT("SoundWaveCloudStreamingPlatformSettings"),&Z_Registration_Info_UScriptStruct_FSoundWaveCloudStreamingPlatformSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FSoundWaveCloudStreamingPlatformSettings), 1723371729U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundWaveCloudStreaming_h__Script_AudioExtensions_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundWaveCloudStreaming_h__Script_AudioExtensions_4180147217{
TEXT("/Script/AudioExtensions"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundWaveCloudStreaming_h__Script_AudioExtensions_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundWaveCloudStreaming_h__Script_AudioExtensions_Statics::ScriptStructInfo),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundWaveCloudStreaming_h__Script_AudioExtensions_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundWaveCloudStreaming_h__Script_AudioExtensions_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "ISoundWaveCloudStreaming.h"
#ifdef AUDIOEXTENSIONS_ISoundWaveCloudStreaming_generated_h
#error "ISoundWaveCloudStreaming.generated.h already included, missing '#pragma once' in ISoundWaveCloudStreaming.h"
#endif
#define AUDIOEXTENSIONS_ISoundWaveCloudStreaming_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FSoundWaveCloudStreamingPlatformProjectSettings *******************
struct Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformProjectSettings_Statics;
#define FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundWaveCloudStreaming_h_62_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformProjectSettings_Statics; \
AUDIOEXTENSIONS_API static class UScriptStruct* StaticStruct();
struct FSoundWaveCloudStreamingPlatformProjectSettings;
// ********** End ScriptStruct FSoundWaveCloudStreamingPlatformProjectSettings *********************
// ********** Begin ScriptStruct FSoundWaveCloudStreamingPlatformSettings **************************
struct Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformSettings_Statics;
#define FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundWaveCloudStreaming_h_99_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FSoundWaveCloudStreamingPlatformSettings_Statics; \
AUDIOEXTENSIONS_API static class UScriptStruct* StaticStruct();
struct FSoundWaveCloudStreamingPlatformSettings;
// ********** End ScriptStruct FSoundWaveCloudStreamingPlatformSettings ****************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundWaveCloudStreaming_h
// ********** Begin Enum ESoundWaveCloudStreamingPlatformProjectEnableType *************************
#define FOREACH_ENUM_ESOUNDWAVECLOUDSTREAMINGPLATFORMPROJECTENABLETYPE(op) \
op(ESoundWaveCloudStreamingPlatformProjectEnableType::Enabled) \
op(ESoundWaveCloudStreamingPlatformProjectEnableType::Disabled)
enum class ESoundWaveCloudStreamingPlatformProjectEnableType : uint8;
template<> struct TIsUEnumClass<ESoundWaveCloudStreamingPlatformProjectEnableType> { enum { Value = true }; };
template<> AUDIOEXTENSIONS_NON_ATTRIBUTED_API UEnum* StaticEnum<ESoundWaveCloudStreamingPlatformProjectEnableType>();
// ********** End Enum ESoundWaveCloudStreamingPlatformProjectEnableType ***************************
// ********** Begin Enum ESoundWaveCloudStreamingPlatformEnableType ********************************
#define FOREACH_ENUM_ESOUNDWAVECLOUDSTREAMINGPLATFORMENABLETYPE(op) \
op(ESoundWaveCloudStreamingPlatformEnableType::Inherited) \
op(ESoundWaveCloudStreamingPlatformEnableType::Disabled) \
op(ESoundWaveCloudStreamingPlatformEnableType::SWC_MultipleValues)
enum class ESoundWaveCloudStreamingPlatformEnableType : uint8;
template<> struct TIsUEnumClass<ESoundWaveCloudStreamingPlatformEnableType> { enum { Value = true }; };
template<> AUDIOEXTENSIONS_NON_ATTRIBUTED_API UEnum* StaticEnum<ESoundWaveCloudStreamingPlatformEnableType>();
// ********** End Enum ESoundWaveCloudStreamingPlatformEnableType **********************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,122 @@
// 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 "ISoundfieldEndpoint.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeISoundfieldEndpoint() {}
// ********** Begin Cross Module References ********************************************************
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_USoundfieldEndpointSettingsBase();
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_USoundfieldEndpointSettingsBase_NoRegister();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
UPackage* Z_Construct_UPackage__Script_AudioExtensions();
// ********** End Cross Module References **********************************************************
// ********** Begin Class USoundfieldEndpointSettingsBase ******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_USoundfieldEndpointSettingsBase;
UClass* USoundfieldEndpointSettingsBase::GetPrivateStaticClass()
{
using TClass = USoundfieldEndpointSettingsBase;
if (!Z_Registration_Info_UClass_USoundfieldEndpointSettingsBase.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("SoundfieldEndpointSettingsBase"),
Z_Registration_Info_UClass_USoundfieldEndpointSettingsBase.InnerSingleton,
StaticRegisterNativesUSoundfieldEndpointSettingsBase,
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_USoundfieldEndpointSettingsBase.InnerSingleton;
}
UClass* Z_Construct_UClass_USoundfieldEndpointSettingsBase_NoRegister()
{
return USoundfieldEndpointSettingsBase::GetPrivateStaticClass();
}
struct Z_Construct_UClass_USoundfieldEndpointSettingsBase_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/**\n * This opaque class should be used for specifying settings for how audio should be\n * send to an external endpoint.\n */" },
{ "IncludePath", "ISoundfieldEndpoint.h" },
{ "ModuleRelativePath", "Public/ISoundfieldEndpoint.h" },
{ "ToolTip", "This opaque class should be used for specifying settings for how audio should be\nsend to an external endpoint." },
};
#endif // WITH_METADATA
// ********** Begin Class USoundfieldEndpointSettingsBase constinit property declarations **********
// ********** End Class USoundfieldEndpointSettingsBase constinit property declarations ************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<USoundfieldEndpointSettingsBase>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_USoundfieldEndpointSettingsBase_Statics
UObject* (*const Z_Construct_UClass_USoundfieldEndpointSettingsBase_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_AudioExtensions,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USoundfieldEndpointSettingsBase_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_USoundfieldEndpointSettingsBase_Statics::ClassParams = {
&USoundfieldEndpointSettingsBase::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000810A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_USoundfieldEndpointSettingsBase_Statics::Class_MetaDataParams), Z_Construct_UClass_USoundfieldEndpointSettingsBase_Statics::Class_MetaDataParams)
};
void USoundfieldEndpointSettingsBase::StaticRegisterNativesUSoundfieldEndpointSettingsBase()
{
}
UClass* Z_Construct_UClass_USoundfieldEndpointSettingsBase()
{
if (!Z_Registration_Info_UClass_USoundfieldEndpointSettingsBase.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_USoundfieldEndpointSettingsBase.OuterSingleton, Z_Construct_UClass_USoundfieldEndpointSettingsBase_Statics::ClassParams);
}
return Z_Registration_Info_UClass_USoundfieldEndpointSettingsBase.OuterSingleton;
}
USoundfieldEndpointSettingsBase::USoundfieldEndpointSettingsBase(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, USoundfieldEndpointSettingsBase);
USoundfieldEndpointSettingsBase::~USoundfieldEndpointSettingsBase() {}
// ********** End Class USoundfieldEndpointSettingsBase ********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldEndpoint_h__Script_AudioExtensions_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_USoundfieldEndpointSettingsBase, USoundfieldEndpointSettingsBase::StaticClass, TEXT("USoundfieldEndpointSettingsBase"), &Z_Registration_Info_UClass_USoundfieldEndpointSettingsBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(USoundfieldEndpointSettingsBase), 1596404284U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldEndpoint_h__Script_AudioExtensions_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldEndpoint_h__Script_AudioExtensions_1595189362{
TEXT("/Script/AudioExtensions"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldEndpoint_h__Script_AudioExtensions_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldEndpoint_h__Script_AudioExtensions_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "ISoundfieldEndpoint.h"
#ifdef AUDIOEXTENSIONS_ISoundfieldEndpoint_generated_h
#error "ISoundfieldEndpoint.generated.h already included, missing '#pragma once' in ISoundfieldEndpoint.h"
#endif
#define AUDIOEXTENSIONS_ISoundfieldEndpoint_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class USoundfieldEndpointSettingsBase ******************************************
struct Z_Construct_UClass_USoundfieldEndpointSettingsBase_Statics;
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_USoundfieldEndpointSettingsBase_NoRegister();
#define FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldEndpoint_h_53_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUSoundfieldEndpointSettingsBase(); \
friend struct ::Z_Construct_UClass_USoundfieldEndpointSettingsBase_Statics; \
static UClass* GetPrivateStaticClass(); \
friend AUDIOEXTENSIONS_API UClass* ::Z_Construct_UClass_USoundfieldEndpointSettingsBase_NoRegister(); \
public: \
DECLARE_CLASS2(USoundfieldEndpointSettingsBase, UObject, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/AudioExtensions"), Z_Construct_UClass_USoundfieldEndpointSettingsBase_NoRegister) \
DECLARE_SERIALIZER(USoundfieldEndpointSettingsBase)
#define FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldEndpoint_h_53_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
AUDIOEXTENSIONS_API USoundfieldEndpointSettingsBase(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
USoundfieldEndpointSettingsBase(USoundfieldEndpointSettingsBase&&) = delete; \
USoundfieldEndpointSettingsBase(const USoundfieldEndpointSettingsBase&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(AUDIOEXTENSIONS_API, USoundfieldEndpointSettingsBase); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(USoundfieldEndpointSettingsBase); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(USoundfieldEndpointSettingsBase) \
AUDIOEXTENSIONS_API virtual ~USoundfieldEndpointSettingsBase();
#define FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldEndpoint_h_50_PROLOG
#define FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldEndpoint_h_53_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldEndpoint_h_53_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldEndpoint_h_53_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class USoundfieldEndpointSettingsBase;
// ********** End Class USoundfieldEndpointSettingsBase ********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldEndpoint_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,314 @@
// 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 "ISoundfieldFormat.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeISoundfieldFormat() {}
// ********** Begin Cross Module References ********************************************************
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_USoundfieldEffectBase();
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_USoundfieldEffectBase_NoRegister();
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_USoundfieldEffectSettingsBase();
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_USoundfieldEffectSettingsBase_NoRegister();
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_USoundfieldEncodingSettingsBase();
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_USoundfieldEncodingSettingsBase_NoRegister();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
UPackage* Z_Construct_UPackage__Script_AudioExtensions();
// ********** End Cross Module References **********************************************************
// ********** Begin Class USoundfieldEncodingSettingsBase ******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_USoundfieldEncodingSettingsBase;
UClass* USoundfieldEncodingSettingsBase::GetPrivateStaticClass()
{
using TClass = USoundfieldEncodingSettingsBase;
if (!Z_Registration_Info_UClass_USoundfieldEncodingSettingsBase.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("SoundfieldEncodingSettingsBase"),
Z_Registration_Info_UClass_USoundfieldEncodingSettingsBase.InnerSingleton,
StaticRegisterNativesUSoundfieldEncodingSettingsBase,
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_USoundfieldEncodingSettingsBase.InnerSingleton;
}
UClass* Z_Construct_UClass_USoundfieldEncodingSettingsBase_NoRegister()
{
return USoundfieldEncodingSettingsBase::GetPrivateStaticClass();
}
struct Z_Construct_UClass_USoundfieldEncodingSettingsBase_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/** \n * This opaque class should be used for specifying settings for how audio should be encoded\n * to your soundfield format for a given submix or file.\n */" },
{ "IncludePath", "ISoundfieldFormat.h" },
{ "ModuleRelativePath", "Public/ISoundfieldFormat.h" },
{ "ToolTip", "This opaque class should be used for specifying settings for how audio should be encoded\nto your soundfield format for a given submix or file." },
};
#endif // WITH_METADATA
// ********** Begin Class USoundfieldEncodingSettingsBase constinit property declarations **********
// ********** End Class USoundfieldEncodingSettingsBase constinit property declarations ************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<USoundfieldEncodingSettingsBase>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_USoundfieldEncodingSettingsBase_Statics
UObject* (*const Z_Construct_UClass_USoundfieldEncodingSettingsBase_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_AudioExtensions,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USoundfieldEncodingSettingsBase_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_USoundfieldEncodingSettingsBase_Statics::ClassParams = {
&USoundfieldEncodingSettingsBase::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000810A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_USoundfieldEncodingSettingsBase_Statics::Class_MetaDataParams), Z_Construct_UClass_USoundfieldEncodingSettingsBase_Statics::Class_MetaDataParams)
};
void USoundfieldEncodingSettingsBase::StaticRegisterNativesUSoundfieldEncodingSettingsBase()
{
}
UClass* Z_Construct_UClass_USoundfieldEncodingSettingsBase()
{
if (!Z_Registration_Info_UClass_USoundfieldEncodingSettingsBase.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_USoundfieldEncodingSettingsBase.OuterSingleton, Z_Construct_UClass_USoundfieldEncodingSettingsBase_Statics::ClassParams);
}
return Z_Registration_Info_UClass_USoundfieldEncodingSettingsBase.OuterSingleton;
}
USoundfieldEncodingSettingsBase::USoundfieldEncodingSettingsBase(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, USoundfieldEncodingSettingsBase);
USoundfieldEncodingSettingsBase::~USoundfieldEncodingSettingsBase() {}
// ********** End Class USoundfieldEncodingSettingsBase ********************************************
// ********** Begin Class USoundfieldEffectSettingsBase ********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_USoundfieldEffectSettingsBase;
UClass* USoundfieldEffectSettingsBase::GetPrivateStaticClass()
{
using TClass = USoundfieldEffectSettingsBase;
if (!Z_Registration_Info_UClass_USoundfieldEffectSettingsBase.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("SoundfieldEffectSettingsBase"),
Z_Registration_Info_UClass_USoundfieldEffectSettingsBase.InnerSingleton,
StaticRegisterNativesUSoundfieldEffectSettingsBase,
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_USoundfieldEffectSettingsBase.InnerSingleton;
}
UClass* Z_Construct_UClass_USoundfieldEffectSettingsBase_NoRegister()
{
return USoundfieldEffectSettingsBase::GetPrivateStaticClass();
}
struct Z_Construct_UClass_USoundfieldEffectSettingsBase_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "IncludePath", "ISoundfieldFormat.h" },
{ "ModuleRelativePath", "Public/ISoundfieldFormat.h" },
};
#endif // WITH_METADATA
// ********** Begin Class USoundfieldEffectSettingsBase constinit property declarations ************
// ********** End Class USoundfieldEffectSettingsBase constinit property declarations **************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<USoundfieldEffectSettingsBase>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_USoundfieldEffectSettingsBase_Statics
UObject* (*const Z_Construct_UClass_USoundfieldEffectSettingsBase_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_AudioExtensions,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USoundfieldEffectSettingsBase_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_USoundfieldEffectSettingsBase_Statics::ClassParams = {
&USoundfieldEffectSettingsBase::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000810A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_USoundfieldEffectSettingsBase_Statics::Class_MetaDataParams), Z_Construct_UClass_USoundfieldEffectSettingsBase_Statics::Class_MetaDataParams)
};
void USoundfieldEffectSettingsBase::StaticRegisterNativesUSoundfieldEffectSettingsBase()
{
}
UClass* Z_Construct_UClass_USoundfieldEffectSettingsBase()
{
if (!Z_Registration_Info_UClass_USoundfieldEffectSettingsBase.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_USoundfieldEffectSettingsBase.OuterSingleton, Z_Construct_UClass_USoundfieldEffectSettingsBase_Statics::ClassParams);
}
return Z_Registration_Info_UClass_USoundfieldEffectSettingsBase.OuterSingleton;
}
USoundfieldEffectSettingsBase::USoundfieldEffectSettingsBase(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, USoundfieldEffectSettingsBase);
USoundfieldEffectSettingsBase::~USoundfieldEffectSettingsBase() {}
// ********** End Class USoundfieldEffectSettingsBase **********************************************
// ********** Begin Class USoundfieldEffectBase ****************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_USoundfieldEffectBase;
UClass* USoundfieldEffectBase::GetPrivateStaticClass()
{
using TClass = USoundfieldEffectBase;
if (!Z_Registration_Info_UClass_USoundfieldEffectBase.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("SoundfieldEffectBase"),
Z_Registration_Info_UClass_USoundfieldEffectBase.InnerSingleton,
StaticRegisterNativesUSoundfieldEffectBase,
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_USoundfieldEffectBase.InnerSingleton;
}
UClass* Z_Construct_UClass_USoundfieldEffectBase_NoRegister()
{
return USoundfieldEffectBase::GetPrivateStaticClass();
}
struct Z_Construct_UClass_USoundfieldEffectBase_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/**\n * This opaque class should be used for specifying settings for how audio should be encoded\n * to your soundfield format for a given submix or file.\n */" },
{ "IncludePath", "ISoundfieldFormat.h" },
{ "ModuleRelativePath", "Public/ISoundfieldFormat.h" },
{ "ToolTip", "This opaque class should be used for specifying settings for how audio should be encoded\nto your soundfield format for a given submix or file." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Settings_MetaData[] = {
{ "Category", "EffectPreset" },
{ "Comment", "/**\n\x09 * TODO: Filter classes settable on here by GetSettingsClass.\n\x09 */" },
{ "ModuleRelativePath", "Public/ISoundfieldFormat.h" },
{ "ToolTip", "TODO: Filter classes settable on here by GetSettingsClass." },
};
#endif // WITH_METADATA
// ********** Begin Class USoundfieldEffectBase constinit property declarations ********************
static const UECodeGen_Private::FObjectPropertyParams NewProp_Settings;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class USoundfieldEffectBase constinit property declarations **********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<USoundfieldEffectBase>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_USoundfieldEffectBase_Statics
// ********** Begin Class USoundfieldEffectBase Property Definitions *******************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_USoundfieldEffectBase_Statics::NewProp_Settings = { "Settings", nullptr, (EPropertyFlags)0x0114000000000001, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USoundfieldEffectBase, Settings), Z_Construct_UClass_USoundfieldEffectSettingsBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Settings_MetaData), NewProp_Settings_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_USoundfieldEffectBase_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USoundfieldEffectBase_Statics::NewProp_Settings,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USoundfieldEffectBase_Statics::PropPointers) < 2048);
// ********** End Class USoundfieldEffectBase Property Definitions *********************************
UObject* (*const Z_Construct_UClass_USoundfieldEffectBase_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_AudioExtensions,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USoundfieldEffectBase_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_USoundfieldEffectBase_Statics::ClassParams = {
&USoundfieldEffectBase::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_USoundfieldEffectBase_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_USoundfieldEffectBase_Statics::PropPointers),
0,
0x000810A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_USoundfieldEffectBase_Statics::Class_MetaDataParams), Z_Construct_UClass_USoundfieldEffectBase_Statics::Class_MetaDataParams)
};
void USoundfieldEffectBase::StaticRegisterNativesUSoundfieldEffectBase()
{
}
UClass* Z_Construct_UClass_USoundfieldEffectBase()
{
if (!Z_Registration_Info_UClass_USoundfieldEffectBase.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_USoundfieldEffectBase.OuterSingleton, Z_Construct_UClass_USoundfieldEffectBase_Statics::ClassParams);
}
return Z_Registration_Info_UClass_USoundfieldEffectBase.OuterSingleton;
}
USoundfieldEffectBase::USoundfieldEffectBase(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, USoundfieldEffectBase);
USoundfieldEffectBase::~USoundfieldEffectBase() {}
// ********** End Class USoundfieldEffectBase ******************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h__Script_AudioExtensions_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_USoundfieldEncodingSettingsBase, USoundfieldEncodingSettingsBase::StaticClass, TEXT("USoundfieldEncodingSettingsBase"), &Z_Registration_Info_UClass_USoundfieldEncodingSettingsBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(USoundfieldEncodingSettingsBase), 2972761875U) },
{ Z_Construct_UClass_USoundfieldEffectSettingsBase, USoundfieldEffectSettingsBase::StaticClass, TEXT("USoundfieldEffectSettingsBase"), &Z_Registration_Info_UClass_USoundfieldEffectSettingsBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(USoundfieldEffectSettingsBase), 802310584U) },
{ Z_Construct_UClass_USoundfieldEffectBase, USoundfieldEffectBase::StaticClass, TEXT("USoundfieldEffectBase"), &Z_Registration_Info_UClass_USoundfieldEffectBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(USoundfieldEffectBase), 1689059438U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h__Script_AudioExtensions_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h__Script_AudioExtensions_43836451{
TEXT("/Script/AudioExtensions"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h__Script_AudioExtensions_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h__Script_AudioExtensions_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,145 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "ISoundfieldFormat.h"
#ifdef AUDIOEXTENSIONS_ISoundfieldFormat_generated_h
#error "ISoundfieldFormat.generated.h already included, missing '#pragma once' in ISoundfieldFormat.h"
#endif
#define AUDIOEXTENSIONS_ISoundfieldFormat_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class USoundfieldEncodingSettingsBase ******************************************
struct Z_Construct_UClass_USoundfieldEncodingSettingsBase_Statics;
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_USoundfieldEncodingSettingsBase_NoRegister();
#define FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_125_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUSoundfieldEncodingSettingsBase(); \
friend struct ::Z_Construct_UClass_USoundfieldEncodingSettingsBase_Statics; \
static UClass* GetPrivateStaticClass(); \
friend AUDIOEXTENSIONS_API UClass* ::Z_Construct_UClass_USoundfieldEncodingSettingsBase_NoRegister(); \
public: \
DECLARE_CLASS2(USoundfieldEncodingSettingsBase, UObject, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/AudioExtensions"), Z_Construct_UClass_USoundfieldEncodingSettingsBase_NoRegister) \
DECLARE_SERIALIZER(USoundfieldEncodingSettingsBase)
#define FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_125_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
AUDIOEXTENSIONS_API USoundfieldEncodingSettingsBase(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
USoundfieldEncodingSettingsBase(USoundfieldEncodingSettingsBase&&) = delete; \
USoundfieldEncodingSettingsBase(const USoundfieldEncodingSettingsBase&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(AUDIOEXTENSIONS_API, USoundfieldEncodingSettingsBase); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(USoundfieldEncodingSettingsBase); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(USoundfieldEncodingSettingsBase) \
AUDIOEXTENSIONS_API virtual ~USoundfieldEncodingSettingsBase();
#define FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_122_PROLOG
#define FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_125_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_125_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_125_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class USoundfieldEncodingSettingsBase;
// ********** End Class USoundfieldEncodingSettingsBase ********************************************
// ********** Begin Class USoundfieldEffectSettingsBase ********************************************
struct Z_Construct_UClass_USoundfieldEffectSettingsBase_Statics;
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_USoundfieldEffectSettingsBase_NoRegister();
#define FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_353_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUSoundfieldEffectSettingsBase(); \
friend struct ::Z_Construct_UClass_USoundfieldEffectSettingsBase_Statics; \
static UClass* GetPrivateStaticClass(); \
friend AUDIOEXTENSIONS_API UClass* ::Z_Construct_UClass_USoundfieldEffectSettingsBase_NoRegister(); \
public: \
DECLARE_CLASS2(USoundfieldEffectSettingsBase, UObject, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/AudioExtensions"), Z_Construct_UClass_USoundfieldEffectSettingsBase_NoRegister) \
DECLARE_SERIALIZER(USoundfieldEffectSettingsBase)
#define FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_353_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
AUDIOEXTENSIONS_API USoundfieldEffectSettingsBase(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
USoundfieldEffectSettingsBase(USoundfieldEffectSettingsBase&&) = delete; \
USoundfieldEffectSettingsBase(const USoundfieldEffectSettingsBase&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(AUDIOEXTENSIONS_API, USoundfieldEffectSettingsBase); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(USoundfieldEffectSettingsBase); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(USoundfieldEffectSettingsBase) \
AUDIOEXTENSIONS_API virtual ~USoundfieldEffectSettingsBase();
#define FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_350_PROLOG
#define FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_353_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_353_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_353_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class USoundfieldEffectSettingsBase;
// ********** End Class USoundfieldEffectSettingsBase **********************************************
// ********** Begin Class USoundfieldEffectBase ****************************************************
struct Z_Construct_UClass_USoundfieldEffectBase_Statics;
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_USoundfieldEffectBase_NoRegister();
#define FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_385_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUSoundfieldEffectBase(); \
friend struct ::Z_Construct_UClass_USoundfieldEffectBase_Statics; \
static UClass* GetPrivateStaticClass(); \
friend AUDIOEXTENSIONS_API UClass* ::Z_Construct_UClass_USoundfieldEffectBase_NoRegister(); \
public: \
DECLARE_CLASS2(USoundfieldEffectBase, UObject, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/AudioExtensions"), Z_Construct_UClass_USoundfieldEffectBase_NoRegister) \
DECLARE_SERIALIZER(USoundfieldEffectBase)
#define FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_385_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
AUDIOEXTENSIONS_API USoundfieldEffectBase(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
USoundfieldEffectBase(USoundfieldEffectBase&&) = delete; \
USoundfieldEffectBase(const USoundfieldEffectBase&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(AUDIOEXTENSIONS_API, USoundfieldEffectBase); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(USoundfieldEffectBase); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(USoundfieldEffectBase) \
AUDIOEXTENSIONS_API virtual ~USoundfieldEffectBase();
#define FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_382_PROLOG
#define FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_385_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_385_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h_385_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class USoundfieldEffectBase;
// ********** End Class USoundfieldEffectBase ******************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_AudioExtensions_Public_ISoundfieldFormat_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,349 @@
// 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 "IWaveformTransformation.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeIWaveformTransformation() {}
// ********** Begin Cross Module References ********************************************************
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_UWaveformTransformationBase();
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_UWaveformTransformationBase_NoRegister();
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_UWaveformTransformationChain();
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_UWaveformTransformationChain_NoRegister();
AUDIOEXTENSIONS_API UScriptStruct* Z_Construct_UScriptStruct_FSoundWaveCuePoint();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
UPackage* Z_Construct_UPackage__Script_AudioExtensions();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FSoundWaveCuePoint ************************************************
struct Z_Construct_UScriptStruct_FSoundWaveCuePoint_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FSoundWaveCuePoint); }
static inline consteval int16 GetStructAlignment() { return alignof(FSoundWaveCuePoint); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "// Struct defining a cue point in a sound wave asset\n" },
{ "ModuleRelativePath", "Public/IWaveformTransformation.h" },
{ "ToolTip", "Struct defining a cue point in a sound wave asset" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CuePointID_MetaData[] = {
{ "Category", "Info" },
{ "Comment", "// Unique identifier for the wave cue point\n" },
{ "ModuleRelativePath", "Public/IWaveformTransformation.h" },
{ "ToolTip", "Unique identifier for the wave cue point" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Label_MetaData[] = {
{ "Category", "Info" },
{ "Comment", "// The label for the cue point\n" },
{ "ModuleRelativePath", "Public/IWaveformTransformation.h" },
{ "ToolTip", "The label for the cue point" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FramePosition_MetaData[] = {
{ "Category", "Info" },
{ "ClampMin", "0" },
{ "Comment", "// The frame position of the cue point\n" },
{ "ModuleRelativePath", "Public/IWaveformTransformation.h" },
{ "ToolTip", "The frame position of the cue point" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FrameLength_MetaData[] = {
{ "Category", "Info" },
{ "ClampMin", "0" },
{ "Comment", "// The frame length of the cue point (non-zero if it's a region)\n" },
{ "ModuleRelativePath", "Public/IWaveformTransformation.h" },
{ "ToolTip", "The frame length of the cue point (non-zero if it's a region)" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsLoopRegion_MetaData[] = {
{ "Category", "Info" },
{ "Comment", "// intentionally kept private.\n// only USoundFactory should modify this value on import\n" },
{ "ModuleRelativePath", "Public/IWaveformTransformation.h" },
{ "ToolTip", "intentionally kept private.\nonly USoundFactory should modify this value on import" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FSoundWaveCuePoint constinit property declarations ****************
static const UECodeGen_Private::FIntPropertyParams NewProp_CuePointID;
static const UECodeGen_Private::FStrPropertyParams NewProp_Label;
static const UECodeGen_Private::FInt64PropertyParams NewProp_FramePosition;
static const UECodeGen_Private::FInt64PropertyParams NewProp_FrameLength;
static void NewProp_bIsLoopRegion_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsLoopRegion;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FSoundWaveCuePoint constinit property declarations ******************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FSoundWaveCuePoint>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FSoundWaveCuePoint_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FSoundWaveCuePoint;
class UScriptStruct* FSoundWaveCuePoint::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FSoundWaveCuePoint.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FSoundWaveCuePoint.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FSoundWaveCuePoint, (UObject*)Z_Construct_UPackage__Script_AudioExtensions(), TEXT("SoundWaveCuePoint"));
}
return Z_Registration_Info_UScriptStruct_FSoundWaveCuePoint.OuterSingleton;
}
// ********** Begin ScriptStruct FSoundWaveCuePoint Property Definitions ***************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FSoundWaveCuePoint_Statics::NewProp_CuePointID = { "CuePointID", nullptr, (EPropertyFlags)0x0010000000020015, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundWaveCuePoint, CuePointID), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CuePointID_MetaData), NewProp_CuePointID_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FSoundWaveCuePoint_Statics::NewProp_Label = { "Label", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundWaveCuePoint, Label), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Label_MetaData), NewProp_Label_MetaData) };
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UScriptStruct_FSoundWaveCuePoint_Statics::NewProp_FramePosition = { "FramePosition", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundWaveCuePoint, FramePosition), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FramePosition_MetaData), NewProp_FramePosition_MetaData) };
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UScriptStruct_FSoundWaveCuePoint_Statics::NewProp_FrameLength = { "FrameLength", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundWaveCuePoint, FrameLength), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FrameLength_MetaData), NewProp_FrameLength_MetaData) };
void Z_Construct_UScriptStruct_FSoundWaveCuePoint_Statics::NewProp_bIsLoopRegion_SetBit(void* Obj)
{
((FSoundWaveCuePoint*)Obj)->bIsLoopRegion = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundWaveCuePoint_Statics::NewProp_bIsLoopRegion = { "bIsLoopRegion", nullptr, (EPropertyFlags)0x0020080000000015, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSoundWaveCuePoint), &Z_Construct_UScriptStruct_FSoundWaveCuePoint_Statics::NewProp_bIsLoopRegion_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsLoopRegion_MetaData), NewProp_bIsLoopRegion_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FSoundWaveCuePoint_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundWaveCuePoint_Statics::NewProp_CuePointID,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundWaveCuePoint_Statics::NewProp_Label,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundWaveCuePoint_Statics::NewProp_FramePosition,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundWaveCuePoint_Statics::NewProp_FrameLength,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundWaveCuePoint_Statics::NewProp_bIsLoopRegion,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundWaveCuePoint_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FSoundWaveCuePoint Property Definitions *****************************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FSoundWaveCuePoint_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_AudioExtensions,
nullptr,
&NewStructOps,
"SoundWaveCuePoint",
Z_Construct_UScriptStruct_FSoundWaveCuePoint_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundWaveCuePoint_Statics::PropPointers),
sizeof(FSoundWaveCuePoint),
alignof(FSoundWaveCuePoint),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundWaveCuePoint_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FSoundWaveCuePoint_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FSoundWaveCuePoint()
{
if (!Z_Registration_Info_UScriptStruct_FSoundWaveCuePoint.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FSoundWaveCuePoint.InnerSingleton, Z_Construct_UScriptStruct_FSoundWaveCuePoint_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FSoundWaveCuePoint.InnerSingleton);
}
// ********** End ScriptStruct FSoundWaveCuePoint **************************************************
// ********** Begin Class UWaveformTransformationBase **********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UWaveformTransformationBase;
UClass* UWaveformTransformationBase::GetPrivateStaticClass()
{
using TClass = UWaveformTransformationBase;
if (!Z_Registration_Info_UClass_UWaveformTransformationBase.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("WaveformTransformationBase"),
Z_Registration_Info_UClass_UWaveformTransformationBase.InnerSingleton,
StaticRegisterNativesUWaveformTransformationBase,
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_UWaveformTransformationBase.InnerSingleton;
}
UClass* Z_Construct_UClass_UWaveformTransformationBase_NoRegister()
{
return UWaveformTransformationBase::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UWaveformTransformationBase_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "// Base class to hold editor configurable properties for an arbitrary transformation of audio waveform data\n" },
{ "IncludePath", "IWaveformTransformation.h" },
{ "ModuleRelativePath", "Public/IWaveformTransformation.h" },
{ "ToolTip", "Base class to hold editor configurable properties for an arbitrary transformation of audio waveform data" },
};
#endif // WITH_METADATA
// ********** Begin Class UWaveformTransformationBase constinit property declarations **************
// ********** End Class UWaveformTransformationBase constinit property declarations ****************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UWaveformTransformationBase>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UWaveformTransformationBase_Statics
UObject* (*const Z_Construct_UClass_UWaveformTransformationBase_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_AudioExtensions,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UWaveformTransformationBase_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UWaveformTransformationBase_Statics::ClassParams = {
&UWaveformTransformationBase::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000810A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UWaveformTransformationBase_Statics::Class_MetaDataParams), Z_Construct_UClass_UWaveformTransformationBase_Statics::Class_MetaDataParams)
};
void UWaveformTransformationBase::StaticRegisterNativesUWaveformTransformationBase()
{
}
UClass* Z_Construct_UClass_UWaveformTransformationBase()
{
if (!Z_Registration_Info_UClass_UWaveformTransformationBase.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UWaveformTransformationBase.OuterSingleton, Z_Construct_UClass_UWaveformTransformationBase_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UWaveformTransformationBase.OuterSingleton;
}
UWaveformTransformationBase::UWaveformTransformationBase(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UWaveformTransformationBase);
UWaveformTransformationBase::~UWaveformTransformationBase() {}
// ********** End Class UWaveformTransformationBase ************************************************
// ********** Begin Class UWaveformTransformationChain *********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UWaveformTransformationChain;
UClass* UWaveformTransformationChain::GetPrivateStaticClass()
{
using TClass = UWaveformTransformationChain;
if (!Z_Registration_Info_UClass_UWaveformTransformationChain.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("WaveformTransformationChain"),
Z_Registration_Info_UClass_UWaveformTransformationChain.InnerSingleton,
StaticRegisterNativesUWaveformTransformationChain,
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_UWaveformTransformationChain.InnerSingleton;
}
UClass* Z_Construct_UClass_UWaveformTransformationChain_NoRegister()
{
return UWaveformTransformationChain::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UWaveformTransformationChain_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "// Object that holds an ordered list of transformations to perform on a sound wave\n" },
{ "IncludePath", "IWaveformTransformation.h" },
{ "ModuleRelativePath", "Public/IWaveformTransformation.h" },
{ "ToolTip", "Object that holds an ordered list of transformations to perform on a sound wave" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Transformations_Inner_MetaData[] = {
{ "Category", "Transformations" },
{ "EditInline", "true" },
{ "ModuleRelativePath", "Public/IWaveformTransformation.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Transformations_MetaData[] = {
{ "Category", "Transformations" },
{ "EditInline", "true" },
{ "ModuleRelativePath", "Public/IWaveformTransformation.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UWaveformTransformationChain constinit property declarations *************
static const UECodeGen_Private::FObjectPropertyParams NewProp_Transformations_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_Transformations;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UWaveformTransformationChain constinit property declarations ***************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UWaveformTransformationChain>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UWaveformTransformationChain_Statics
// ********** Begin Class UWaveformTransformationChain Property Definitions ************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UWaveformTransformationChain_Statics::NewProp_Transformations_Inner = { "Transformations", nullptr, (EPropertyFlags)0x0106000000080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UWaveformTransformationBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Transformations_Inner_MetaData), NewProp_Transformations_Inner_MetaData) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UWaveformTransformationChain_Statics::NewProp_Transformations = { "Transformations", nullptr, (EPropertyFlags)0x0114008000000009, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UWaveformTransformationChain, Transformations), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Transformations_MetaData), NewProp_Transformations_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UWaveformTransformationChain_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWaveformTransformationChain_Statics::NewProp_Transformations_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWaveformTransformationChain_Statics::NewProp_Transformations,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UWaveformTransformationChain_Statics::PropPointers) < 2048);
// ********** End Class UWaveformTransformationChain Property Definitions **************************
UObject* (*const Z_Construct_UClass_UWaveformTransformationChain_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_AudioExtensions,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UWaveformTransformationChain_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UWaveformTransformationChain_Statics::ClassParams = {
&UWaveformTransformationChain::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UWaveformTransformationChain_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UWaveformTransformationChain_Statics::PropPointers),
0,
0x008810A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UWaveformTransformationChain_Statics::Class_MetaDataParams), Z_Construct_UClass_UWaveformTransformationChain_Statics::Class_MetaDataParams)
};
void UWaveformTransformationChain::StaticRegisterNativesUWaveformTransformationChain()
{
}
UClass* Z_Construct_UClass_UWaveformTransformationChain()
{
if (!Z_Registration_Info_UClass_UWaveformTransformationChain.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UWaveformTransformationChain.OuterSingleton, Z_Construct_UClass_UWaveformTransformationChain_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UWaveformTransformationChain.OuterSingleton;
}
UWaveformTransformationChain::UWaveformTransformationChain(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UWaveformTransformationChain);
UWaveformTransformationChain::~UWaveformTransformationChain() {}
// ********** End Class UWaveformTransformationChain ***********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_IWaveformTransformation_h__Script_AudioExtensions_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FSoundWaveCuePoint::StaticStruct, Z_Construct_UScriptStruct_FSoundWaveCuePoint_Statics::NewStructOps, TEXT("SoundWaveCuePoint"),&Z_Registration_Info_UScriptStruct_FSoundWaveCuePoint, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FSoundWaveCuePoint), 4036343024U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UWaveformTransformationBase, UWaveformTransformationBase::StaticClass, TEXT("UWaveformTransformationBase"), &Z_Registration_Info_UClass_UWaveformTransformationBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UWaveformTransformationBase), 2493963431U) },
{ Z_Construct_UClass_UWaveformTransformationChain, UWaveformTransformationChain::StaticClass, TEXT("UWaveformTransformationChain"), &Z_Registration_Info_UClass_UWaveformTransformationChain, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UWaveformTransformationChain), 1232890429U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_IWaveformTransformation_h__Script_AudioExtensions_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_IWaveformTransformation_h__Script_AudioExtensions_2577619272{
TEXT("/Script/AudioExtensions"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_IWaveformTransformation_h__Script_AudioExtensions_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_IWaveformTransformation_h__Script_AudioExtensions_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_IWaveformTransformation_h__Script_AudioExtensions_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_IWaveformTransformation_h__Script_AudioExtensions_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,114 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "IWaveformTransformation.h"
#ifdef AUDIOEXTENSIONS_IWaveformTransformation_generated_h
#error "IWaveformTransformation.generated.h already included, missing '#pragma once' in IWaveformTransformation.h"
#endif
#define AUDIOEXTENSIONS_IWaveformTransformation_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FSoundWaveCuePoint ************************************************
struct Z_Construct_UScriptStruct_FSoundWaveCuePoint_Statics;
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IWaveformTransformation_h_65_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FSoundWaveCuePoint_Statics; \
AUDIOEXTENSIONS_API static class UScriptStruct* StaticStruct();
struct FSoundWaveCuePoint;
// ********** End ScriptStruct FSoundWaveCuePoint **************************************************
// ********** Begin Class UWaveformTransformationBase **********************************************
struct Z_Construct_UClass_UWaveformTransformationBase_Statics;
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_UWaveformTransformationBase_NoRegister();
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IWaveformTransformation_h_129_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUWaveformTransformationBase(); \
friend struct ::Z_Construct_UClass_UWaveformTransformationBase_Statics; \
static UClass* GetPrivateStaticClass(); \
friend AUDIOEXTENSIONS_API UClass* ::Z_Construct_UClass_UWaveformTransformationBase_NoRegister(); \
public: \
DECLARE_CLASS2(UWaveformTransformationBase, UObject, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/AudioExtensions"), Z_Construct_UClass_UWaveformTransformationBase_NoRegister) \
DECLARE_SERIALIZER(UWaveformTransformationBase)
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IWaveformTransformation_h_129_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
AUDIOEXTENSIONS_API UWaveformTransformationBase(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UWaveformTransformationBase(UWaveformTransformationBase&&) = delete; \
UWaveformTransformationBase(const UWaveformTransformationBase&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(AUDIOEXTENSIONS_API, UWaveformTransformationBase); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UWaveformTransformationBase); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UWaveformTransformationBase) \
AUDIOEXTENSIONS_API virtual ~UWaveformTransformationBase();
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IWaveformTransformation_h_126_PROLOG
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IWaveformTransformation_h_129_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_AudioExtensions_Public_IWaveformTransformation_h_129_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Runtime_AudioExtensions_Public_IWaveformTransformation_h_129_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UWaveformTransformationBase;
// ********** End Class UWaveformTransformationBase ************************************************
// ********** Begin Class UWaveformTransformationChain *********************************************
struct Z_Construct_UClass_UWaveformTransformationChain_Statics;
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_UWaveformTransformationChain_NoRegister();
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IWaveformTransformation_h_181_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUWaveformTransformationChain(); \
friend struct ::Z_Construct_UClass_UWaveformTransformationChain_Statics; \
static UClass* GetPrivateStaticClass(); \
friend AUDIOEXTENSIONS_API UClass* ::Z_Construct_UClass_UWaveformTransformationChain_NoRegister(); \
public: \
DECLARE_CLASS2(UWaveformTransformationChain, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/AudioExtensions"), Z_Construct_UClass_UWaveformTransformationChain_NoRegister) \
DECLARE_SERIALIZER(UWaveformTransformationChain)
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IWaveformTransformation_h_181_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
AUDIOEXTENSIONS_API UWaveformTransformationChain(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UWaveformTransformationChain(UWaveformTransformationChain&&) = delete; \
UWaveformTransformationChain(const UWaveformTransformationChain&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(AUDIOEXTENSIONS_API, UWaveformTransformationChain); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UWaveformTransformationChain); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UWaveformTransformationChain) \
AUDIOEXTENSIONS_API virtual ~UWaveformTransformationChain();
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IWaveformTransformation_h_178_PROLOG
#define FID_Engine_Source_Runtime_AudioExtensions_Public_IWaveformTransformation_h_181_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_AudioExtensions_Public_IWaveformTransformation_h_181_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Runtime_AudioExtensions_Public_IWaveformTransformation_h_181_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UWaveformTransformationChain;
// ********** End Class UWaveformTransformationChain ***********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_AudioExtensions_Public_IWaveformTransformation_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,104 @@
// 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 "SoundGeneratorOutput.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeSoundGeneratorOutput() {}
// ********** Begin Cross Module References ********************************************************
AUDIOEXTENSIONS_API UScriptStruct* Z_Construct_UScriptStruct_FSoundGeneratorOutput();
UPackage* Z_Construct_UPackage__Script_AudioExtensions();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FSoundGeneratorOutput *********************************************
struct Z_Construct_UScriptStruct_FSoundGeneratorOutput_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FSoundGeneratorOutput); }
static inline consteval int16 GetStructAlignment() { return alignof(FSoundGeneratorOutput); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/**\n * Base class for generators that have outputs that can be exposed to other game code.\n *\n * NOTE: This is not widely supported and should be considered experimental.\n */" },
{ "ModuleRelativePath", "Public/SoundGeneratorOutput.h" },
{ "ToolTip", "Base class for generators that have outputs that can be exposed to other game code.\n\nNOTE: This is not widely supported and should be considered experimental." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Name_MetaData[] = {
{ "Category", "SoundGeneratorOutput" },
{ "Comment", "/** The output's name */" },
{ "ModuleRelativePath", "Public/SoundGeneratorOutput.h" },
{ "ToolTip", "The output's name" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FSoundGeneratorOutput constinit property declarations *************
static const UECodeGen_Private::FNamePropertyParams NewProp_Name;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FSoundGeneratorOutput constinit property declarations ***************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FSoundGeneratorOutput>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FSoundGeneratorOutput_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FSoundGeneratorOutput;
class UScriptStruct* FSoundGeneratorOutput::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FSoundGeneratorOutput.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FSoundGeneratorOutput.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FSoundGeneratorOutput, (UObject*)Z_Construct_UPackage__Script_AudioExtensions(), TEXT("SoundGeneratorOutput"));
}
return Z_Registration_Info_UScriptStruct_FSoundGeneratorOutput.OuterSingleton;
}
// ********** Begin ScriptStruct FSoundGeneratorOutput Property Definitions ************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FSoundGeneratorOutput_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundGeneratorOutput, Name), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Name_MetaData), NewProp_Name_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FSoundGeneratorOutput_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundGeneratorOutput_Statics::NewProp_Name,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundGeneratorOutput_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FSoundGeneratorOutput Property Definitions **************************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FSoundGeneratorOutput_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_AudioExtensions,
nullptr,
&NewStructOps,
"SoundGeneratorOutput",
Z_Construct_UScriptStruct_FSoundGeneratorOutput_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundGeneratorOutput_Statics::PropPointers),
sizeof(FSoundGeneratorOutput),
alignof(FSoundGeneratorOutput),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundGeneratorOutput_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FSoundGeneratorOutput_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FSoundGeneratorOutput()
{
if (!Z_Registration_Info_UScriptStruct_FSoundGeneratorOutput.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FSoundGeneratorOutput.InnerSingleton, Z_Construct_UScriptStruct_FSoundGeneratorOutput_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FSoundGeneratorOutput.InnerSingleton);
}
// ********** End ScriptStruct FSoundGeneratorOutput ***********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_SoundGeneratorOutput_h__Script_AudioExtensions_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FSoundGeneratorOutput::StaticStruct, Z_Construct_UScriptStruct_FSoundGeneratorOutput_Statics::NewStructOps, TEXT("SoundGeneratorOutput"),&Z_Registration_Info_UScriptStruct_FSoundGeneratorOutput, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FSoundGeneratorOutput), 2765071890U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_SoundGeneratorOutput_h__Script_AudioExtensions_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_SoundGeneratorOutput_h__Script_AudioExtensions_164104493{
TEXT("/Script/AudioExtensions"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_SoundGeneratorOutput_h__Script_AudioExtensions_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioExtensions_Public_SoundGeneratorOutput_h__Script_AudioExtensions_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,32 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "SoundGeneratorOutput.h"
#ifdef AUDIOEXTENSIONS_SoundGeneratorOutput_generated_h
#error "SoundGeneratorOutput.generated.h already included, missing '#pragma once' in SoundGeneratorOutput.h"
#endif
#define AUDIOEXTENSIONS_SoundGeneratorOutput_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FSoundGeneratorOutput *********************************************
struct Z_Construct_UScriptStruct_FSoundGeneratorOutput_Statics;
#define FID_Engine_Source_Runtime_AudioExtensions_Public_SoundGeneratorOutput_h_15_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FSoundGeneratorOutput_Statics; \
AUDIOEXTENSIONS_API static class UScriptStruct* StaticStruct();
struct FSoundGeneratorOutput;
// ********** End ScriptStruct FSoundGeneratorOutput ***********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_AudioExtensions_Public_SoundGeneratorOutput_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,11 @@
D:\UE_5_7_1\Engine\Source\Runtime\AudioExtensions\Public\AudioParameterControllerInterface.h
D:\UE_5_7_1\Engine\Source\Runtime\AudioExtensions\Public\AudioPropertiesSheetAssetBase.h
D:\UE_5_7_1\Engine\Source\Runtime\AudioExtensions\Public\IAudioModulation.h
D:\UE_5_7_1\Engine\Source\Runtime\AudioExtensions\Public\IAudioEndpoint.h
D:\UE_5_7_1\Engine\Source\Runtime\AudioExtensions\Public\AudioParameter.h
D:\UE_5_7_1\Engine\Source\Runtime\AudioExtensions\Public\ISoundfieldFormat.h
D:\UE_5_7_1\Engine\Source\Runtime\AudioExtensions\Public\IWaveformTransformation.h
D:\UE_5_7_1\Engine\Source\Runtime\AudioExtensions\Public\IAudioExtensionPlugin.h
D:\UE_5_7_1\Engine\Source\Runtime\AudioExtensions\Public\SoundGeneratorOutput.h
D:\UE_5_7_1\Engine\Source\Runtime\AudioExtensions\Public\ISoundWaveCloudStreaming.h
D:\UE_5_7_1\Engine\Source\Runtime\AudioExtensions\Public\ISoundfieldEndpoint.h