PalWorld-NetCrack/SDK/WBP_CharaCre_ListContent_parameters.hpp
2024-01-22 14:43:11 +08:00

30 lines
1.0 KiB
C++

#pragma once
// Dumped with Dumper-7!
#include "../SDK.hpp"
namespace SDK
{
namespace Params
{
//---------------------------------------------------------------------------------------------------------------------
// PARAMETERS
//---------------------------------------------------------------------------------------------------------------------
// 0x20 (0x20 - 0x0)
// Function WBP_CharaCre_ListContent.WBP_CharaCre_ListContent_C.ExecuteUbergraph_WBP_CharaCre_ListContent
struct UWBP_CharaCre_ListContent_C_ExecuteUbergraph_WBP_CharaCre_ListContent_Params
{
public:
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_3058[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
class FText CallFunc_GetLocalizedTextFromHandle_Text; // 0x8(0x18)(None)
};
}
}