mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
34 lines
2.0 KiB
C++
34 lines
2.0 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// CLASSES
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x38 (0x2B0 - 0x278)
|
|
// WidgetBlueprintGeneratedClass WBP_CharaCre_ListContent.WBP_CharaCre_ListContent_C
|
|
class UWBP_CharaCre_ListContent_C : public UUserWidget
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x278(0x8)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class UWidgetAnimation* Anm_Focus; // 0x280(0x8)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, RepSkip, NoDestructor, HasGetValueTypeHash)
|
|
class UWidgetAnimation* Anm_Normal; // 0x288(0x8)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, RepSkip, NoDestructor, HasGetValueTypeHash)
|
|
class UNamedSlot* NamedSlot_InnnerVerticalBox; // 0x290(0x8)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UBP_PalTextBlock_C* Text_Title; // 0x298(0x8)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
struct FDataTableRowHandle TitleMsgID; // 0x2A0(0x10)(Edit, BlueprintVisible, NoDestructor)
|
|
|
|
static class UClass* StaticClass();
|
|
static class UWBP_CharaCre_ListContent_C* GetDefaultObj();
|
|
|
|
void OnInitialized();
|
|
void ExecuteUbergraph_WBP_CharaCre_ListContent(int32 EntryPoint, class FText CallFunc_GetLocalizedTextFromHandle_Text);
|
|
};
|
|
|
|
}
|
|
|
|
|