Files
ReshadePluginsCore/FearTheTimeloop/SDK/S_Item_structs.hpp

30 lines
819 B
C++
Raw Normal View History

2026-03-06 01:33:57 +01:00
#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: S_Item
#include "Basic.hpp"
namespace SDK
{
// UserDefinedStruct S_Item.S_Item
// 0x0020 (0x0020 - 0x0000)
struct FS_Item final
{
public:
class UDA_ItemDefinition_C* Definition_2_D17E312E450BF9488CB51EA274458E4F; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, NoDestructor, HasGetValueTypeHash)
TArray<class UDA_ItemProperty_C*> Properties_11_2711DEBC47681183BA39D1BC3706CF98; // 0x0008(0x0010)(Edit, BlueprintVisible)
int32 Count_9_4C995CD047BD9C6383F72C83CF1E3F71; // 0x0018(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
DUMPER7_ASSERTS_FS_Item;
}