#pragma once /* * SDK generated by Dumper-7 * * https://github.com/Encryqed/Dumper-7 */ // Package: AudioMixer #include "Basic.hpp" #include "Engine_structs.hpp" #include "Engine_classes.hpp" #include "AudioMixer_structs.hpp" #include "CoreUObject_classes.hpp" namespace SDK { // Class AudioMixer.AudioBusSubsystem // 0x00D8 (0x0108 - 0x0030) class UAudioBusSubsystem final : public UAudioEngineSubsystem { public: uint8 Pad_30[0xD8]; // 0x0030(0x00D8)(Fixing Struct Size After Last Property [ Dumper-7 ]) public: static class UClass* StaticClass() { STATIC_CLASS_IMPL("AudioBusSubsystem") } static const class FName& StaticName() { STATIC_NAME_IMPL(L"AudioBusSubsystem") } static class UAudioBusSubsystem* GetDefaultObj() { return GetDefaultObjImpl(); } }; DUMPER7_ASSERTS_UAudioBusSubsystem; // Class AudioMixer.AudioDeviceNotificationSubsystem // 0x00F8 (0x0128 - 0x0030) class UAudioDeviceNotificationSubsystem final : public UEngineSubsystem { public: uint8 Pad_30[0x8]; // 0x0030(0x0008)(Fixing Size After Last Property [ Dumper-7 ]) TMulticastInlineDelegate DefaultCaptureDeviceChanged; // 0x0038(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) uint8 Pad_48[0x18]; // 0x0048(0x0018)(Fixing Size After Last Property [ Dumper-7 ]) TMulticastInlineDelegate DefaultRenderDeviceChanged; // 0x0060(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) uint8 Pad_70[0x18]; // 0x0070(0x0018)(Fixing Size After Last Property [ Dumper-7 ]) TMulticastInlineDelegate DeviceAdded; // 0x0088(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) uint8 Pad_98[0x18]; // 0x0098(0x0018)(Fixing Size After Last Property [ Dumper-7 ]) TMulticastInlineDelegate DeviceRemoved; // 0x00B0(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) uint8 Pad_C0[0x18]; // 0x00C0(0x0018)(Fixing Size After Last Property [ Dumper-7 ]) TMulticastInlineDelegate DeviceStateChanged; // 0x00D8(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) uint8 Pad_E8[0x18]; // 0x00E8(0x0018)(Fixing Size After Last Property [ Dumper-7 ]) TMulticastInlineDelegate DeviceSwitched; // 0x0100(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) uint8 Pad_110[0x18]; // 0x0110(0x0018)(Fixing Struct Size After Last Property [ Dumper-7 ]) public: static class UClass* StaticClass() { STATIC_CLASS_IMPL("AudioDeviceNotificationSubsystem") } static const class FName& StaticName() { STATIC_NAME_IMPL(L"AudioDeviceNotificationSubsystem") } static class UAudioDeviceNotificationSubsystem* GetDefaultObj() { return GetDefaultObjImpl(); } }; DUMPER7_ASSERTS_UAudioDeviceNotificationSubsystem; // Class AudioMixer.SubmixEffectDynamicsProcessorPreset // 0x00E8 (0x0150 - 0x0068) class USubmixEffectDynamicsProcessorPreset final : public USoundEffectSubmixPreset { public: uint8 Pad_68[0x88]; // 0x0068(0x0088)(Fixing Size After Last Property [ Dumper-7 ]) struct FSubmixEffectDynamicsProcessorSettings Settings; // 0x00F0(0x0060)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) public: void ResetKey(); void SetAudioBus(class UAudioBus* AudioBus); void SetExternalSubmix(class USoundSubmix* Submix); void SetSettings(const struct FSubmixEffectDynamicsProcessorSettings& Settings_0); public: static class UClass* StaticClass() { STATIC_CLASS_IMPL("SubmixEffectDynamicsProcessorPreset") } static const class FName& StaticName() { STATIC_NAME_IMPL(L"SubmixEffectDynamicsProcessorPreset") } static class USubmixEffectDynamicsProcessorPreset* GetDefaultObj() { return GetDefaultObjImpl(); } }; DUMPER7_ASSERTS_USubmixEffectDynamicsProcessorPreset; // Class AudioMixer.AudioMixerBlueprintLibrary // 0x0000 (0x0028 - 0x0028) class UAudioMixerBlueprintLibrary final : public UBlueprintFunctionLibrary { public: static void AddMasterSubmixEffect(const class UObject* WorldContextObject, class USoundEffectSubmixPreset* SubmixEffectPreset); static void AddSourceEffectToPresetChain(const class UObject* WorldContextObject, class USoundEffectSourcePresetChain* PresetChain, const struct FSourceEffectChainEntry& Entry); static int32 AddSubmixEffect(const class UObject* WorldContextObject, class USoundSubmix* SoundSubmix, class USoundEffectSubmixPreset* SubmixEffectPreset); static void ClearMasterSubmixEffects(const class UObject* WorldContextObject); static void ClearSubmixEffectChainOverride(const class UObject* WorldContextObject, class USoundSubmix* SoundSubmix, float FadeTimeSec); static void ClearSubmixEffects(const class UObject* WorldContextObject, class USoundSubmix* SoundSubmix); static class FString Conv_AudioOutputDeviceInfoToString(const struct FAudioOutputDeviceInfo& Info); static void GetAvailableAudioOutputDevices(const class UObject* WorldContextObject, const TDelegate& AvailableDevices)>& OnObtainDevicesEvent); static void GetCurrentAudioOutputDeviceName(const class UObject* WorldContextObject, const TDelegate& OnObtainCurrentDeviceEvent); static void GetMagnitudeForFrequencies(const class UObject* WorldContextObject, const TArray& Frequencies, TArray* Magnitudes, class USoundSubmix* SubmixToAnalyze); static int32 GetNumberOfEntriesInSourceEffectChain(const class UObject* WorldContextObject, class USoundEffectSourcePresetChain* PresetChain); static void GetPhaseForFrequencies(const class UObject* WorldContextObject, const TArray& Frequencies, TArray* Phases, class USoundSubmix* SubmixToAnalyze); static bool IsAudioBusActive(const class UObject* WorldContextObject, class UAudioBus* AudioBus); static TArray MakeFullSpectrumSpectralAnalysisBandSettings(int32 InNumBands, float InMinimumFrequency, float InMaximumFrequency, int32 InAttackTimeMsec, int32 InReleaseTimeMsec); static TArray MakeMusicalSpectralAnalysisBandSettings(int32 InNumSemitones, EMusicalNoteName InStartingMusicalNote, int32 InStartingOctave, int32 InAttackTimeMsec, int32 InReleaseTimeMsec); static TArray MakePresetSpectralAnalysisBandSettings(EAudioSpectrumBandPresetType InBandPresetType, int32 InNumBands, int32 InAttackTimeMsec, int32 InReleaseTimeMsec); static void PauseRecordingOutput(const class UObject* WorldContextObject, class USoundSubmix* SubmixToPause); static void PrimeSoundCueForPlayback(class USoundCue* SoundCue); static void PrimeSoundForPlayback(class USoundWave* SoundWave, const TDelegate OnLoadCompletion); static void RegisterAudioBusToSubmix(const class UObject* WorldContextObject, class USoundSubmix* SoundSubmix, class UAudioBus* AudioBus); static void RemoveMasterSubmixEffect(const class UObject* WorldContextObject, class USoundEffectSubmixPreset* SubmixEffectPreset); static void RemoveSourceEffectFromPresetChain(const class UObject* WorldContextObject, class USoundEffectSourcePresetChain* PresetChain, int32 EntryIndex); static void RemoveSubmixEffect(const class UObject* WorldContextObject, class USoundSubmix* SoundSubmix, class USoundEffectSubmixPreset* SubmixEffectPreset); static void RemoveSubmixEffectAtIndex(const class UObject* WorldContextObject, class USoundSubmix* SoundSubmix, int32 SubmixChainIndex); static void RemoveSubmixEffectPreset(const class UObject* WorldContextObject, class USoundSubmix* SoundSubmix, class USoundEffectSubmixPreset* SubmixEffectPreset); static void RemoveSubmixEffectPresetAtIndex(const class UObject* WorldContextObject, class USoundSubmix* SoundSubmix, int32 SubmixChainIndex); static void ReplaceSoundEffectSubmix(const class UObject* WorldContextObject, class USoundSubmix* InSoundSubmix, int32 SubmixChainIndex, class USoundEffectSubmixPreset* SubmixEffectPreset); static void ReplaceSubmixEffect(const class UObject* WorldContextObject, class USoundSubmix* InSoundSubmix, int32 SubmixChainIndex, class USoundEffectSubmixPreset* SubmixEffectPreset); static void ResumeRecordingOutput(const class UObject* WorldContextObject, class USoundSubmix* SubmixToPause); static void SetBypassSourceEffectChainEntry(const class UObject* WorldContextObject, class USoundEffectSourcePresetChain* PresetChain, int32 EntryIndex, bool bBypassed); static void SetSubmixEffectChainOverride(const class UObject* WorldContextObject, class USoundSubmix* SoundSubmix, const TArray& SubmixEffectPresetChain, float FadeTimeSec); static void StartAnalyzingOutput(const class UObject* WorldContextObject, class USoundSubmix* SubmixToAnalyze, EFFTSize FFTSize, EFFTPeakInterpolationMethod InterpolationMethod, EFFTWindowType WindowType, float HopSize, EAudioSpectrumType SpectrumType); static void StartAudioBus(const class UObject* WorldContextObject, class UAudioBus* AudioBus); static void StartRecordingOutput(const class UObject* WorldContextObject, float ExpectedDuration, class USoundSubmix* SubmixToRecord); static void StopAnalyzingOutput(const class UObject* WorldContextObject, class USoundSubmix* SubmixToStopAnalyzing); static void StopAudioBus(const class UObject* WorldContextObject, class UAudioBus* AudioBus); static class USoundWave* StopRecordingOutput(const class UObject* WorldContextObject, EAudioRecordingExportType ExportType, const class FString& Name_0, const class FString& Path, class USoundSubmix* SubmixToRecord, class USoundWave* ExistingSoundWaveToOverwrite); static void SwapAudioOutputDevice(const class UObject* WorldContextObject, const class FString& NewDeviceId, const TDelegate& OnCompletedDeviceSwap); static float TrimAudioCache(float InMegabytesToFree); static void UnregisterAudioBusFromSubmix(const class UObject* WorldContextObject, class USoundSubmix* SoundSubmix, class UAudioBus* AudioBus); public: static class UClass* StaticClass() { STATIC_CLASS_IMPL("AudioMixerBlueprintLibrary") } static const class FName& StaticName() { STATIC_NAME_IMPL(L"AudioMixerBlueprintLibrary") } static class UAudioMixerBlueprintLibrary* GetDefaultObj() { return GetDefaultObjImpl(); } }; DUMPER7_ASSERTS_UAudioMixerBlueprintLibrary; // Class AudioMixer.SynthSound // 0x0020 (0x0480 - 0x0460) class USynthSound final : public USoundWaveProcedural { public: TWeakObjectPtr OwningSynthComponent; // 0x0460(0x0008)(ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, Protected, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierProtected) uint8 Pad_468[0x18]; // 0x0468(0x0018)(Fixing Struct Size After Last Property [ Dumper-7 ]) public: static class UClass* StaticClass() { STATIC_CLASS_IMPL("SynthSound") } static const class FName& StaticName() { STATIC_NAME_IMPL(L"SynthSound") } static class USynthSound* GetDefaultObj() { return GetDefaultObjImpl(); } }; DUMPER7_ASSERTS_USynthSound; // Class AudioMixer.SynthComponent // 0x0660 (0x08B0 - 0x0250) class USynthComponent : public USceneComponent { public: uint8 bAutoDestroy : 1; // 0x0250(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) uint8 bStopWhenOwnerDestroyed : 1; // 0x0250(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) uint8 bAllowSpatialization : 1; // 0x0250(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) uint8 bOverrideAttenuation : 1; // 0x0250(0x0001)(BitIndex: 0x03, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) uint8 BitPad_250_4 : 4; // 0x0250(0x0001)(Fixing Bit-Field Size For New Byte [ Dumper-7 ]) uint8 Pad_251[0x3]; // 0x0251(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) uint8 bEnableBusSends : 1; // 0x0254(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) uint8 bEnableBaseSubmix : 1; // 0x0254(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) uint8 bEnableSubmixSends : 1; // 0x0254(0x0001)(BitIndex: 0x02, PropSize: 0x0001 (Edit, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) uint8 Pad_255[0x3]; // 0x0255(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) class USoundAttenuation* AttenuationSettings; // 0x0258(0x0008)(Edit, BlueprintVisible, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic, TObjectPtr) struct FSoundAttenuationSettings AttenuationOverrides; // 0x0260(0x03D0)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) class USoundConcurrency* ConcurrencySettings; // 0x0630(0x0008)(ZeroConstructor, Deprecated, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic, TObjectPtr) TSet ConcurrencySet; // 0x0638(0x0050)(Edit, BlueprintVisible, ZeroConstructor, UObjectWrapper, NativeAccessSpecifierPublic, TObjectPtr) struct FSoundModulationDefaultRoutingSettings ModulationRouting; // 0x0688(0x0168)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) class USoundClass* SoundClass; // 0x07F0(0x0008)(Edit, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic, TObjectPtr) class USoundEffectSourcePresetChain* SourceEffectChain; // 0x07F8(0x0008)(Edit, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic, TObjectPtr) class USoundSubmixBase* SoundSubmix; // 0x0800(0x0008)(Edit, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic, TObjectPtr) TArray SoundSubmixSends; // 0x0808(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) TArray BusSends; // 0x0818(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) TArray PreEffectBusSends; // 0x0828(0x0010)(Edit, BlueprintVisible, ZeroConstructor, NativeAccessSpecifierPublic) uint8 bIsUISound : 1; // 0x0838(0x0001)(BitIndex: 0x00, PropSize: 0x0001 (Edit, BlueprintVisible, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) uint8 bIsPreviewSound : 1; // 0x0838(0x0001)(BitIndex: 0x01, PropSize: 0x0001 (NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)) uint8 Pad_839[0x3]; // 0x0839(0x0003)(Fixing Size After Last Property [ Dumper-7 ]) int32 EnvelopeFollowerAttackTime; // 0x083C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) int32 EnvelopeFollowerReleaseTime; // 0x0840(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic) uint8 Pad_844[0x4]; // 0x0844(0x0004)(Fixing Size After Last Property [ Dumper-7 ]) TMulticastInlineDelegate OnAudioEnvelopeValue; // 0x0848(0x0010)(ZeroConstructor, InstancedReference, BlueprintAssignable, NativeAccessSpecifierPublic) uint8 Pad_858[0x20]; // 0x0858(0x0020)(Fixing Size After Last Property [ Dumper-7 ]) class USynthSound* Synth; // 0x0878(0x0008)(ZeroConstructor, Transient, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate, TObjectPtr) class UAudioComponent* AudioComponent; // 0x0880(0x0008)(ExportObject, ZeroConstructor, Transient, InstancedReference, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate, TObjectPtr) uint8 Pad_888[0x28]; // 0x0888(0x0028)(Fixing Struct Size After Last Property [ Dumper-7 ]) public: TSet GetModulators(const EModulationDestination Destination); void SetAudioBusSendPostEffect(class UAudioBus* AudioBus, float AudioBusSendLevel); void SetAudioBusSendPreEffect(class UAudioBus* AudioBus, float AudioBusSendLevel); void SetLowPassFilterEnabled(bool InLowPassFilterEnabled); void SetLowPassFilterFrequency(float InLowPassFilterFrequency); void SetModulationRouting(const TSet& Modulators, const EModulationDestination Destination, const EModulationRouting RoutingMethod); void SetOutputToBusOnly(bool bInOutputToBusOnly); void SetSourceBusSendPostEffect(class USoundSourceBus* SoundSourceBus, float SourceBusSendLevel); void SetSourceBusSendPreEffect(class USoundSourceBus* SoundSourceBus, float SourceBusSendLevel); void SetSubmixSend(class USoundSubmixBase* Submix, float SendLevel); void SetVolumeMultiplier(float VolumeMultiplier); void Start(); void stop(); void AdjustVolume(float AdjustVolumeDuration, float AdjustVolumeLevel, const EAudioFaderCurve FadeCurve) const; void FadeIn(float FadeInDuration, float FadeVolumeLevel, float StartTime, const EAudioFaderCurve FadeCurve) const; void FadeOut(float FadeOutDuration, float FadeVolumeLevel, const EAudioFaderCurve FadeCurve) const; bool IsPlaying() const; public: static class UClass* StaticClass() { STATIC_CLASS_IMPL("SynthComponent") } static const class FName& StaticName() { STATIC_NAME_IMPL(L"SynthComponent") } static class USynthComponent* GetDefaultObj() { return GetDefaultObjImpl(); } }; DUMPER7_ASSERTS_USynthComponent; // Class AudioMixer.SubmixEffectSubmixEQPreset // 0x0048 (0x00B0 - 0x0068) class USubmixEffectSubmixEQPreset final : public USoundEffectSubmixPreset { public: uint8 Pad_68[0x38]; // 0x0068(0x0038)(Fixing Size After Last Property [ Dumper-7 ]) struct FSubmixEffectSubmixEQSettings Settings; // 0x00A0(0x0010)(Edit, BlueprintVisible, NativeAccessSpecifierPublic) public: void SetSettings(const struct FSubmixEffectSubmixEQSettings& InSettings); public: static class UClass* StaticClass() { STATIC_CLASS_IMPL("SubmixEffectSubmixEQPreset") } static const class FName& StaticName() { STATIC_NAME_IMPL(L"SubmixEffectSubmixEQPreset") } static class USubmixEffectSubmixEQPreset* GetDefaultObj() { return GetDefaultObjImpl(); } }; DUMPER7_ASSERTS_USubmixEffectSubmixEQPreset; // Class AudioMixer.SubmixEffectReverbPreset // 0x00A8 (0x0110 - 0x0068) class USubmixEffectReverbPreset final : public USoundEffectSubmixPreset { public: uint8 Pad_68[0x68]; // 0x0068(0x0068)(Fixing Size After Last Property [ Dumper-7 ]) struct FSubmixEffectReverbSettings Settings; // 0x00D0(0x0040)(Edit, BlueprintVisible, NoDestructor, NativeAccessSpecifierPublic) public: void SetSettings(const struct FSubmixEffectReverbSettings& InSettings); void SetSettingsWithReverbEffect(const class UReverbEffect* InReverbEffect, const float WetLevel, const float DryLevel); public: static class UClass* StaticClass() { STATIC_CLASS_IMPL("SubmixEffectReverbPreset") } static const class FName& StaticName() { STATIC_NAME_IMPL(L"SubmixEffectReverbPreset") } static class USubmixEffectReverbPreset* GetDefaultObj() { return GetDefaultObjImpl(); } }; DUMPER7_ASSERTS_USubmixEffectReverbPreset; // Class AudioMixer.AudioGenerator // 0x0080 (0x00A8 - 0x0028) class UAudioGenerator : public UObject { public: uint8 Pad_28[0x80]; // 0x0028(0x0080)(Fixing Struct Size After Last Property [ Dumper-7 ]) public: static class UClass* StaticClass() { STATIC_CLASS_IMPL("AudioGenerator") } static const class FName& StaticName() { STATIC_NAME_IMPL(L"AudioGenerator") } static class UAudioGenerator* GetDefaultObj() { return GetDefaultObjImpl(); } }; DUMPER7_ASSERTS_UAudioGenerator; // Class AudioMixer.ScrubbedSound // 0x0038 (0x0440 - 0x0408) class UScrubbedSound final : public USoundWave { public: uint8 Pad_408[0x30]; // 0x0408(0x0030)(Fixing Size After Last Property [ Dumper-7 ]) class USoundWave* SoundWaveToScrub; // 0x0438(0x0008)(ZeroConstructor, Transient, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate, TObjectPtr) public: void SetGrainDurationRange(const struct FVector2D& InGrainDurationRangeSeconds); void SetIsScrubbing(bool bInIsScrubbing); void SetIsScrubbingWhileStationary(bool bInScrubWhileStationary); void SetPlayheadTime(float InPlayheadTimeSeconds); void SetSoundWave(class USoundWave* InSoundWave); float GetPlayheadTime() const; public: static class UClass* StaticClass() { STATIC_CLASS_IMPL("ScrubbedSound") } static const class FName& StaticName() { STATIC_NAME_IMPL(L"ScrubbedSound") } static class UScrubbedSound* GetDefaultObj() { return GetDefaultObjImpl(); } }; DUMPER7_ASSERTS_UScrubbedSound; // Class AudioMixer.QuartzClockHandle // 0x01E0 (0x0208 - 0x0028) class UQuartzClockHandle final : public UObject { public: uint8 Pad_28[0x1E0]; // 0x0028(0x01E0)(Fixing Struct Size After Last Property [ Dumper-7 ]) public: float GetBeatProgressPercent(EQuartzCommandQuantization QuantizationBoundary, float PhaseOffset, float MsOffset); struct FQuartzTransportTimeStamp GetCurrentTimestamp(const class UObject* WorldContextObject); float GetDurationOfQuantizationTypeInSeconds(const class UObject* WorldContextObject, const EQuartzCommandQuantization& QuantizationType, float Multiplier); float GetEstimatedRunTime(const class UObject* WorldContextObject); bool IsClockRunning(const class UObject* WorldContextObject); void NotifyOnQuantizationBoundary(const class UObject* WorldContextObject, const struct FQuartzQuantizationBoundary& InQuantizationBoundary, const TDelegate& InDelegate, float InMsOffset); void PauseClock(const class UObject* WorldContextObject, class UQuartzClockHandle** ClockHandle); void ResetTransport(const class UObject* WorldContextObject, const TDelegate& InDelegate); void ResetTransportQuantized(const class UObject* WorldContextObject, const struct FQuartzQuantizationBoundary& InQuantizationBoundary, const TDelegate& InDelegate, class UQuartzClockHandle** ClockHandle); void ResumeClock(const class UObject* WorldContextObject, class UQuartzClockHandle** ClockHandle); void SetBeatsPerMinute(const class UObject* WorldContextObject, const struct FQuartzQuantizationBoundary& QuantizationBoundary, const TDelegate& Delegate, class UQuartzClockHandle** ClockHandle, float BeatsPerMinute); void SetMillisecondsPerTick(const class UObject* WorldContextObject, const struct FQuartzQuantizationBoundary& QuantizationBoundary, const TDelegate& Delegate, class UQuartzClockHandle** ClockHandle, float MillisecondsPerTick); void SetSecondsPerTick(const class UObject* WorldContextObject, const struct FQuartzQuantizationBoundary& QuantizationBoundary, const TDelegate& Delegate, class UQuartzClockHandle** ClockHandle, float SecondsPerTick); void SetThirtySecondNotesPerMinute(const class UObject* WorldContextObject, const struct FQuartzQuantizationBoundary& QuantizationBoundary, const TDelegate& Delegate, class UQuartzClockHandle** ClockHandle, float ThirtySecondsNotesPerMinute); void SetTicksPerSecond(const class UObject* WorldContextObject, const struct FQuartzQuantizationBoundary& QuantizationBoundary, const TDelegate& Delegate, class UQuartzClockHandle** ClockHandle, float TicksPerSecond); void StartClock(const class UObject* WorldContextObject, class UQuartzClockHandle** ClockHandle); void StartOtherClock(const class UObject* WorldContextObject, class FName OtherClockName, const struct FQuartzQuantizationBoundary& InQuantizationBoundary, const TDelegate& InDelegate); void StopClock(const class UObject* WorldContextObject, bool CancelPendingEvents, class UQuartzClockHandle** ClockHandle); void SubscribeToAllQuantizationEvents(const class UObject* WorldContextObject, const TDelegate& OnQuantizationEvent, class UQuartzClockHandle** ClockHandle); void SubscribeToQuantizationEvent(const class UObject* WorldContextObject, EQuartzCommandQuantization InQuantizationBoundary, const TDelegate& OnQuantizationEvent, class UQuartzClockHandle** ClockHandle); void UnsubscribeFromAllTimeDivisions(const class UObject* WorldContextObject, class UQuartzClockHandle** ClockHandle); void UnsubscribeFromTimeDivision(const class UObject* WorldContextObject, EQuartzCommandQuantization InQuantizationBoundary, class UQuartzClockHandle** ClockHandle); float GetBeatsPerMinute(const class UObject* WorldContextObject) const; float GetMillisecondsPerTick(const class UObject* WorldContextObject) const; float GetSecondsPerTick(const class UObject* WorldContextObject) const; float GetThirtySecondNotesPerMinute(const class UObject* WorldContextObject) const; float GetTicksPerSecond(const class UObject* WorldContextObject) const; public: static class UClass* StaticClass() { STATIC_CLASS_IMPL("QuartzClockHandle") } static const class FName& StaticName() { STATIC_NAME_IMPL(L"QuartzClockHandle") } static class UQuartzClockHandle* GetDefaultObj() { return GetDefaultObjImpl(); } }; DUMPER7_ASSERTS_UQuartzClockHandle; // Class AudioMixer.QuartzSubsystem // 0x0028 (0x0070 - 0x0048) class UQuartzSubsystem final : public UTickableWorldSubsystem { public: uint8 Pad_48[0x28]; // 0x0048(0x0028)(Fixing Struct Size After Last Property [ Dumper-7 ]) public: class UQuartzClockHandle* CreateNewClock(const class UObject* WorldContextObject, class FName ClockName, const struct FQuartzClockSettings& InSettings, bool bOverrideSettingsIfClockExists, bool bUseAudioEngineClockManager); void DeleteClockByHandle(const class UObject* WorldContextObject, class UQuartzClockHandle*& InClockHandle); void DeleteClockByName(const class UObject* WorldContextObject, class FName ClockName); bool DoesClockExist(const class UObject* WorldContextObject, class FName ClockName); float GetAudioRenderThreadToGameThreadAverageLatency(); float GetAudioRenderThreadToGameThreadMaxLatency(); float GetAudioRenderThreadToGameThreadMinLatency(); struct FQuartzTransportTimeStamp GetCurrentClockTimestamp(const class UObject* WorldContextObject, const class FName& InClockName); float GetDurationOfQuantizationTypeInSeconds(const class UObject* WorldContextObject, class FName ClockName, const EQuartzCommandQuantization& QuantizationType, float Multiplier); float GetEstimatedClockRunTime(const class UObject* WorldContextObject, const class FName& InClockName); float GetGameThreadToAudioRenderThreadAverageLatency(const class UObject* WorldContextObject); float GetGameThreadToAudioRenderThreadMaxLatency(const class UObject* WorldContextObject); float GetGameThreadToAudioRenderThreadMinLatency(const class UObject* WorldContextObject); class UQuartzClockHandle* GetHandleForClock(const class UObject* WorldContextObject, class FName ClockName); float GetRoundTripAverageLatency(const class UObject* WorldContextObject); float GetRoundTripMaxLatency(const class UObject* WorldContextObject); float GetRoundTripMinLatency(const class UObject* WorldContextObject); bool IsClockRunning(const class UObject* WorldContextObject, class FName ClockName); bool IsQuartzEnabled(); void SetQuartzSubsystemTickableWhenPaused(const bool bInTickableWhenPaused); public: static class UClass* StaticClass() { STATIC_CLASS_IMPL("QuartzSubsystem") } static const class FName& StaticName() { STATIC_NAME_IMPL(L"QuartzSubsystem") } static class UQuartzSubsystem* GetDefaultObj() { return GetDefaultObjImpl(); } }; DUMPER7_ASSERTS_UQuartzSubsystem; }