mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
54 lines
3.2 KiB
C++
54 lines
3.2 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x10 (0x10 - 0x0)
|
|
// Function WBP_PalCommonCharacterIcon.WBP_PalCommonCharacterIcon_C.SetFraction
|
|
struct UWBP_PalCommonCharacterIcon_C_SetFraction_Params
|
|
{
|
|
public:
|
|
double Fraction; // 0x0(0x8)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_IsValid_ReturnValue; // 0x8(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_21EB[0x3]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
float CallFunc_SetScalarParameterValue_Value_ImplicitCast; // 0xC(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
// 0x9 (0x9 - 0x0)
|
|
// Function WBP_PalCommonCharacterIcon.WBP_PalCommonCharacterIcon_C.OnLoaded
|
|
struct UWBP_PalCommonCharacterIcon_C_OnLoaded_Params
|
|
{
|
|
public:
|
|
class UTexture2D* LoadedTexture; // 0x0(0x8)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_IsValid_ReturnValue; // 0x8(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
// 0x44 (0x44 - 0x0)
|
|
// Function WBP_PalCommonCharacterIcon.WBP_PalCommonCharacterIcon_C.ExecuteUbergraph_WBP_PalCommonCharacterIcon
|
|
struct UWBP_PalCommonCharacterIcon_C_ExecuteUbergraph_WBP_PalCommonCharacterIcon_Params
|
|
{
|
|
public:
|
|
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate; // 0x4(0x10)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_1; // 0x14(0x10)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_2; // 0x24(0x10)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_2212[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class UMaterialInstanceDynamic* CallFunc_GetDynamicMaterial_ReturnValue; // 0x38(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
float CallFunc_SetScalarParameterValue_Value_ImplicitCast; // 0x40(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|