PalWorld-NetCrack/libs/SDKLibrary/SDK/BP_AISightResponsePreset_Citizen_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

45 lines
2.6 KiB
C++

#pragma once
// Dumped with Dumper-7!
#include "../SDK.hpp"
namespace SDK
{
namespace Params
{
//---------------------------------------------------------------------------------------------------------------------
// PARAMETERS
//---------------------------------------------------------------------------------------------------------------------
// 0x10 (0x10 - 0x0)
// Function BP_AISightResponsePreset_Citizen.BP_AISightResponsePreset_Citizen_C.«¹¿à¤ÙóÈ_0
struct UBP_AISightResponsePreset_Citizen_C__________0_Params
{
public:
class APalCharacter* SelfCharacter; // 0x0(0x8)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash)
class APalCharacter* FoundCharacter; // 0x8(0x8)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash)
};
// 0x68 (0x68 - 0x0)
// Function BP_AISightResponsePreset_Citizen.BP_AISightResponsePreset_Citizen_C.ExecuteUbergraph_BP_AISightResponsePreset_Citizen
struct UBP_AISightResponsePreset_Citizen_C_ExecuteUbergraph_BP_AISightResponsePreset_Citizen_Params
{
public:
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_271A[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
class APalCharacter* K2Node_CustomEvent_SelfCharacter; // 0x8(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
class APalCharacter* K2Node_CustomEvent_FoundCharacter; // 0x10(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
class FString CallFunc_GetDisplayName_ReturnValue; // 0x18(0x10)(ZeroConstructor, HasGetValueTypeHash)
FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate; // 0x28(0x10)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
class FString CallFunc_GetDisplayName_ReturnValue_1; // 0x38(0x10)(ZeroConstructor, HasGetValueTypeHash)
class FString CallFunc_Concat_StrStr_ReturnValue; // 0x48(0x10)(ZeroConstructor, HasGetValueTypeHash)
class FString CallFunc_Concat_StrStr_ReturnValue_1; // 0x58(0x10)(ZeroConstructor, HasGetValueTypeHash)
};
}
}