mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
49 lines
3.3 KiB
C++
49 lines
3.3 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x8 (0x8 - 0x0)
|
|
// Function BP_VisualEffect_CameraBase.BP_VisualEffect_CameraBase_C.UpdateEffectValue
|
|
struct UBP_VisualEffect_CameraBase_C_UpdateEffectValue_Params
|
|
{
|
|
public:
|
|
double WeightValue; // 0x0(0x8)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
// 0x60 (0x60 - 0x0)
|
|
// Function BP_VisualEffect_CameraBase.BP_VisualEffect_CameraBase_C.ExecuteUbergraph_BP_VisualEffect_CameraBase
|
|
struct UBP_VisualEffect_CameraBase_C_ExecuteUbergraph_BP_VisualEffect_CameraBase_Params
|
|
{
|
|
public:
|
|
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate; // 0x4(0x10)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_LessEqual_DoubleDouble_ReturnValue; // 0x14(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_GreaterEqual_DoubleDouble_ReturnValue; // 0x15(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_30A5[0x2]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
struct FTimerHandle CallFunc_K2_SetTimerDelegate_ReturnValue; // 0x18(0x8)(NoDestructor, HasGetValueTypeHash)
|
|
double CallFunc_Divide_DoubleDouble_ReturnValue; // 0x20(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
double CallFunc_Divide_DoubleDouble_ReturnValue_1; // 0x28(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
double CallFunc_Add_DoubleDouble_ReturnValue; // 0x30(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
double CallFunc_Subtract_DoubleDouble_ReturnValue; // 0x38(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_1; // 0x40(0x10)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
struct FTimerHandle CallFunc_K2_SetTimerDelegate_ReturnValue_1; // 0x50(0x8)(NoDestructor, HasGetValueTypeHash)
|
|
float CallFunc_K2_SetTimerDelegate_Time_ImplicitCast; // 0x58(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
float CallFunc_K2_SetTimerDelegate_Time_ImplicitCast_1; // 0x5C(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|