// 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 "Generators/SoundWaveScrubber.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeSoundWaveScrubber() {} // ********** Begin Cross Module References ******************************************************** AUDIOMIXER_API UClass* Z_Construct_UClass_UScrubbedSound(); AUDIOMIXER_API UClass* Z_Construct_UClass_UScrubbedSound_NoRegister(); COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector2D(); ENGINE_API UClass* Z_Construct_UClass_USoundWave(); ENGINE_API UClass* Z_Construct_UClass_USoundWave_NoRegister(); UPackage* Z_Construct_UPackage__Script_AudioMixer(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UScrubbedSound Function GetPlayheadTime ********************************** struct Z_Construct_UFunction_UScrubbedSound_GetPlayheadTime_Statics { struct ScrubbedSound_eventGetPlayheadTime_Parms { float ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Scrubbing" }, { "Comment", "// Returns the current playhead time\n" }, { "ModuleRelativePath", "Classes/Generators/SoundWaveScrubber.h" }, { "ToolTip", "Returns the current playhead time" }, }; #endif // WITH_METADATA // ********** Begin Function GetPlayheadTime constinit property declarations *********************** static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function GetPlayheadTime constinit property declarations ************************* static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function GetPlayheadTime Property Definitions ********************************** const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UScrubbedSound_GetPlayheadTime_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ScrubbedSound_eventGetPlayheadTime_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UScrubbedSound_GetPlayheadTime_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UScrubbedSound_GetPlayheadTime_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UScrubbedSound_GetPlayheadTime_Statics::PropPointers) < 2048); // ********** End Function GetPlayheadTime Property Definitions ************************************ const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UScrubbedSound_GetPlayheadTime_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UScrubbedSound, nullptr, "GetPlayheadTime", Z_Construct_UFunction_UScrubbedSound_GetPlayheadTime_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UScrubbedSound_GetPlayheadTime_Statics::PropPointers), sizeof(Z_Construct_UFunction_UScrubbedSound_GetPlayheadTime_Statics::ScrubbedSound_eventGetPlayheadTime_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UScrubbedSound_GetPlayheadTime_Statics::Function_MetaDataParams), Z_Construct_UFunction_UScrubbedSound_GetPlayheadTime_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UScrubbedSound_GetPlayheadTime_Statics::ScrubbedSound_eventGetPlayheadTime_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UScrubbedSound_GetPlayheadTime() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UScrubbedSound_GetPlayheadTime_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UScrubbedSound::execGetPlayheadTime) { P_FINISH; P_NATIVE_BEGIN; *(float*)Z_Param__Result=P_THIS->GetPlayheadTime(); P_NATIVE_END; } // ********** End Class UScrubbedSound Function GetPlayheadTime ************************************ // ********** Begin Class UScrubbedSound Function SetGrainDurationRange **************************** struct Z_Construct_UFunction_UScrubbedSound_SetGrainDurationRange_Statics { struct ScrubbedSound_eventSetGrainDurationRange_Parms { FVector2D InGrainDurationRangeSeconds; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Scrubbing" }, { "Comment", "// Sets the scrub grain duration range.\n" }, { "ModuleRelativePath", "Classes/Generators/SoundWaveScrubber.h" }, { "ToolTip", "Sets the scrub grain duration range." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InGrainDurationRangeSeconds_MetaData[] = { { "NativeConst", "" }, }; #endif // WITH_METADATA // ********** Begin Function SetGrainDurationRange constinit property declarations ***************** static const UECodeGen_Private::FStructPropertyParams NewProp_InGrainDurationRangeSeconds; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetGrainDurationRange constinit property declarations ******************* static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetGrainDurationRange Property Definitions **************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UScrubbedSound_SetGrainDurationRange_Statics::NewProp_InGrainDurationRangeSeconds = { "InGrainDurationRangeSeconds", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ScrubbedSound_eventSetGrainDurationRange_Parms, InGrainDurationRangeSeconds), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InGrainDurationRangeSeconds_MetaData), NewProp_InGrainDurationRangeSeconds_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UScrubbedSound_SetGrainDurationRange_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UScrubbedSound_SetGrainDurationRange_Statics::NewProp_InGrainDurationRangeSeconds, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UScrubbedSound_SetGrainDurationRange_Statics::PropPointers) < 2048); // ********** End Function SetGrainDurationRange Property Definitions ****************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UScrubbedSound_SetGrainDurationRange_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UScrubbedSound, nullptr, "SetGrainDurationRange", Z_Construct_UFunction_UScrubbedSound_SetGrainDurationRange_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UScrubbedSound_SetGrainDurationRange_Statics::PropPointers), sizeof(Z_Construct_UFunction_UScrubbedSound_SetGrainDurationRange_Statics::ScrubbedSound_eventSetGrainDurationRange_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C20403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UScrubbedSound_SetGrainDurationRange_Statics::Function_MetaDataParams), Z_Construct_UFunction_UScrubbedSound_SetGrainDurationRange_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UScrubbedSound_SetGrainDurationRange_Statics::ScrubbedSound_eventSetGrainDurationRange_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UScrubbedSound_SetGrainDurationRange() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UScrubbedSound_SetGrainDurationRange_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UScrubbedSound::execSetGrainDurationRange) { P_GET_STRUCT_REF(FVector2D,Z_Param_Out_InGrainDurationRangeSeconds); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetGrainDurationRange(Z_Param_Out_InGrainDurationRangeSeconds); P_NATIVE_END; } // ********** End Class UScrubbedSound Function SetGrainDurationRange ****************************** // ********** Begin Class UScrubbedSound Function SetIsScrubbing *********************************** struct Z_Construct_UFunction_UScrubbedSound_SetIsScrubbing_Statics { struct ScrubbedSound_eventSetIsScrubbing_Parms { bool bInIsScrubbing; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Scrubbing" }, { "Comment", "// Sets if the scrubber is actively scrubbing or not\n" }, { "ModuleRelativePath", "Classes/Generators/SoundWaveScrubber.h" }, { "ToolTip", "Sets if the scrubber is actively scrubbing or not" }, }; #endif // WITH_METADATA // ********** Begin Function SetIsScrubbing constinit property declarations ************************ static void NewProp_bInIsScrubbing_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bInIsScrubbing; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetIsScrubbing constinit property declarations ************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetIsScrubbing Property Definitions *********************************** void Z_Construct_UFunction_UScrubbedSound_SetIsScrubbing_Statics::NewProp_bInIsScrubbing_SetBit(void* Obj) { ((ScrubbedSound_eventSetIsScrubbing_Parms*)Obj)->bInIsScrubbing = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UScrubbedSound_SetIsScrubbing_Statics::NewProp_bInIsScrubbing = { "bInIsScrubbing", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(ScrubbedSound_eventSetIsScrubbing_Parms), &Z_Construct_UFunction_UScrubbedSound_SetIsScrubbing_Statics::NewProp_bInIsScrubbing_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UScrubbedSound_SetIsScrubbing_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UScrubbedSound_SetIsScrubbing_Statics::NewProp_bInIsScrubbing, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UScrubbedSound_SetIsScrubbing_Statics::PropPointers) < 2048); // ********** End Function SetIsScrubbing Property Definitions ************************************* const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UScrubbedSound_SetIsScrubbing_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UScrubbedSound, nullptr, "SetIsScrubbing", Z_Construct_UFunction_UScrubbedSound_SetIsScrubbing_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UScrubbedSound_SetIsScrubbing_Statics::PropPointers), sizeof(Z_Construct_UFunction_UScrubbedSound_SetIsScrubbing_Statics::ScrubbedSound_eventSetIsScrubbing_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UScrubbedSound_SetIsScrubbing_Statics::Function_MetaDataParams), Z_Construct_UFunction_UScrubbedSound_SetIsScrubbing_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UScrubbedSound_SetIsScrubbing_Statics::ScrubbedSound_eventSetIsScrubbing_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UScrubbedSound_SetIsScrubbing() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UScrubbedSound_SetIsScrubbing_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UScrubbedSound::execSetIsScrubbing) { P_GET_UBOOL(Z_Param_bInIsScrubbing); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetIsScrubbing(Z_Param_bInIsScrubbing); P_NATIVE_END; } // ********** End Class UScrubbedSound Function SetIsScrubbing ************************************* // ********** Begin Class UScrubbedSound Function SetIsScrubbingWhileStationary ******************** struct Z_Construct_UFunction_UScrubbedSound_SetIsScrubbingWhileStationary_Statics { struct ScrubbedSound_eventSetIsScrubbingWhileStationary_Parms { bool bInScrubWhileStationary; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Scrubbing" }, { "Comment", "// Sets if the scrubber should scrub while playhead is stationary (after it hits it's target playhead)\n" }, { "ModuleRelativePath", "Classes/Generators/SoundWaveScrubber.h" }, { "ToolTip", "Sets if the scrubber should scrub while playhead is stationary (after it hits it's target playhead)" }, }; #endif // WITH_METADATA // ********** Begin Function SetIsScrubbingWhileStationary constinit property declarations ********* static void NewProp_bInScrubWhileStationary_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bInScrubWhileStationary; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetIsScrubbingWhileStationary constinit property declarations *********** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetIsScrubbingWhileStationary Property Definitions ******************** void Z_Construct_UFunction_UScrubbedSound_SetIsScrubbingWhileStationary_Statics::NewProp_bInScrubWhileStationary_SetBit(void* Obj) { ((ScrubbedSound_eventSetIsScrubbingWhileStationary_Parms*)Obj)->bInScrubWhileStationary = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UScrubbedSound_SetIsScrubbingWhileStationary_Statics::NewProp_bInScrubWhileStationary = { "bInScrubWhileStationary", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(ScrubbedSound_eventSetIsScrubbingWhileStationary_Parms), &Z_Construct_UFunction_UScrubbedSound_SetIsScrubbingWhileStationary_Statics::NewProp_bInScrubWhileStationary_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UScrubbedSound_SetIsScrubbingWhileStationary_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UScrubbedSound_SetIsScrubbingWhileStationary_Statics::NewProp_bInScrubWhileStationary, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UScrubbedSound_SetIsScrubbingWhileStationary_Statics::PropPointers) < 2048); // ********** End Function SetIsScrubbingWhileStationary Property Definitions ********************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UScrubbedSound_SetIsScrubbingWhileStationary_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UScrubbedSound, nullptr, "SetIsScrubbingWhileStationary", Z_Construct_UFunction_UScrubbedSound_SetIsScrubbingWhileStationary_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UScrubbedSound_SetIsScrubbingWhileStationary_Statics::PropPointers), sizeof(Z_Construct_UFunction_UScrubbedSound_SetIsScrubbingWhileStationary_Statics::ScrubbedSound_eventSetIsScrubbingWhileStationary_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UScrubbedSound_SetIsScrubbingWhileStationary_Statics::Function_MetaDataParams), Z_Construct_UFunction_UScrubbedSound_SetIsScrubbingWhileStationary_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UScrubbedSound_SetIsScrubbingWhileStationary_Statics::ScrubbedSound_eventSetIsScrubbingWhileStationary_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UScrubbedSound_SetIsScrubbingWhileStationary() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UScrubbedSound_SetIsScrubbingWhileStationary_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UScrubbedSound::execSetIsScrubbingWhileStationary) { P_GET_UBOOL(Z_Param_bInScrubWhileStationary); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetIsScrubbingWhileStationary(Z_Param_bInScrubWhileStationary); P_NATIVE_END; } // ********** End Class UScrubbedSound Function SetIsScrubbingWhileStationary ********************** // ********** Begin Class UScrubbedSound Function SetPlayheadTime ********************************** struct Z_Construct_UFunction_UScrubbedSound_SetPlayheadTime_Statics { struct ScrubbedSound_eventSetPlayheadTime_Parms { float InPlayheadTimeSeconds; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Scrubbing" }, { "Comment", "// Sets the scrub time in seconds\n" }, { "ModuleRelativePath", "Classes/Generators/SoundWaveScrubber.h" }, { "ToolTip", "Sets the scrub time in seconds" }, }; #endif // WITH_METADATA // ********** Begin Function SetPlayheadTime constinit property declarations *********************** static const UECodeGen_Private::FFloatPropertyParams NewProp_InPlayheadTimeSeconds; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetPlayheadTime constinit property declarations ************************* static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetPlayheadTime Property Definitions ********************************** const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UScrubbedSound_SetPlayheadTime_Statics::NewProp_InPlayheadTimeSeconds = { "InPlayheadTimeSeconds", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ScrubbedSound_eventSetPlayheadTime_Parms, InPlayheadTimeSeconds), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UScrubbedSound_SetPlayheadTime_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UScrubbedSound_SetPlayheadTime_Statics::NewProp_InPlayheadTimeSeconds, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UScrubbedSound_SetPlayheadTime_Statics::PropPointers) < 2048); // ********** End Function SetPlayheadTime Property Definitions ************************************ const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UScrubbedSound_SetPlayheadTime_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UScrubbedSound, nullptr, "SetPlayheadTime", Z_Construct_UFunction_UScrubbedSound_SetPlayheadTime_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UScrubbedSound_SetPlayheadTime_Statics::PropPointers), sizeof(Z_Construct_UFunction_UScrubbedSound_SetPlayheadTime_Statics::ScrubbedSound_eventSetPlayheadTime_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UScrubbedSound_SetPlayheadTime_Statics::Function_MetaDataParams), Z_Construct_UFunction_UScrubbedSound_SetPlayheadTime_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UScrubbedSound_SetPlayheadTime_Statics::ScrubbedSound_eventSetPlayheadTime_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UScrubbedSound_SetPlayheadTime() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UScrubbedSound_SetPlayheadTime_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UScrubbedSound::execSetPlayheadTime) { P_GET_PROPERTY(FFloatProperty,Z_Param_InPlayheadTimeSeconds); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetPlayheadTime(Z_Param_InPlayheadTimeSeconds); P_NATIVE_END; } // ********** End Class UScrubbedSound Function SetPlayheadTime ************************************ // ********** Begin Class UScrubbedSound Function SetSoundWave ************************************* struct Z_Construct_UFunction_UScrubbedSound_SetSoundWave_Statics { struct ScrubbedSound_eventSetSoundWave_Parms { USoundWave* InSoundWave; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Scrubbing" }, { "Comment", "// Sets the sound wave to scrub\n" }, { "ModuleRelativePath", "Classes/Generators/SoundWaveScrubber.h" }, { "ToolTip", "Sets the sound wave to scrub" }, }; #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_UScrubbedSound_SetSoundWave_Statics::NewProp_InSoundWave = { "InSoundWave", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ScrubbedSound_eventSetSoundWave_Parms, InSoundWave), Z_Construct_UClass_USoundWave_NoRegister, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UScrubbedSound_SetSoundWave_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UScrubbedSound_SetSoundWave_Statics::NewProp_InSoundWave, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UScrubbedSound_SetSoundWave_Statics::PropPointers) < 2048); // ********** End Function SetSoundWave Property Definitions *************************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UScrubbedSound_SetSoundWave_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UScrubbedSound, nullptr, "SetSoundWave", Z_Construct_UFunction_UScrubbedSound_SetSoundWave_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UScrubbedSound_SetSoundWave_Statics::PropPointers), sizeof(Z_Construct_UFunction_UScrubbedSound_SetSoundWave_Statics::ScrubbedSound_eventSetSoundWave_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UScrubbedSound_SetSoundWave_Statics::Function_MetaDataParams), Z_Construct_UFunction_UScrubbedSound_SetSoundWave_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UScrubbedSound_SetSoundWave_Statics::ScrubbedSound_eventSetSoundWave_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UScrubbedSound_SetSoundWave() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UScrubbedSound_SetSoundWave_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UScrubbedSound::execSetSoundWave) { P_GET_OBJECT(USoundWave,Z_Param_InSoundWave); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetSoundWave(Z_Param_InSoundWave); P_NATIVE_END; } // ********** End Class UScrubbedSound Function SetSoundWave *************************************** // ********** Begin Class UScrubbedSound *********************************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UScrubbedSound; UClass* UScrubbedSound::GetPrivateStaticClass() { using TClass = UScrubbedSound; if (!Z_Registration_Info_UClass_UScrubbedSound.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("ScrubbedSound"), Z_Registration_Info_UClass_UScrubbedSound.InnerSingleton, StaticRegisterNativesUScrubbedSound, 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_UScrubbedSound.InnerSingleton; } UClass* Z_Construct_UClass_UScrubbedSound_NoRegister() { return UScrubbedSound::GetPrivateStaticClass(); } struct Z_Construct_UClass_UScrubbedSound_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "HideCategories", "Object Object" }, { "IncludePath", "Generators/SoundWaveScrubber.h" }, { "ModuleRelativePath", "Classes/Generators/SoundWaveScrubber.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SoundWaveToScrub_MetaData[] = { { "ModuleRelativePath", "Classes/Generators/SoundWaveScrubber.h" }, }; #endif // WITH_METADATA // ********** Begin Class UScrubbedSound constinit property declarations *************************** static const UECodeGen_Private::FObjectPropertyParams NewProp_SoundWaveToScrub; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UScrubbedSound constinit property declarations ***************************** static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = { { .NameUTF8 = UTF8TEXT("GetPlayheadTime"), .Pointer = &UScrubbedSound::execGetPlayheadTime }, { .NameUTF8 = UTF8TEXT("SetGrainDurationRange"), .Pointer = &UScrubbedSound::execSetGrainDurationRange }, { .NameUTF8 = UTF8TEXT("SetIsScrubbing"), .Pointer = &UScrubbedSound::execSetIsScrubbing }, { .NameUTF8 = UTF8TEXT("SetIsScrubbingWhileStationary"), .Pointer = &UScrubbedSound::execSetIsScrubbingWhileStationary }, { .NameUTF8 = UTF8TEXT("SetPlayheadTime"), .Pointer = &UScrubbedSound::execSetPlayheadTime }, { .NameUTF8 = UTF8TEXT("SetSoundWave"), .Pointer = &UScrubbedSound::execSetSoundWave }, }; static UObject* (*const DependentSingletons[])(); static constexpr FClassFunctionLinkInfo FuncInfo[] = { { &Z_Construct_UFunction_UScrubbedSound_GetPlayheadTime, "GetPlayheadTime" }, // 1358433897 { &Z_Construct_UFunction_UScrubbedSound_SetGrainDurationRange, "SetGrainDurationRange" }, // 2691487771 { &Z_Construct_UFunction_UScrubbedSound_SetIsScrubbing, "SetIsScrubbing" }, // 2552034011 { &Z_Construct_UFunction_UScrubbedSound_SetIsScrubbingWhileStationary, "SetIsScrubbingWhileStationary" }, // 3607455520 { &Z_Construct_UFunction_UScrubbedSound_SetPlayheadTime, "SetPlayheadTime" }, // 3687805588 { &Z_Construct_UFunction_UScrubbedSound_SetSoundWave, "SetSoundWave" }, // 3970757821 }; static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UScrubbedSound_Statics // ********** Begin Class UScrubbedSound Property Definitions ************************************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UScrubbedSound_Statics::NewProp_SoundWaveToScrub = { "SoundWaveToScrub", nullptr, (EPropertyFlags)0x0144000000002000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UScrubbedSound, SoundWaveToScrub), Z_Construct_UClass_USoundWave_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SoundWaveToScrub_MetaData), NewProp_SoundWaveToScrub_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UScrubbedSound_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UScrubbedSound_Statics::NewProp_SoundWaveToScrub, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UScrubbedSound_Statics::PropPointers) < 2048); // ********** End Class UScrubbedSound Property Definitions **************************************** UObject* (*const Z_Construct_UClass_UScrubbedSound_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_USoundWave, (UObject* (*)())Z_Construct_UPackage__Script_AudioMixer, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UScrubbedSound_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UScrubbedSound_Statics::ClassParams = { &UScrubbedSound::StaticClass, "Engine", &StaticCppClassTypeInfo, DependentSingletons, FuncInfo, Z_Construct_UClass_UScrubbedSound_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), UE_ARRAY_COUNT(FuncInfo), UE_ARRAY_COUNT(Z_Construct_UClass_UScrubbedSound_Statics::PropPointers), 0, 0x008810A4u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UScrubbedSound_Statics::Class_MetaDataParams), Z_Construct_UClass_UScrubbedSound_Statics::Class_MetaDataParams) }; void UScrubbedSound::StaticRegisterNativesUScrubbedSound() { UClass* Class = UScrubbedSound::StaticClass(); FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UScrubbedSound_Statics::Funcs)); } UClass* Z_Construct_UClass_UScrubbedSound() { if (!Z_Registration_Info_UClass_UScrubbedSound.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UScrubbedSound.OuterSingleton, Z_Construct_UClass_UScrubbedSound_Statics::ClassParams); } return Z_Registration_Info_UClass_UScrubbedSound.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UScrubbedSound); UScrubbedSound::~UScrubbedSound() {} // ********** End Class UScrubbedSound ************************************************************* // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioMixer_Classes_Generators_SoundWaveScrubber_h__Script_AudioMixer_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UScrubbedSound, UScrubbedSound::StaticClass, TEXT("UScrubbedSound"), &Z_Registration_Info_UClass_UScrubbedSound, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UScrubbedSound), 838117405U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioMixer_Classes_Generators_SoundWaveScrubber_h__Script_AudioMixer_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioMixer_Classes_Generators_SoundWaveScrubber_h__Script_AudioMixer_3139101113{ TEXT("/Script/AudioMixer"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioMixer_Classes_Generators_SoundWaveScrubber_h__Script_AudioMixer_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioMixer_Classes_Generators_SoundWaveScrubber_h__Script_AudioMixer_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS