Add Unreal Engine SDK for Blood Of Mehran
This commit is contained in:
41
BloodOfMehran/SDK/StoryEntry_structs.hpp
Normal file
41
BloodOfMehran/SDK/StoryEntry_structs.hpp
Normal file
@@ -0,0 +1,41 @@
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* SDK generated by Dumper-7
|
||||
*
|
||||
* https://github.com/Encryqed/Dumper-7
|
||||
*/
|
||||
|
||||
// Package: StoryEntry
|
||||
|
||||
#include "Basic.hpp"
|
||||
|
||||
#include "EntryCategory_structs.hpp"
|
||||
|
||||
|
||||
namespace SDK
|
||||
{
|
||||
|
||||
// UserDefinedStruct StoryEntry.StoryEntry
|
||||
// 0x0098 (0x0098 - 0x0000)
|
||||
struct FStoryEntry final
|
||||
{
|
||||
public:
|
||||
EntryCategory Category_2_071A7512486E3477C22CF4B9BF3FC3A8; // 0x0000(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
||||
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
|
||||
class FText Title_5_3915F954408D556D854B5C83C761408D; // 0x0008(0x0010)(Edit, BlueprintVisible)
|
||||
class FText Default_Body_20_8F0FEE1E448F8A597B60FFB9E39E4B0C; // 0x0018(0x0010)(Edit, BlueprintVisible)
|
||||
class FText PC_Body_22_16652E9E4DF0D694098511BC14E0350A; // 0x0028(0x0010)(Edit, BlueprintVisible)
|
||||
class FText XBOX_Body_19_BC04A1DA433197525B8C81917C5E39A9; // 0x0038(0x0010)(Edit, BlueprintVisible)
|
||||
class FText PS_Body_18_F677B1E843D81B9051A66487082E58BE; // 0x0048(0x0010)(Edit, BlueprintVisible)
|
||||
bool IgnoreDefaultBody_24_23CFEF0448691C8727553A99FCB40995; // 0x0058(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
||||
uint8 Pad_59[0x7]; // 0x0059(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
|
||||
TSoftObjectPtr<class UTexture2D> Image_32_41E988B9411DBEC75A319A83DD4227CA; // 0x0060(0x0028)(Edit, BlueprintVisible, HasGetValueTypeHash)
|
||||
class UFileMediaSource* Video_31_92489C1E45FC0A408FCF51994DD1D522; // 0x0088(0x0008)(Edit, BlueprintVisible, ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
||||
bool UseVideoInsteadOfImage_28_0A5195A641BAE20220E310B62954DB06; // 0x0090(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
||||
bool ShowNotif_26_B59301704EB1CB0FA1C49C96C996D8A2; // 0x0091(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
||||
};
|
||||
DUMPER7_ASSERTS_FStoryEntry;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user