29 lines
764 B
C++
29 lines
764 B
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: S_RangedAmbienceParameters
|
|
|
|
#include "Basic.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// UserDefinedStruct S_RangedAmbienceParameters.S_RangedAmbienceParameters
|
|
// 0x0010 (0x0010 - 0x0000)
|
|
struct FS_RangedAmbienceParameters final
|
|
{
|
|
public:
|
|
class UBP_DataAsset_Ambience_C* AmbienceAtStart_2_5E0512AE42C30114018FE281896A73FD; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
class UBP_DataAsset_Ambience_C* AmbienceAtEnd_4_CDE2E45240494E5F973B26A29FA79388; // 0x0008(0x0008)(Edit, BlueprintVisible, ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
DUMPER7_ASSERTS_FS_RangedAmbienceParameters;
|
|
|
|
}
|
|
|