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

80 lines
6.4 KiB
C++

#pragma once
// Dumped with Dumper-7!
#include "../SDK.hpp"
namespace SDK
{
namespace Params
{
//---------------------------------------------------------------------------------------------------------------------
// PARAMETERS
//---------------------------------------------------------------------------------------------------------------------
// 0x8 (0x8 - 0x0)
// Function WBP_Option_NoteContent.WBP_Option_NoteContent_C.ChangeOffset
struct UWBP_Option_NoteContent_C_ChangeOffset_Params
{
public:
double NewOffset; // 0x0(0x8)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
// 0x20 (0x20 - 0x0)
// Function WBP_Option_NoteContent.WBP_Option_NoteContent_C.SetNoteContent
struct UWBP_Option_NoteContent_C_SetNoteContent_Params
{
public:
class UPalNoteData* NoteData; // 0x0(0x8)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash)
class FText Desc; // 0x8(0x18)(BlueprintVisible, BlueprintReadOnly, Parm)
};
// 0x44 (0x44 - 0x0)
// Function WBP_Option_NoteContent.WBP_Option_NoteContent_C.Tick
struct UWBP_Option_NoteContent_C_Tick_Params
{
public:
struct FGeometry MyGeometry; // 0x0(0x40)(BlueprintVisible, BlueprintReadOnly, Parm, IsPlainOldData, NoDestructor)
float InDeltaTime; // 0x40(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
// 0xD4 (0xD4 - 0x0)
// Function WBP_Option_NoteContent.WBP_Option_NoteContent_C.ExecuteUbergraph_WBP_Option_NoteContent
struct UWBP_Option_NoteContent_C_ExecuteUbergraph_WBP_Option_NoteContent_Params
{
public:
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_273D[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
class UPalNoteData* K2Node_CustomEvent_NoteData; // 0x8(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
class FText K2Node_CustomEvent_Desc; // 0x10(0x18)(None)
bool CallFunc_IsValidSoftObjectReference_ReturnValue; // 0x28(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
enum class ESlateVisibility Temp_byte_Variable; // 0x29(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
enum class ESlateVisibility Temp_byte_Variable_1; // 0x2A(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_273F[0x5]; // Fixing Size After Last Property [ Dumper-7 ]
struct FGeometry K2Node_Event_MyGeometry; // 0x30(0x40)(IsPlainOldData, NoDestructor)
float K2Node_Event_InDeltaTime; // 0x70(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
bool Temp_bool_Variable; // 0x74(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_2740[0x3]; // Fixing Size After Last Property [ Dumper-7 ]
float CallFunc_GetScrollOffsetOfEnd_ReturnValue; // 0x78(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
float CallFunc_GetScrollOffset_ReturnValue; // 0x7C(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
enum class ESlateVisibility K2Node_Select_Default; // 0x80(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_2741[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
double CallFunc_Multiply_DoubleDouble_ReturnValue; // 0x88(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
bool CallFunc_NotEqual_DoubleDouble_ReturnValue; // 0x90(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_2742[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
double CallFunc_Multiply_DoubleDouble_ReturnValue_1; // 0x98(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
double CallFunc_Add_DoubleDouble_ReturnValue; // 0xA0(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
double CallFunc_FMax_ReturnValue; // 0xA8(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
double CallFunc_FMin_ReturnValue; // 0xB0(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
double CallFunc_Multiply_DoubleDouble_B_ImplicitCast; // 0xB8(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
double CallFunc_FMin_B_ImplicitCast; // 0xC0(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
double CallFunc_Add_DoubleDouble_A_ImplicitCast; // 0xC8(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
float CallFunc_SetScrollOffset_NewScrollOffset_ImplicitCast; // 0xD0(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
}
}