// 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 "SynthComponents/SynthComponentWaveTable.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeSynthComponentWaveTable() {} // ********** Begin Cross Module References ******************************************************** AUDIOMIXER_API UClass* Z_Construct_UClass_USynthComponent(); ENGINE_API UClass* Z_Construct_UClass_USoundWave_NoRegister(); SYNTHESIS_API UClass* Z_Construct_UClass_USynthSamplePlayer(); SYNTHESIS_API UClass* Z_Construct_UClass_USynthSamplePlayer_NoRegister(); SYNTHESIS_API UEnum* Z_Construct_UEnum_Synthesis_ESamplePlayerSeekType(); SYNTHESIS_API UFunction* Z_Construct_UDelegateFunction_Synthesis_OnSampleLoaded__DelegateSignature(); SYNTHESIS_API UFunction* Z_Construct_UDelegateFunction_Synthesis_OnSamplePlaybackProgress__DelegateSignature(); UPackage* Z_Construct_UPackage__Script_Synthesis(); // ********** End Cross Module References ********************************************************** // ********** Begin Enum ESamplePlayerSeekType ***************************************************** static FEnumRegistrationInfo Z_Registration_Info_UEnum_ESamplePlayerSeekType; static UEnum* ESamplePlayerSeekType_StaticEnum() { if (!Z_Registration_Info_UEnum_ESamplePlayerSeekType.OuterSingleton) { Z_Registration_Info_UEnum_ESamplePlayerSeekType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_Synthesis_ESamplePlayerSeekType, (UObject*)Z_Construct_UPackage__Script_Synthesis(), TEXT("ESamplePlayerSeekType")); } return Z_Registration_Info_UEnum_ESamplePlayerSeekType.OuterSingleton; } template<> SYNTHESIS_NON_ATTRIBUTED_API UEnum* StaticEnum() { return ESamplePlayerSeekType_StaticEnum(); } struct Z_Construct_UEnum_Synthesis_ESamplePlayerSeekType_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = { { "BlueprintType", "true" }, { "Count.Hidden", "" }, { "Count.Name", "ESamplePlayerSeekType::Count" }, { "FromBeginning.Name", "ESamplePlayerSeekType::FromBeginning" }, { "FromCurrentPosition.Name", "ESamplePlayerSeekType::FromCurrentPosition" }, { "FromEnd.Name", "ESamplePlayerSeekType::FromEnd" }, { "ModuleRelativePath", "Classes/SynthComponents/SynthComponentWaveTable.h" }, }; #endif // WITH_METADATA static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = { { "ESamplePlayerSeekType::FromBeginning", (int64)ESamplePlayerSeekType::FromBeginning }, { "ESamplePlayerSeekType::FromCurrentPosition", (int64)ESamplePlayerSeekType::FromCurrentPosition }, { "ESamplePlayerSeekType::FromEnd", (int64)ESamplePlayerSeekType::FromEnd }, { "ESamplePlayerSeekType::Count", (int64)ESamplePlayerSeekType::Count }, }; static const UECodeGen_Private::FEnumParams EnumParams; }; // struct Z_Construct_UEnum_Synthesis_ESamplePlayerSeekType_Statics const UECodeGen_Private::FEnumParams Z_Construct_UEnum_Synthesis_ESamplePlayerSeekType_Statics::EnumParams = { (UObject*(*)())Z_Construct_UPackage__Script_Synthesis, nullptr, "ESamplePlayerSeekType", "ESamplePlayerSeekType", Z_Construct_UEnum_Synthesis_ESamplePlayerSeekType_Statics::Enumerators, RF_Public|RF_Transient|RF_MarkAsNative, UE_ARRAY_COUNT(Z_Construct_UEnum_Synthesis_ESamplePlayerSeekType_Statics::Enumerators), EEnumFlags::None, (uint8)UEnum::ECppForm::EnumClass, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_Synthesis_ESamplePlayerSeekType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_Synthesis_ESamplePlayerSeekType_Statics::Enum_MetaDataParams) }; UEnum* Z_Construct_UEnum_Synthesis_ESamplePlayerSeekType() { if (!Z_Registration_Info_UEnum_ESamplePlayerSeekType.InnerSingleton) { UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ESamplePlayerSeekType.InnerSingleton, Z_Construct_UEnum_Synthesis_ESamplePlayerSeekType_Statics::EnumParams); } return Z_Registration_Info_UEnum_ESamplePlayerSeekType.InnerSingleton; } // ********** End Enum ESamplePlayerSeekType ******************************************************* // ********** Begin Delegate FOnSampleLoaded ******************************************************* struct Z_Construct_UDelegateFunction_Synthesis_OnSampleLoaded__DelegateSignature_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Comment", "// Called when a sample has finished loading into the sample player\n" }, { "ModuleRelativePath", "Classes/SynthComponents/SynthComponentWaveTable.h" }, { "ToolTip", "Called when a sample has finished loading into the sample player" }, }; #endif // WITH_METADATA // ********** Begin Delegate FOnSampleLoaded constinit property declarations *********************** // ********** End Delegate FOnSampleLoaded constinit property declarations ************************* static const UECodeGen_Private::FDelegateFunctionParams FuncParams; }; const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_Synthesis_OnSampleLoaded__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_Synthesis, nullptr, "OnSampleLoaded__DelegateSignature", nullptr, 0, 0, RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_Synthesis_OnSampleLoaded__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_Synthesis_OnSampleLoaded__DelegateSignature_Statics::Function_MetaDataParams)}, }; UFunction* Z_Construct_UDelegateFunction_Synthesis_OnSampleLoaded__DelegateSignature() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_Synthesis_OnSampleLoaded__DelegateSignature_Statics::FuncParams); } return ReturnFunction; } void FOnSampleLoaded_DelegateWrapper(const FMulticastScriptDelegate& OnSampleLoaded) { OnSampleLoaded.ProcessMulticastDelegate(NULL); } // ********** End Delegate FOnSampleLoaded ********************************************************* // ********** Begin Delegate FOnSamplePlaybackProgress ********************************************* struct Z_Construct_UDelegateFunction_Synthesis_OnSamplePlaybackProgress__DelegateSignature_Statics { struct _Script_Synthesis_eventOnSamplePlaybackProgress_Parms { float ProgressPercent; float ProgressTimeSeconds; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Comment", "// Called while a sample player is playing back. Indicates the playhead progress in percent and as absolute time value (within the file).\n" }, { "ModuleRelativePath", "Classes/SynthComponents/SynthComponentWaveTable.h" }, { "ToolTip", "Called while a sample player is playing back. Indicates the playhead progress in percent and as absolute time value (within the file)." }, }; #endif // WITH_METADATA // ********** Begin Delegate FOnSamplePlaybackProgress constinit property declarations ************* static const UECodeGen_Private::FFloatPropertyParams NewProp_ProgressPercent; static const UECodeGen_Private::FFloatPropertyParams NewProp_ProgressTimeSeconds; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Delegate FOnSamplePlaybackProgress constinit property declarations *************** static const UECodeGen_Private::FDelegateFunctionParams FuncParams; }; // ********** Begin Delegate FOnSamplePlaybackProgress Property Definitions ************************ const UECodeGen_Private::FFloatPropertyParams Z_Construct_UDelegateFunction_Synthesis_OnSamplePlaybackProgress__DelegateSignature_Statics::NewProp_ProgressPercent = { "ProgressPercent", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_Synthesis_eventOnSamplePlaybackProgress_Parms, ProgressPercent), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UDelegateFunction_Synthesis_OnSamplePlaybackProgress__DelegateSignature_Statics::NewProp_ProgressTimeSeconds = { "ProgressTimeSeconds", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_Synthesis_eventOnSamplePlaybackProgress_Parms, ProgressTimeSeconds), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_Synthesis_OnSamplePlaybackProgress__DelegateSignature_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_Synthesis_OnSamplePlaybackProgress__DelegateSignature_Statics::NewProp_ProgressPercent, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_Synthesis_OnSamplePlaybackProgress__DelegateSignature_Statics::NewProp_ProgressTimeSeconds, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_Synthesis_OnSamplePlaybackProgress__DelegateSignature_Statics::PropPointers) < 2048); // ********** End Delegate FOnSamplePlaybackProgress Property Definitions ************************** const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_Synthesis_OnSamplePlaybackProgress__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_Synthesis, nullptr, "OnSamplePlaybackProgress__DelegateSignature", Z_Construct_UDelegateFunction_Synthesis_OnSamplePlaybackProgress__DelegateSignature_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_Synthesis_OnSamplePlaybackProgress__DelegateSignature_Statics::PropPointers), sizeof(Z_Construct_UDelegateFunction_Synthesis_OnSamplePlaybackProgress__DelegateSignature_Statics::_Script_Synthesis_eventOnSamplePlaybackProgress_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_Synthesis_OnSamplePlaybackProgress__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_Synthesis_OnSamplePlaybackProgress__DelegateSignature_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UDelegateFunction_Synthesis_OnSamplePlaybackProgress__DelegateSignature_Statics::_Script_Synthesis_eventOnSamplePlaybackProgress_Parms) < MAX_uint16); UFunction* Z_Construct_UDelegateFunction_Synthesis_OnSamplePlaybackProgress__DelegateSignature() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_Synthesis_OnSamplePlaybackProgress__DelegateSignature_Statics::FuncParams); } return ReturnFunction; } void FOnSamplePlaybackProgress_DelegateWrapper(const FMulticastScriptDelegate& OnSamplePlaybackProgress, float ProgressPercent, float ProgressTimeSeconds) { struct _Script_Synthesis_eventOnSamplePlaybackProgress_Parms { float ProgressPercent; float ProgressTimeSeconds; }; _Script_Synthesis_eventOnSamplePlaybackProgress_Parms Parms; Parms.ProgressPercent=ProgressPercent; Parms.ProgressTimeSeconds=ProgressTimeSeconds; OnSamplePlaybackProgress.ProcessMulticastDelegate(&Parms); } // ********** End Delegate FOnSamplePlaybackProgress *********************************************** // ********** Begin Class USynthSamplePlayer Function GetCurrentPlaybackProgressPercent ************ struct Z_Construct_UFunction_USynthSamplePlayer_GetCurrentPlaybackProgressPercent_Statics { struct SynthSamplePlayer_eventGetCurrentPlaybackProgressPercent_Parms { float ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Synth|Components|Audio" }, { "ModuleRelativePath", "Classes/SynthComponents/SynthComponentWaveTable.h" }, }; #endif // WITH_METADATA // ********** Begin Function GetCurrentPlaybackProgressPercent constinit property declarations ***** static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function GetCurrentPlaybackProgressPercent constinit property declarations ******* static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function GetCurrentPlaybackProgressPercent Property Definitions **************** const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_USynthSamplePlayer_GetCurrentPlaybackProgressPercent_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(SynthSamplePlayer_eventGetCurrentPlaybackProgressPercent_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_USynthSamplePlayer_GetCurrentPlaybackProgressPercent_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USynthSamplePlayer_GetCurrentPlaybackProgressPercent_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_USynthSamplePlayer_GetCurrentPlaybackProgressPercent_Statics::PropPointers) < 2048); // ********** End Function GetCurrentPlaybackProgressPercent Property Definitions ****************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_USynthSamplePlayer_GetCurrentPlaybackProgressPercent_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_USynthSamplePlayer, nullptr, "GetCurrentPlaybackProgressPercent", Z_Construct_UFunction_USynthSamplePlayer_GetCurrentPlaybackProgressPercent_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_USynthSamplePlayer_GetCurrentPlaybackProgressPercent_Statics::PropPointers), sizeof(Z_Construct_UFunction_USynthSamplePlayer_GetCurrentPlaybackProgressPercent_Statics::SynthSamplePlayer_eventGetCurrentPlaybackProgressPercent_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_USynthSamplePlayer_GetCurrentPlaybackProgressPercent_Statics::Function_MetaDataParams), Z_Construct_UFunction_USynthSamplePlayer_GetCurrentPlaybackProgressPercent_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_USynthSamplePlayer_GetCurrentPlaybackProgressPercent_Statics::SynthSamplePlayer_eventGetCurrentPlaybackProgressPercent_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_USynthSamplePlayer_GetCurrentPlaybackProgressPercent() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_USynthSamplePlayer_GetCurrentPlaybackProgressPercent_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(USynthSamplePlayer::execGetCurrentPlaybackProgressPercent) { P_FINISH; P_NATIVE_BEGIN; *(float*)Z_Param__Result=P_THIS->GetCurrentPlaybackProgressPercent(); P_NATIVE_END; } // ********** End Class USynthSamplePlayer Function GetCurrentPlaybackProgressPercent ************** // ********** Begin Class USynthSamplePlayer Function GetCurrentPlaybackProgressTime *************** struct Z_Construct_UFunction_USynthSamplePlayer_GetCurrentPlaybackProgressTime_Statics { struct SynthSamplePlayer_eventGetCurrentPlaybackProgressTime_Parms { float ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Synth|Components|Audio" }, { "ModuleRelativePath", "Classes/SynthComponents/SynthComponentWaveTable.h" }, }; #endif // WITH_METADATA // ********** Begin Function GetCurrentPlaybackProgressTime constinit property declarations ******** static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function GetCurrentPlaybackProgressTime constinit property declarations ********** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function GetCurrentPlaybackProgressTime Property Definitions ******************* const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_USynthSamplePlayer_GetCurrentPlaybackProgressTime_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(SynthSamplePlayer_eventGetCurrentPlaybackProgressTime_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_USynthSamplePlayer_GetCurrentPlaybackProgressTime_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USynthSamplePlayer_GetCurrentPlaybackProgressTime_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_USynthSamplePlayer_GetCurrentPlaybackProgressTime_Statics::PropPointers) < 2048); // ********** End Function GetCurrentPlaybackProgressTime Property Definitions ********************* const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_USynthSamplePlayer_GetCurrentPlaybackProgressTime_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_USynthSamplePlayer, nullptr, "GetCurrentPlaybackProgressTime", Z_Construct_UFunction_USynthSamplePlayer_GetCurrentPlaybackProgressTime_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_USynthSamplePlayer_GetCurrentPlaybackProgressTime_Statics::PropPointers), sizeof(Z_Construct_UFunction_USynthSamplePlayer_GetCurrentPlaybackProgressTime_Statics::SynthSamplePlayer_eventGetCurrentPlaybackProgressTime_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_USynthSamplePlayer_GetCurrentPlaybackProgressTime_Statics::Function_MetaDataParams), Z_Construct_UFunction_USynthSamplePlayer_GetCurrentPlaybackProgressTime_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_USynthSamplePlayer_GetCurrentPlaybackProgressTime_Statics::SynthSamplePlayer_eventGetCurrentPlaybackProgressTime_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_USynthSamplePlayer_GetCurrentPlaybackProgressTime() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_USynthSamplePlayer_GetCurrentPlaybackProgressTime_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(USynthSamplePlayer::execGetCurrentPlaybackProgressTime) { P_FINISH; P_NATIVE_BEGIN; *(float*)Z_Param__Result=P_THIS->GetCurrentPlaybackProgressTime(); P_NATIVE_END; } // ********** End Class USynthSamplePlayer Function GetCurrentPlaybackProgressTime ***************** // ********** Begin Class USynthSamplePlayer Function GetSampleDuration **************************** struct Z_Construct_UFunction_USynthSamplePlayer_GetSampleDuration_Statics { struct SynthSamplePlayer_eventGetSampleDuration_Parms { float ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Synth|Components|Audio" }, { "ModuleRelativePath", "Classes/SynthComponents/SynthComponentWaveTable.h" }, }; #endif // WITH_METADATA // ********** Begin Function GetSampleDuration constinit property declarations ********************* static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function GetSampleDuration constinit property declarations *********************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function GetSampleDuration Property Definitions ******************************** const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_USynthSamplePlayer_GetSampleDuration_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(SynthSamplePlayer_eventGetSampleDuration_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_USynthSamplePlayer_GetSampleDuration_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USynthSamplePlayer_GetSampleDuration_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_USynthSamplePlayer_GetSampleDuration_Statics::PropPointers) < 2048); // ********** End Function GetSampleDuration Property Definitions ********************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_USynthSamplePlayer_GetSampleDuration_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_USynthSamplePlayer, nullptr, "GetSampleDuration", Z_Construct_UFunction_USynthSamplePlayer_GetSampleDuration_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_USynthSamplePlayer_GetSampleDuration_Statics::PropPointers), sizeof(Z_Construct_UFunction_USynthSamplePlayer_GetSampleDuration_Statics::SynthSamplePlayer_eventGetSampleDuration_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_USynthSamplePlayer_GetSampleDuration_Statics::Function_MetaDataParams), Z_Construct_UFunction_USynthSamplePlayer_GetSampleDuration_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_USynthSamplePlayer_GetSampleDuration_Statics::SynthSamplePlayer_eventGetSampleDuration_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_USynthSamplePlayer_GetSampleDuration() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_USynthSamplePlayer_GetSampleDuration_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(USynthSamplePlayer::execGetSampleDuration) { P_FINISH; P_NATIVE_BEGIN; *(float*)Z_Param__Result=P_THIS->GetSampleDuration(); P_NATIVE_END; } // ********** End Class USynthSamplePlayer Function GetSampleDuration ****************************** // ********** Begin Class USynthSamplePlayer Function IsLoaded ************************************* struct Z_Construct_UFunction_USynthSamplePlayer_IsLoaded_Statics { struct SynthSamplePlayer_eventIsLoaded_Parms { bool ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Synth|Components|Audio" }, { "ModuleRelativePath", "Classes/SynthComponents/SynthComponentWaveTable.h" }, }; #endif // WITH_METADATA // ********** Begin Function IsLoaded 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 IsLoaded constinit property declarations ******************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function IsLoaded Property Definitions ***************************************** void Z_Construct_UFunction_USynthSamplePlayer_IsLoaded_Statics::NewProp_ReturnValue_SetBit(void* Obj) { ((SynthSamplePlayer_eventIsLoaded_Parms*)Obj)->ReturnValue = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_USynthSamplePlayer_IsLoaded_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(SynthSamplePlayer_eventIsLoaded_Parms), &Z_Construct_UFunction_USynthSamplePlayer_IsLoaded_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_USynthSamplePlayer_IsLoaded_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USynthSamplePlayer_IsLoaded_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_USynthSamplePlayer_IsLoaded_Statics::PropPointers) < 2048); // ********** End Function IsLoaded Property Definitions ******************************************* const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_USynthSamplePlayer_IsLoaded_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_USynthSamplePlayer, nullptr, "IsLoaded", Z_Construct_UFunction_USynthSamplePlayer_IsLoaded_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_USynthSamplePlayer_IsLoaded_Statics::PropPointers), sizeof(Z_Construct_UFunction_USynthSamplePlayer_IsLoaded_Statics::SynthSamplePlayer_eventIsLoaded_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_USynthSamplePlayer_IsLoaded_Statics::Function_MetaDataParams), Z_Construct_UFunction_USynthSamplePlayer_IsLoaded_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_USynthSamplePlayer_IsLoaded_Statics::SynthSamplePlayer_eventIsLoaded_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_USynthSamplePlayer_IsLoaded() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_USynthSamplePlayer_IsLoaded_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(USynthSamplePlayer::execIsLoaded) { P_FINISH; P_NATIVE_BEGIN; *(bool*)Z_Param__Result=P_THIS->IsLoaded(); P_NATIVE_END; } // ********** End Class USynthSamplePlayer Function IsLoaded *************************************** // ********** Begin Class USynthSamplePlayer Function SeekToTime *********************************** struct Z_Construct_UFunction_USynthSamplePlayer_SeekToTime_Statics { struct SynthSamplePlayer_eventSeekToTime_Parms { float TimeSec; ESamplePlayerSeekType SeekType; bool bWrap; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Synth|Components|Audio" }, { "CPP_Default_bWrap", "true" }, { "ModuleRelativePath", "Classes/SynthComponents/SynthComponentWaveTable.h" }, }; #endif // WITH_METADATA // ********** Begin Function SeekToTime constinit property declarations **************************** static const UECodeGen_Private::FFloatPropertyParams NewProp_TimeSec; static const UECodeGen_Private::FBytePropertyParams NewProp_SeekType_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_SeekType; static void NewProp_bWrap_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bWrap; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SeekToTime constinit property declarations ****************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SeekToTime Property Definitions *************************************** const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_USynthSamplePlayer_SeekToTime_Statics::NewProp_TimeSec = { "TimeSec", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(SynthSamplePlayer_eventSeekToTime_Parms, TimeSec), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_USynthSamplePlayer_SeekToTime_Statics::NewProp_SeekType_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_USynthSamplePlayer_SeekToTime_Statics::NewProp_SeekType = { "SeekType", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(SynthSamplePlayer_eventSeekToTime_Parms, SeekType), Z_Construct_UEnum_Synthesis_ESamplePlayerSeekType, METADATA_PARAMS(0, nullptr) }; // 615754357 void Z_Construct_UFunction_USynthSamplePlayer_SeekToTime_Statics::NewProp_bWrap_SetBit(void* Obj) { ((SynthSamplePlayer_eventSeekToTime_Parms*)Obj)->bWrap = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_USynthSamplePlayer_SeekToTime_Statics::NewProp_bWrap = { "bWrap", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(SynthSamplePlayer_eventSeekToTime_Parms), &Z_Construct_UFunction_USynthSamplePlayer_SeekToTime_Statics::NewProp_bWrap_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_USynthSamplePlayer_SeekToTime_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USynthSamplePlayer_SeekToTime_Statics::NewProp_TimeSec, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USynthSamplePlayer_SeekToTime_Statics::NewProp_SeekType_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USynthSamplePlayer_SeekToTime_Statics::NewProp_SeekType, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USynthSamplePlayer_SeekToTime_Statics::NewProp_bWrap, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_USynthSamplePlayer_SeekToTime_Statics::PropPointers) < 2048); // ********** End Function SeekToTime Property Definitions ***************************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_USynthSamplePlayer_SeekToTime_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_USynthSamplePlayer, nullptr, "SeekToTime", Z_Construct_UFunction_USynthSamplePlayer_SeekToTime_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_USynthSamplePlayer_SeekToTime_Statics::PropPointers), sizeof(Z_Construct_UFunction_USynthSamplePlayer_SeekToTime_Statics::SynthSamplePlayer_eventSeekToTime_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_USynthSamplePlayer_SeekToTime_Statics::Function_MetaDataParams), Z_Construct_UFunction_USynthSamplePlayer_SeekToTime_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_USynthSamplePlayer_SeekToTime_Statics::SynthSamplePlayer_eventSeekToTime_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_USynthSamplePlayer_SeekToTime() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_USynthSamplePlayer_SeekToTime_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(USynthSamplePlayer::execSeekToTime) { P_GET_PROPERTY(FFloatProperty,Z_Param_TimeSec); P_GET_ENUM(ESamplePlayerSeekType,Z_Param_SeekType); P_GET_UBOOL(Z_Param_bWrap); P_FINISH; P_NATIVE_BEGIN; P_THIS->SeekToTime(Z_Param_TimeSec,ESamplePlayerSeekType(Z_Param_SeekType),Z_Param_bWrap); P_NATIVE_END; } // ********** End Class USynthSamplePlayer Function SeekToTime ************************************* // ********** Begin Class USynthSamplePlayer Function SetPitch ************************************* struct Z_Construct_UFunction_USynthSamplePlayer_SetPitch_Statics { struct SynthSamplePlayer_eventSetPitch_Parms { float InPitch; float TimeSec; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Synth|Components|Audio" }, { "ModuleRelativePath", "Classes/SynthComponents/SynthComponentWaveTable.h" }, }; #endif // WITH_METADATA // ********** Begin Function SetPitch constinit property declarations ****************************** static const UECodeGen_Private::FFloatPropertyParams NewProp_InPitch; static const UECodeGen_Private::FFloatPropertyParams NewProp_TimeSec; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetPitch constinit property declarations ******************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetPitch Property Definitions ***************************************** const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_USynthSamplePlayer_SetPitch_Statics::NewProp_InPitch = { "InPitch", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(SynthSamplePlayer_eventSetPitch_Parms, InPitch), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_USynthSamplePlayer_SetPitch_Statics::NewProp_TimeSec = { "TimeSec", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(SynthSamplePlayer_eventSetPitch_Parms, TimeSec), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_USynthSamplePlayer_SetPitch_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USynthSamplePlayer_SetPitch_Statics::NewProp_InPitch, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USynthSamplePlayer_SetPitch_Statics::NewProp_TimeSec, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_USynthSamplePlayer_SetPitch_Statics::PropPointers) < 2048); // ********** End Function SetPitch Property Definitions ******************************************* const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_USynthSamplePlayer_SetPitch_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_USynthSamplePlayer, nullptr, "SetPitch", Z_Construct_UFunction_USynthSamplePlayer_SetPitch_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_USynthSamplePlayer_SetPitch_Statics::PropPointers), sizeof(Z_Construct_UFunction_USynthSamplePlayer_SetPitch_Statics::SynthSamplePlayer_eventSetPitch_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_USynthSamplePlayer_SetPitch_Statics::Function_MetaDataParams), Z_Construct_UFunction_USynthSamplePlayer_SetPitch_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_USynthSamplePlayer_SetPitch_Statics::SynthSamplePlayer_eventSetPitch_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_USynthSamplePlayer_SetPitch() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_USynthSamplePlayer_SetPitch_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(USynthSamplePlayer::execSetPitch) { P_GET_PROPERTY(FFloatProperty,Z_Param_InPitch); P_GET_PROPERTY(FFloatProperty,Z_Param_TimeSec); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetPitch(Z_Param_InPitch,Z_Param_TimeSec); P_NATIVE_END; } // ********** End Class USynthSamplePlayer Function SetPitch *************************************** // ********** Begin Class USynthSamplePlayer Function SetScrubMode ********************************* struct Z_Construct_UFunction_USynthSamplePlayer_SetScrubMode_Statics { struct SynthSamplePlayer_eventSetScrubMode_Parms { bool bScrubMode; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Synth|Components|Audio" }, { "ModuleRelativePath", "Classes/SynthComponents/SynthComponentWaveTable.h" }, }; #endif // WITH_METADATA // ********** Begin Function SetScrubMode constinit property declarations ************************** static void NewProp_bScrubMode_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bScrubMode; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetScrubMode constinit property declarations **************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetScrubMode Property Definitions ************************************* void Z_Construct_UFunction_USynthSamplePlayer_SetScrubMode_Statics::NewProp_bScrubMode_SetBit(void* Obj) { ((SynthSamplePlayer_eventSetScrubMode_Parms*)Obj)->bScrubMode = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_USynthSamplePlayer_SetScrubMode_Statics::NewProp_bScrubMode = { "bScrubMode", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(SynthSamplePlayer_eventSetScrubMode_Parms), &Z_Construct_UFunction_USynthSamplePlayer_SetScrubMode_Statics::NewProp_bScrubMode_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_USynthSamplePlayer_SetScrubMode_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USynthSamplePlayer_SetScrubMode_Statics::NewProp_bScrubMode, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_USynthSamplePlayer_SetScrubMode_Statics::PropPointers) < 2048); // ********** End Function SetScrubMode Property Definitions *************************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_USynthSamplePlayer_SetScrubMode_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_USynthSamplePlayer, nullptr, "SetScrubMode", Z_Construct_UFunction_USynthSamplePlayer_SetScrubMode_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_USynthSamplePlayer_SetScrubMode_Statics::PropPointers), sizeof(Z_Construct_UFunction_USynthSamplePlayer_SetScrubMode_Statics::SynthSamplePlayer_eventSetScrubMode_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_USynthSamplePlayer_SetScrubMode_Statics::Function_MetaDataParams), Z_Construct_UFunction_USynthSamplePlayer_SetScrubMode_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_USynthSamplePlayer_SetScrubMode_Statics::SynthSamplePlayer_eventSetScrubMode_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_USynthSamplePlayer_SetScrubMode() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_USynthSamplePlayer_SetScrubMode_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(USynthSamplePlayer::execSetScrubMode) { P_GET_UBOOL(Z_Param_bScrubMode); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetScrubMode(Z_Param_bScrubMode); P_NATIVE_END; } // ********** End Class USynthSamplePlayer Function SetScrubMode *********************************** // ********** Begin Class USynthSamplePlayer Function SetScrubTimeWidth **************************** struct Z_Construct_UFunction_USynthSamplePlayer_SetScrubTimeWidth_Statics { struct SynthSamplePlayer_eventSetScrubTimeWidth_Parms { float InScrubTimeWidthSec; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Synth|Components|Audio" }, { "ModuleRelativePath", "Classes/SynthComponents/SynthComponentWaveTable.h" }, }; #endif // WITH_METADATA // ********** Begin Function SetScrubTimeWidth constinit property declarations ********************* static const UECodeGen_Private::FFloatPropertyParams NewProp_InScrubTimeWidthSec; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetScrubTimeWidth constinit property declarations *********************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetScrubTimeWidth Property Definitions ******************************** const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_USynthSamplePlayer_SetScrubTimeWidth_Statics::NewProp_InScrubTimeWidthSec = { "InScrubTimeWidthSec", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(SynthSamplePlayer_eventSetScrubTimeWidth_Parms, InScrubTimeWidthSec), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_USynthSamplePlayer_SetScrubTimeWidth_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USynthSamplePlayer_SetScrubTimeWidth_Statics::NewProp_InScrubTimeWidthSec, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_USynthSamplePlayer_SetScrubTimeWidth_Statics::PropPointers) < 2048); // ********** End Function SetScrubTimeWidth Property Definitions ********************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_USynthSamplePlayer_SetScrubTimeWidth_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_USynthSamplePlayer, nullptr, "SetScrubTimeWidth", Z_Construct_UFunction_USynthSamplePlayer_SetScrubTimeWidth_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_USynthSamplePlayer_SetScrubTimeWidth_Statics::PropPointers), sizeof(Z_Construct_UFunction_USynthSamplePlayer_SetScrubTimeWidth_Statics::SynthSamplePlayer_eventSetScrubTimeWidth_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_USynthSamplePlayer_SetScrubTimeWidth_Statics::Function_MetaDataParams), Z_Construct_UFunction_USynthSamplePlayer_SetScrubTimeWidth_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_USynthSamplePlayer_SetScrubTimeWidth_Statics::SynthSamplePlayer_eventSetScrubTimeWidth_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_USynthSamplePlayer_SetScrubTimeWidth() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_USynthSamplePlayer_SetScrubTimeWidth_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(USynthSamplePlayer::execSetScrubTimeWidth) { P_GET_PROPERTY(FFloatProperty,Z_Param_InScrubTimeWidthSec); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetScrubTimeWidth(Z_Param_InScrubTimeWidthSec); P_NATIVE_END; } // ********** End Class USynthSamplePlayer Function SetScrubTimeWidth ****************************** // ********** Begin Class USynthSamplePlayer Function SetSoundWave ********************************* struct Z_Construct_UFunction_USynthSamplePlayer_SetSoundWave_Statics { struct SynthSamplePlayer_eventSetSoundWave_Parms { USoundWave* InSoundWave; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Synth|Components|Audio" }, { "Comment", "// This will override the current sound wave if one is set, stop audio, and reload the new sound wave\n" }, { "ModuleRelativePath", "Classes/SynthComponents/SynthComponentWaveTable.h" }, { "ToolTip", "This will override the current sound wave if one is set, stop audio, and reload the new sound wave" }, }; #endif // WITH_METADATA // ********** Begin Function SetSoundWave constinit property declarations ************************** static const UECodeGen_Private::FObjectPropertyParams NewProp_InSoundWave; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetSoundWave constinit property declarations **************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetSoundWave Property Definitions ************************************* const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_USynthSamplePlayer_SetSoundWave_Statics::NewProp_InSoundWave = { "InSoundWave", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(SynthSamplePlayer_eventSetSoundWave_Parms, InSoundWave), Z_Construct_UClass_USoundWave_NoRegister, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_USynthSamplePlayer_SetSoundWave_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USynthSamplePlayer_SetSoundWave_Statics::NewProp_InSoundWave, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_USynthSamplePlayer_SetSoundWave_Statics::PropPointers) < 2048); // ********** End Function SetSoundWave Property Definitions *************************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_USynthSamplePlayer_SetSoundWave_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_USynthSamplePlayer, nullptr, "SetSoundWave", Z_Construct_UFunction_USynthSamplePlayer_SetSoundWave_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_USynthSamplePlayer_SetSoundWave_Statics::PropPointers), sizeof(Z_Construct_UFunction_USynthSamplePlayer_SetSoundWave_Statics::SynthSamplePlayer_eventSetSoundWave_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_USynthSamplePlayer_SetSoundWave_Statics::Function_MetaDataParams), Z_Construct_UFunction_USynthSamplePlayer_SetSoundWave_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_USynthSamplePlayer_SetSoundWave_Statics::SynthSamplePlayer_eventSetSoundWave_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_USynthSamplePlayer_SetSoundWave() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_USynthSamplePlayer_SetSoundWave_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(USynthSamplePlayer::execSetSoundWave) { P_GET_OBJECT(USoundWave,Z_Param_InSoundWave); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetSoundWave(Z_Param_InSoundWave); P_NATIVE_END; } // ********** End Class USynthSamplePlayer Function SetSoundWave *********************************** // ********** Begin Class USynthSamplePlayer ******************************************************* FClassRegistrationInfo Z_Registration_Info_UClass_USynthSamplePlayer; UClass* USynthSamplePlayer::GetPrivateStaticClass() { using TClass = USynthSamplePlayer; if (!Z_Registration_Info_UClass_USynthSamplePlayer.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("SynthSamplePlayer"), Z_Registration_Info_UClass_USynthSamplePlayer.InnerSingleton, StaticRegisterNativesUSynthSamplePlayer, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_USynthSamplePlayer.InnerSingleton; } UClass* Z_Construct_UClass_USynthSamplePlayer_NoRegister() { return USynthSamplePlayer::GetPrivateStaticClass(); } struct Z_Construct_UClass_USynthSamplePlayer_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "BlueprintSpawnableComponent", "" }, { "ClassGroupNames", "Synth" }, { "HideCategories", "Object ActorComponent Physics Rendering Mobility LOD Trigger PhysicsVolume" }, { "IncludePath", "SynthComponents/SynthComponentWaveTable.h" }, { "ModuleRelativePath", "Classes/SynthComponents/SynthComponentWaveTable.h" }, { "ObjectInitializerConstructorDeclared", "" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SoundWave_MetaData[] = { { "Category", "Synth|Preset" }, { "ModuleRelativePath", "Classes/SynthComponents/SynthComponentWaveTable.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnSampleLoaded_MetaData[] = { { "Category", "Synth|Components|Audio" }, { "ModuleRelativePath", "Classes/SynthComponents/SynthComponentWaveTable.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnSamplePlaybackProgress_MetaData[] = { { "Category", "Synth|Components|Audio" }, { "ModuleRelativePath", "Classes/SynthComponents/SynthComponentWaveTable.h" }, }; #endif // WITH_METADATA // ********** Begin Class USynthSamplePlayer constinit property declarations *********************** static const UECodeGen_Private::FObjectPropertyParams NewProp_SoundWave; static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnSampleLoaded; static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnSamplePlaybackProgress; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class USynthSamplePlayer constinit property declarations ************************* static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = { { .NameUTF8 = UTF8TEXT("GetCurrentPlaybackProgressPercent"), .Pointer = &USynthSamplePlayer::execGetCurrentPlaybackProgressPercent }, { .NameUTF8 = UTF8TEXT("GetCurrentPlaybackProgressTime"), .Pointer = &USynthSamplePlayer::execGetCurrentPlaybackProgressTime }, { .NameUTF8 = UTF8TEXT("GetSampleDuration"), .Pointer = &USynthSamplePlayer::execGetSampleDuration }, { .NameUTF8 = UTF8TEXT("IsLoaded"), .Pointer = &USynthSamplePlayer::execIsLoaded }, { .NameUTF8 = UTF8TEXT("SeekToTime"), .Pointer = &USynthSamplePlayer::execSeekToTime }, { .NameUTF8 = UTF8TEXT("SetPitch"), .Pointer = &USynthSamplePlayer::execSetPitch }, { .NameUTF8 = UTF8TEXT("SetScrubMode"), .Pointer = &USynthSamplePlayer::execSetScrubMode }, { .NameUTF8 = UTF8TEXT("SetScrubTimeWidth"), .Pointer = &USynthSamplePlayer::execSetScrubTimeWidth }, { .NameUTF8 = UTF8TEXT("SetSoundWave"), .Pointer = &USynthSamplePlayer::execSetSoundWave }, }; static UObject* (*const DependentSingletons[])(); static constexpr FClassFunctionLinkInfo FuncInfo[] = { { &Z_Construct_UFunction_USynthSamplePlayer_GetCurrentPlaybackProgressPercent, "GetCurrentPlaybackProgressPercent" }, // 3906044464 { &Z_Construct_UFunction_USynthSamplePlayer_GetCurrentPlaybackProgressTime, "GetCurrentPlaybackProgressTime" }, // 3523978216 { &Z_Construct_UFunction_USynthSamplePlayer_GetSampleDuration, "GetSampleDuration" }, // 151911752 { &Z_Construct_UFunction_USynthSamplePlayer_IsLoaded, "IsLoaded" }, // 703557682 { &Z_Construct_UFunction_USynthSamplePlayer_SeekToTime, "SeekToTime" }, // 3140726365 { &Z_Construct_UFunction_USynthSamplePlayer_SetPitch, "SetPitch" }, // 284590424 { &Z_Construct_UFunction_USynthSamplePlayer_SetScrubMode, "SetScrubMode" }, // 1894591408 { &Z_Construct_UFunction_USynthSamplePlayer_SetScrubTimeWidth, "SetScrubTimeWidth" }, // 3986885217 { &Z_Construct_UFunction_USynthSamplePlayer_SetSoundWave, "SetSoundWave" }, // 1467802032 }; static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_USynthSamplePlayer_Statics // ********** Begin Class USynthSamplePlayer Property Definitions ********************************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_USynthSamplePlayer_Statics::NewProp_SoundWave = { "SoundWave", nullptr, (EPropertyFlags)0x0114000000000005, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USynthSamplePlayer, SoundWave), Z_Construct_UClass_USoundWave_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SoundWave_MetaData), NewProp_SoundWave_MetaData) }; const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_USynthSamplePlayer_Statics::NewProp_OnSampleLoaded = { "OnSampleLoaded", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USynthSamplePlayer, OnSampleLoaded), Z_Construct_UDelegateFunction_Synthesis_OnSampleLoaded__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnSampleLoaded_MetaData), NewProp_OnSampleLoaded_MetaData) }; // 1943377240 const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_USynthSamplePlayer_Statics::NewProp_OnSamplePlaybackProgress = { "OnSamplePlaybackProgress", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USynthSamplePlayer, OnSamplePlaybackProgress), Z_Construct_UDelegateFunction_Synthesis_OnSamplePlaybackProgress__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnSamplePlaybackProgress_MetaData), NewProp_OnSamplePlaybackProgress_MetaData) }; // 480675114 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_USynthSamplePlayer_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USynthSamplePlayer_Statics::NewProp_SoundWave, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USynthSamplePlayer_Statics::NewProp_OnSampleLoaded, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USynthSamplePlayer_Statics::NewProp_OnSamplePlaybackProgress, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USynthSamplePlayer_Statics::PropPointers) < 2048); // ********** End Class USynthSamplePlayer Property Definitions ************************************ UObject* (*const Z_Construct_UClass_USynthSamplePlayer_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_USynthComponent, (UObject* (*)())Z_Construct_UPackage__Script_Synthesis, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USynthSamplePlayer_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_USynthSamplePlayer_Statics::ClassParams = { &USynthSamplePlayer::StaticClass, "Engine", &StaticCppClassTypeInfo, DependentSingletons, FuncInfo, Z_Construct_UClass_USynthSamplePlayer_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), UE_ARRAY_COUNT(FuncInfo), UE_ARRAY_COUNT(Z_Construct_UClass_USynthSamplePlayer_Statics::PropPointers), 0, 0x00A800A4u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_USynthSamplePlayer_Statics::Class_MetaDataParams), Z_Construct_UClass_USynthSamplePlayer_Statics::Class_MetaDataParams) }; void USynthSamplePlayer::StaticRegisterNativesUSynthSamplePlayer() { UClass* Class = USynthSamplePlayer::StaticClass(); FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_USynthSamplePlayer_Statics::Funcs)); } UClass* Z_Construct_UClass_USynthSamplePlayer() { if (!Z_Registration_Info_UClass_USynthSamplePlayer.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_USynthSamplePlayer.OuterSingleton, Z_Construct_UClass_USynthSamplePlayer_Statics::ClassParams); } return Z_Registration_Info_UClass_USynthSamplePlayer.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, USynthSamplePlayer); // ********** End Class USynthSamplePlayer ********************************************************* // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Synthesis_Source_Synthesis_Classes_SynthComponents_SynthComponentWaveTable_h__Script_Synthesis_Statics { static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = { { ESamplePlayerSeekType_StaticEnum, TEXT("ESamplePlayerSeekType"), &Z_Registration_Info_UEnum_ESamplePlayerSeekType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 615754357U) }, }; static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_USynthSamplePlayer, USynthSamplePlayer::StaticClass, TEXT("USynthSamplePlayer"), &Z_Registration_Info_UClass_USynthSamplePlayer, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(USynthSamplePlayer), 3072352398U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Synthesis_Source_Synthesis_Classes_SynthComponents_SynthComponentWaveTable_h__Script_Synthesis_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Synthesis_Source_Synthesis_Classes_SynthComponents_SynthComponentWaveTable_h__Script_Synthesis_95357899{ TEXT("/Script/Synthesis"), Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Synthesis_Source_Synthesis_Classes_SynthComponents_SynthComponentWaveTable_h__Script_Synthesis_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Synthesis_Source_Synthesis_Classes_SynthComponents_SynthComponentWaveTable_h__Script_Synthesis_Statics::ClassInfo), nullptr, 0, Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Synthesis_Source_Synthesis_Classes_SynthComponents_SynthComponentWaveTable_h__Script_Synthesis_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Synthesis_Source_Synthesis_Classes_SynthComponents_SynthComponentWaveTable_h__Script_Synthesis_Statics::EnumInfo), }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS