mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
57 lines
4.7 KiB
C++
57 lines
4.7 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x4 (0x4 - 0x0)
|
|
// Function BP_VisualEffect_PalEffectFadeOut.BP_VisualEffect_PalEffectFadeOut_C.TickVisualEffect
|
|
struct UBP_VisualEffect_PalEffectFadeOut_C_TickVisualEffect_Params
|
|
{
|
|
public:
|
|
float DeltaTime; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
// 0x7C (0x7C - 0x0)
|
|
// Function BP_VisualEffect_PalEffectFadeOut.BP_VisualEffect_PalEffectFadeOut_C.ExecuteUbergraph_BP_VisualEffect_PalEffectFadeOut
|
|
struct UBP_VisualEffect_PalEffectFadeOut_C_ExecuteUbergraph_BP_VisualEffect_PalEffectFadeOut_Params
|
|
{
|
|
public:
|
|
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
int32 Temp_int_Array_Index_Variable; // 0x4(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
int32 Temp_int_Loop_Counter_Variable; // 0x8(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
int32 CallFunc_Add_IntInt_ReturnValue; // 0xC(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
float K2Node_Event_DeltaTime; // 0x10(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_3AD5[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class AActor* CallFunc_GetOwner_ReturnValue; // 0x18(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
class APalCharacter* K2Node_DynamicCast_AsPal_Character; // 0x20(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
bool K2Node_DynamicCast_bSuccess; // 0x28(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_3AD6[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
double CallFunc_Add_DoubleDouble_ReturnValue; // 0x30(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
TArray<class UNiagaraComponent*> CallFunc_GetComponentsByTag_ReturnValue; // 0x38(0x10)(ReferenceParm, ContainsInstancedReference)
|
|
class UNiagaraComponent* CallFunc_Array_Get_Item; // 0x48(0x8)(ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
|
|
int32 CallFunc_Array_Length_ReturnValue; // 0x50(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_Less_IntInt_ReturnValue; // 0x54(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_3AD7[0x3]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
double CallFunc_Divide_DoubleDouble_ReturnValue; // 0x58(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
double CallFunc_Subtract_DoubleDouble_ReturnValue; // 0x60(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_LessEqual_DoubleDouble_ReturnValue; // 0x68(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_3AD8[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
double CallFunc_Add_DoubleDouble_A_ImplicitCast; // 0x70(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
float CallFunc_SetVariableFloat_InValue_ImplicitCast; // 0x78(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|