29 lines
723 B
C++
29 lines
723 B
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: S_MusicParameters
|
|
|
|
#include "Basic.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// UserDefinedStruct S_MusicParameters.S_MusicParameters
|
|
// 0x0030 (0x0030 - 0x0000)
|
|
struct FS_MusicParameters final
|
|
{
|
|
public:
|
|
TSoftObjectPtr<class USoundBase> Music_16_0332400D492AAEF7CE88BEBEA72A3D9B; // 0x0000(0x0028)(Edit, BlueprintVisible, HasGetValueTypeHash)
|
|
bool ResumeExplorationMusicAfterBattle_15_68A8BF90470E6D62C6B3C4880831B126; // 0x0028(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
DUMPER7_ASSERTS_FS_MusicParameters;
|
|
|
|
}
|
|
|