PalWorld-NetCrack/libs/SDKLibrary/SDK/BP_ActionDiscoveryLookat_parameters.hpp
NightFyre 9a743d2b16 toggle fullbright feature
- Adjusted SDK UGameViewportClient class members and padding
- Created helper function to get local player
- precompile headers for SDK
- SDK made into a static library ( single compile as its never changed )
2024-01-29 06:39:29 -05:00

61 lines
4.3 KiB
C++

#pragma once
// Dumped with Dumper-7!
#include "../SDK.hpp"
namespace SDK
{
namespace Params
{
//---------------------------------------------------------------------------------------------------------------------
// PARAMETERS
//---------------------------------------------------------------------------------------------------------------------
// 0x8 (0x8 - 0x0)
// Function BP_ActionDiscoveryLookat.BP_ActionDiscoveryLookat_C.OnFinishedFX
struct UBP_ActionDiscoveryLookat_C_OnFinishedFX_Params
{
public:
class UNiagaraComponent* PSystem; // 0x0(0x8)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
};
// 0x4 (0x4 - 0x0)
// Function BP_ActionDiscoveryLookat.BP_ActionDiscoveryLookat_C.TickAction
struct UBP_ActionDiscoveryLookat_C_TickAction_Params
{
public:
float DeltaTime; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
// 0x81 (0x81 - 0x0)
// Function BP_ActionDiscoveryLookat.BP_ActionDiscoveryLookat_C.ExecuteUbergraph_BP_ActionDiscoveryLookat
struct UBP_ActionDiscoveryLookat_C_ExecuteUbergraph_BP_ActionDiscoveryLookat_Params
{
public:
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
float K2Node_Event_DeltaTime; // 0x4(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
class APalCharacter* CallFunc_GetActionCharacter_ReturnValue; // 0x8(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
class UNiagaraComponent* CallFunc_SpawnSystemAtLocation_ReturnValue; // 0x10(0x8)(ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
class AActor* CallFunc_GetActionTarget_ReturnValue; // 0x18(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
class APalCharacter* CallFunc_GetActionCharacter_ReturnValue_1; // 0x20(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate; // 0x28(0x10)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
class APalCharacter* CallFunc_GetActionCharacter_ReturnValue_2; // 0x38(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
class APalCharacter* CallFunc_GetActionCharacter_ReturnValue_3; // 0x40(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
class AController* CallFunc_GetController_ReturnValue; // 0x48(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
class UPalCharacterMovementComponent* CallFunc_GetPalCharacterMovementComponent_ReturnValue; // 0x50(0x8)(ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
class APalCharacter* CallFunc_GetActionCharacter_ReturnValue_4; // 0x58(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
bool CallFunc_IsDedicatedServer_ReturnValue; // 0x60(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_2DCF[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
class UPalCharacterMovementComponent* CallFunc_GetPalCharacterMovementComponent_ReturnValue_1; // 0x68(0x8)(ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
class APalCharacter* CallFunc_GetActionCharacter_ReturnValue_5; // 0x70(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
class APalCharacter* CallFunc_GetActionCharacter_ReturnValue_6; // 0x78(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
bool CallFunc_IsDedicatedServer_ReturnValue_1; // 0x80(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
}
}