Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/AudioExtensions/UHT/AudioParameterControllerInterface.gen.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

947 lines
72 KiB
C++

// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
#include "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