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

78 lines
6.1 KiB
C++

#pragma once
// Dumped with Dumper-7!
#include "../SDK.hpp"
namespace SDK
{
namespace Params
{
//---------------------------------------------------------------------------------------------------------------------
// PARAMETERS
//---------------------------------------------------------------------------------------------------------------------
// 0x13 (0x13 - 0x0)
// Function BP_AIActionRideCall.BP_AIActionRideCall_C.CanRide
struct UBP_AIActionRideCall_C_CanRide_Params
{
public:
bool CanRide; // 0x0(0x1)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_31C1[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
class UPalRiderComponent* CallFunc_GetComponentByClass_ReturnValue; // 0x8(0x8)(ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
bool CallFunc_IsValid_ReturnValue; // 0x10(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
bool CallFunc_IsDisableRide_ReturnValue; // 0x11(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
bool CallFunc_Not_PreBool_ReturnValue; // 0x12(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
// 0x21 (0x21 - 0x0)
// Function BP_AIActionRideCall.BP_AIActionRideCall_C.DoRide
struct UBP_AIActionRideCall_C_DoRide_Params
{
public:
class APawn* ControlledPawn; // 0x0(0x8)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash)
class UPalCharacterMovementComponent* CallFunc_GetComponentByClass_ReturnValue; // 0x8(0x8)(ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
class AController* CallFunc_GetController_ReturnValue; // 0x10(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
class UBP_AIActionRiding_C* CallFunc_SpawnObject_ReturnValue; // 0x18(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
bool CallFunc_PushChildAction_ReturnValue; // 0x20(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
// 0xC (0xC - 0x0)
// Function BP_AIActionRideCall.BP_AIActionRideCall_C.ActionTick
struct UBP_AIActionRideCall_C_ActionTick_Params
{
public:
class APawn* ControlledPawn; // 0x0(0x8)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash)
float DeltaSeconds; // 0x8(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
// 0x54 (0x54 - 0x0)
// Function BP_AIActionRideCall.BP_AIActionRideCall_C.ExecuteUbergraph_BP_AIActionRideCall
struct UBP_AIActionRideCall_C_ExecuteUbergraph_BP_AIActionRideCall_Params
{
public:
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
bool CallFunc_CanRide_CanRide; // 0x4(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_31D4[0x3]; // Fixing Size After Last Property [ Dumper-7 ]
class APawn* K2Node_Event_ControlledPawn; // 0x8(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
float K2Node_Event_DeltaSeconds; // 0x10(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
float CallFunc_GetCharacterRadius_ReturnValue; // 0x14(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
float CallFunc_GetCharacterRadius_ReturnValue_1; // 0x18(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_31D5[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
double CallFunc_Add_DoubleDouble_ReturnValue; // 0x20(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
bool CallFunc_IsInteractingPlayer_IsInteracting; // 0x28(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_31D6[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
double CallFunc_Add_DoubleDouble_ReturnValue_1; // 0x30(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
bool CallFunc_IsNearTwoActor_ReturnValue; // 0x38(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_31D8[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
double CallFunc_Add_DoubleDouble_A_ImplicitCast; // 0x40(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
double CallFunc_Add_DoubleDouble_B_ImplicitCast; // 0x48(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
float CallFunc_IsNearTwoActor_distance_ImplicitCast; // 0x50(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
}
}