Files
ReshadePluginsCore/ClairObscur/SDK/StatMultiplier_structs.hpp

32 lines
937 B
C++
Raw Permalink Normal View History

2026-03-18 18:13:09 +01:00
#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: StatMultiplier
#include "Basic.hpp"
#include "E_jRPG_StatType_structs.hpp"
namespace SDK
{
// UserDefinedStruct StatMultiplier.StatMultiplier
// 0x0010 (0x0010 - 0x0000)
struct FStatMultiplier final
{
public:
E_jRPG_StatType StatType_2_F0FD877241F95C8E82B73B916036AEF4; // 0x0000(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
double Multiplier_6_69219CEE4BEAF820546733AB87331B96; // 0x0008(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
DUMPER7_ASSERTS_FStatMultiplier;
}