mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
50 lines
3.5 KiB
C++
50 lines
3.5 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x4 (0x4 - 0x0)
|
|
// Function BP_VisualEffect_Fadeout.BP_VisualEffect_Fadeout_C.TickVisualEffect
|
|
struct UBP_VisualEffect_Fadeout_C_TickVisualEffect_Params
|
|
{
|
|
public:
|
|
float DeltaTime; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
// 0x50 (0x50 - 0x0)
|
|
// Function BP_VisualEffect_Fadeout.BP_VisualEffect_Fadeout_C.ExecuteUbergraph_BP_VisualEffect_Fadeout
|
|
struct UBP_VisualEffect_Fadeout_C_ExecuteUbergraph_BP_VisualEffect_Fadeout_Params
|
|
{
|
|
public:
|
|
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
float K2Node_Event_DeltaTime; // 0x4(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
double CallFunc_Add_DoubleDouble_ReturnValue; // 0x8(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
double CallFunc_Divide_DoubleDouble_ReturnValue; // 0x10(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
class AActor* CallFunc_GetOwner_ReturnValue; // 0x18(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
double CallFunc_FClamp_ReturnValue; // 0x20(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
class APalCharacter* K2Node_DynamicCast_AsPal_Character; // 0x28(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
bool K2Node_DynamicCast_bSuccess; // 0x30(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_GreaterEqual_DoubleDouble_ReturnValue; // 0x31(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_305A[0x2]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
float CallFunc_GetFloatParameter_ReturnValue; // 0x34(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
double CallFunc_Add_DoubleDouble_A_ImplicitCast; // 0x38(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
float CallFunc_SetOpacityForCharacter_opacityIntensity_ImplicitCast; // 0x40(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_305C[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
double K2Node_VariableSet_FadeTime_ImplicitCast; // 0x48(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|