334 lines
20 KiB
C++
334 lines
20 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 "IAudioLinkBlueprintInterface.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeIAudioLinkBlueprintInterface() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
AUDIOLINKENGINE_API UClass* Z_Construct_UClass_UAudioLinkBlueprintInterface();
|
||
|
|
AUDIOLINKENGINE_API UClass* Z_Construct_UClass_UAudioLinkBlueprintInterface_NoRegister();
|
||
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UInterface();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_USoundBase_NoRegister();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_AudioLinkEngine();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Interface UAudioLinkBlueprintInterface Function IsLinkPlaying ******************
|
||
|
|
struct Z_Construct_UFunction_UAudioLinkBlueprintInterface_IsLinkPlaying_Statics
|
||
|
|
{
|
||
|
|
struct AudioLinkBlueprintInterface_eventIsLinkPlaying_Parms
|
||
|
|
{
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "AudioLink" },
|
||
|
|
{ "ModuleRelativePath", "Public/IAudioLinkBlueprintInterface.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function IsLinkPlaying constinit property declarations *************************
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function IsLinkPlaying constinit property declarations ***************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function IsLinkPlaying Property Definitions ************************************
|
||
|
|
void Z_Construct_UFunction_UAudioLinkBlueprintInterface_IsLinkPlaying_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((AudioLinkBlueprintInterface_eventIsLinkPlaying_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UAudioLinkBlueprintInterface_IsLinkPlaying_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(AudioLinkBlueprintInterface_eventIsLinkPlaying_Parms), &Z_Construct_UFunction_UAudioLinkBlueprintInterface_IsLinkPlaying_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAudioLinkBlueprintInterface_IsLinkPlaying_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioLinkBlueprintInterface_IsLinkPlaying_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioLinkBlueprintInterface_IsLinkPlaying_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function IsLinkPlaying Property Definitions **************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAudioLinkBlueprintInterface_IsLinkPlaying_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAudioLinkBlueprintInterface, nullptr, "IsLinkPlaying", Z_Construct_UFunction_UAudioLinkBlueprintInterface_IsLinkPlaying_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioLinkBlueprintInterface_IsLinkPlaying_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UAudioLinkBlueprintInterface_IsLinkPlaying_Statics::AudioLinkBlueprintInterface_eventIsLinkPlaying_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020400, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioLinkBlueprintInterface_IsLinkPlaying_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAudioLinkBlueprintInterface_IsLinkPlaying_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UAudioLinkBlueprintInterface_IsLinkPlaying_Statics::AudioLinkBlueprintInterface_eventIsLinkPlaying_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UAudioLinkBlueprintInterface_IsLinkPlaying()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAudioLinkBlueprintInterface_IsLinkPlaying_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(IAudioLinkBlueprintInterface::execIsLinkPlaying)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->IsLinkPlaying();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Interface UAudioLinkBlueprintInterface Function IsLinkPlaying ********************
|
||
|
|
|
||
|
|
// ********** Begin Interface UAudioLinkBlueprintInterface Function PlayLink ***********************
|
||
|
|
struct Z_Construct_UFunction_UAudioLinkBlueprintInterface_PlayLink_Statics
|
||
|
|
{
|
||
|
|
struct AudioLinkBlueprintInterface_eventPlayLink_Parms
|
||
|
|
{
|
||
|
|
float StartTime;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "AudioLink" },
|
||
|
|
{ "CPP_Default_StartTime", "0.000000" },
|
||
|
|
{ "ModuleRelativePath", "Public/IAudioLinkBlueprintInterface.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function PlayLink constinit property declarations ******************************
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_StartTime;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function PlayLink constinit property declarations ********************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function PlayLink Property Definitions *****************************************
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UAudioLinkBlueprintInterface_PlayLink_Statics::NewProp_StartTime = { "StartTime", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioLinkBlueprintInterface_eventPlayLink_Parms, StartTime), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAudioLinkBlueprintInterface_PlayLink_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioLinkBlueprintInterface_PlayLink_Statics::NewProp_StartTime,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioLinkBlueprintInterface_PlayLink_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function PlayLink Property Definitions *******************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAudioLinkBlueprintInterface_PlayLink_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAudioLinkBlueprintInterface, nullptr, "PlayLink", Z_Construct_UFunction_UAudioLinkBlueprintInterface_PlayLink_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioLinkBlueprintInterface_PlayLink_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UAudioLinkBlueprintInterface_PlayLink_Statics::AudioLinkBlueprintInterface_eventPlayLink_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020400, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioLinkBlueprintInterface_PlayLink_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAudioLinkBlueprintInterface_PlayLink_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UAudioLinkBlueprintInterface_PlayLink_Statics::AudioLinkBlueprintInterface_eventPlayLink_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UAudioLinkBlueprintInterface_PlayLink()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAudioLinkBlueprintInterface_PlayLink_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(IAudioLinkBlueprintInterface::execPlayLink)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_StartTime);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->PlayLink(Z_Param_StartTime);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Interface UAudioLinkBlueprintInterface Function PlayLink *************************
|
||
|
|
|
||
|
|
// ********** Begin Interface UAudioLinkBlueprintInterface Function SetLinkSound *******************
|
||
|
|
struct Z_Construct_UFunction_UAudioLinkBlueprintInterface_SetLinkSound_Statics
|
||
|
|
{
|
||
|
|
struct AudioLinkBlueprintInterface_eventSetLinkSound_Parms
|
||
|
|
{
|
||
|
|
USoundBase* NewSound;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "AudioLink" },
|
||
|
|
{ "ModuleRelativePath", "Public/IAudioLinkBlueprintInterface.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetLinkSound constinit property declarations **************************
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_NewSound;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetLinkSound constinit property declarations ****************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetLinkSound Property Definitions *************************************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UAudioLinkBlueprintInterface_SetLinkSound_Statics::NewProp_NewSound = { "NewSound", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioLinkBlueprintInterface_eventSetLinkSound_Parms, NewSound), Z_Construct_UClass_USoundBase_NoRegister, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAudioLinkBlueprintInterface_SetLinkSound_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioLinkBlueprintInterface_SetLinkSound_Statics::NewProp_NewSound,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioLinkBlueprintInterface_SetLinkSound_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetLinkSound Property Definitions ***************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAudioLinkBlueprintInterface_SetLinkSound_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAudioLinkBlueprintInterface, nullptr, "SetLinkSound", Z_Construct_UFunction_UAudioLinkBlueprintInterface_SetLinkSound_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioLinkBlueprintInterface_SetLinkSound_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UAudioLinkBlueprintInterface_SetLinkSound_Statics::AudioLinkBlueprintInterface_eventSetLinkSound_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020400, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioLinkBlueprintInterface_SetLinkSound_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAudioLinkBlueprintInterface_SetLinkSound_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UAudioLinkBlueprintInterface_SetLinkSound_Statics::AudioLinkBlueprintInterface_eventSetLinkSound_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UAudioLinkBlueprintInterface_SetLinkSound()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAudioLinkBlueprintInterface_SetLinkSound_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(IAudioLinkBlueprintInterface::execSetLinkSound)
|
||
|
|
{
|
||
|
|
P_GET_OBJECT(USoundBase,Z_Param_NewSound);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->SetLinkSound(Z_Param_NewSound);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Interface UAudioLinkBlueprintInterface Function SetLinkSound *********************
|
||
|
|
|
||
|
|
// ********** Begin Interface UAudioLinkBlueprintInterface Function StopLink ***********************
|
||
|
|
struct Z_Construct_UFunction_UAudioLinkBlueprintInterface_StopLink_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "AudioLink" },
|
||
|
|
{ "Comment", "/** Stop an audio component's sound, issue any delegates if needed */" },
|
||
|
|
{ "ModuleRelativePath", "Public/IAudioLinkBlueprintInterface.h" },
|
||
|
|
{ "ToolTip", "Stop an audio component's sound, issue any delegates if needed" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function StopLink constinit property declarations ******************************
|
||
|
|
// ********** End Function StopLink constinit property declarations ********************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAudioLinkBlueprintInterface_StopLink_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAudioLinkBlueprintInterface, nullptr, "StopLink", nullptr,
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020400, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioLinkBlueprintInterface_StopLink_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAudioLinkBlueprintInterface_StopLink_Statics::Function_MetaDataParams)}, };
|
||
|
|
UFunction* Z_Construct_UFunction_UAudioLinkBlueprintInterface_StopLink()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAudioLinkBlueprintInterface_StopLink_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(IAudioLinkBlueprintInterface::execStopLink)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->StopLink();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Interface UAudioLinkBlueprintInterface Function StopLink *************************
|
||
|
|
|
||
|
|
// ********** Begin Interface UAudioLinkBlueprintInterface *****************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UAudioLinkBlueprintInterface;
|
||
|
|
UClass* UAudioLinkBlueprintInterface::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UAudioLinkBlueprintInterface;
|
||
|
|
if (!Z_Registration_Info_UClass_UAudioLinkBlueprintInterface.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("AudioLinkBlueprintInterface"),
|
||
|
|
Z_Registration_Info_UClass_UAudioLinkBlueprintInterface.InnerSingleton,
|
||
|
|
StaticRegisterNativesUAudioLinkBlueprintInterface,
|
||
|
|
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_UAudioLinkBlueprintInterface.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UAudioLinkBlueprintInterface_NoRegister()
|
||
|
|
{
|
||
|
|
return UAudioLinkBlueprintInterface::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UAudioLinkBlueprintInterface_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "CannotImplementInterfaceInBlueprint", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/IAudioLinkBlueprintInterface.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Interface UAudioLinkBlueprintInterface constinit property declarations *********
|
||
|
|
// ********** End Interface UAudioLinkBlueprintInterface constinit property declarations ***********
|
||
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
||
|
|
{ .NameUTF8 = UTF8TEXT("IsLinkPlaying"), .Pointer = &IAudioLinkBlueprintInterface::execIsLinkPlaying },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("PlayLink"), .Pointer = &IAudioLinkBlueprintInterface::execPlayLink },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetLinkSound"), .Pointer = &IAudioLinkBlueprintInterface::execSetLinkSound },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("StopLink"), .Pointer = &IAudioLinkBlueprintInterface::execStopLink },
|
||
|
|
};
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
||
|
|
{ &Z_Construct_UFunction_UAudioLinkBlueprintInterface_IsLinkPlaying, "IsLinkPlaying" }, // 257769710
|
||
|
|
{ &Z_Construct_UFunction_UAudioLinkBlueprintInterface_PlayLink, "PlayLink" }, // 3757964626
|
||
|
|
{ &Z_Construct_UFunction_UAudioLinkBlueprintInterface_SetLinkSound, "SetLinkSound" }, // 2821624799
|
||
|
|
{ &Z_Construct_UFunction_UAudioLinkBlueprintInterface_StopLink, "StopLink" }, // 2624851480
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<IAudioLinkBlueprintInterface>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UAudioLinkBlueprintInterface_Statics
|
||
|
|
UObject* (*const Z_Construct_UClass_UAudioLinkBlueprintInterface_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UInterface,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AudioLinkEngine,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAudioLinkBlueprintInterface_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAudioLinkBlueprintInterface_Statics::ClassParams = {
|
||
|
|
&UAudioLinkBlueprintInterface::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_UAudioLinkBlueprintInterface_Statics::Class_MetaDataParams), Z_Construct_UClass_UAudioLinkBlueprintInterface_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UAudioLinkBlueprintInterface::StaticRegisterNativesUAudioLinkBlueprintInterface()
|
||
|
|
{
|
||
|
|
UClass* Class = UAudioLinkBlueprintInterface::StaticClass();
|
||
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UAudioLinkBlueprintInterface_Statics::Funcs));
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UAudioLinkBlueprintInterface()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UAudioLinkBlueprintInterface.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAudioLinkBlueprintInterface.OuterSingleton, Z_Construct_UClass_UAudioLinkBlueprintInterface_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UAudioLinkBlueprintInterface.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAudioLinkBlueprintInterface);
|
||
|
|
// ********** End Interface UAudioLinkBlueprintInterface *******************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioLink_AudioLinkEngine_Public_IAudioLinkBlueprintInterface_h__Script_AudioLinkEngine_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UAudioLinkBlueprintInterface, UAudioLinkBlueprintInterface::StaticClass, TEXT("UAudioLinkBlueprintInterface"), &Z_Registration_Info_UClass_UAudioLinkBlueprintInterface, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAudioLinkBlueprintInterface), 3250147520U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioLink_AudioLinkEngine_Public_IAudioLinkBlueprintInterface_h__Script_AudioLinkEngine_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioLink_AudioLinkEngine_Public_IAudioLinkBlueprintInterface_h__Script_AudioLinkEngine_2653121973{
|
||
|
|
TEXT("/Script/AudioLinkEngine"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioLink_AudioLinkEngine_Public_IAudioLinkBlueprintInterface_h__Script_AudioLinkEngine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioLink_AudioLinkEngine_Public_IAudioLinkBlueprintInterface_h__Script_AudioLinkEngine_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|