SDK update
This commit is contained in:
61
Cronos The New Dawn/SDK/PlayerHudWidget_BP_parameters.hpp
Normal file
61
Cronos The New Dawn/SDK/PlayerHudWidget_BP_parameters.hpp
Normal file
@@ -0,0 +1,61 @@
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* SDK generated by Dumper-7
|
||||
*
|
||||
* https://github.com/Encryqed/Dumper-7
|
||||
*/
|
||||
|
||||
// Package: PlayerHudWidget_BP
|
||||
|
||||
#include "Basic.hpp"
|
||||
|
||||
#include "SlateCore_structs.hpp"
|
||||
|
||||
|
||||
namespace SDK::Params
|
||||
{
|
||||
|
||||
// Function PlayerHudWidget_BP.PlayerHudWidget_BP_C.ExecuteUbergraph_PlayerHudWidget_BP
|
||||
// 0x00B0 (0x00B0 - 0x0000)
|
||||
struct PlayerHudWidget_BP_C_ExecuteUbergraph_PlayerHudWidget_BP final
|
||||
{
|
||||
public:
|
||||
int32 EntryPoint; // 0x0000(0x0004)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
||||
uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
|
||||
class UMaterialInstanceDynamic* CallFunc_CreateDynamicMaterialInstance_ReturnValue; // 0x0008(0x0008)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
||||
struct FGeometry K2Node_Event_MyGeometry; // 0x0010(0x0038)(IsPlainOldData, NoDestructor)
|
||||
float K2Node_Event_InDeltaTime; // 0x0048(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
||||
uint8 Pad_4C[0x4]; // 0x004C(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
|
||||
class ASHCharacterPlay* CallFunc_GetCharacterPlay_ReturnValue; // 0x0050(0x0008)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
||||
bool CallFunc_IsValid_ReturnValue; // 0x0058(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
||||
uint8 Pad_59[0x7]; // 0x0059(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
|
||||
double CallFunc_GetTimeSeconds_ReturnValue; // 0x0060(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
||||
double CallFunc_VSize_ReturnValue; // 0x0068(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
||||
float CallFunc_PerlinNoise1D_ReturnValue; // 0x0070(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
||||
uint8 Pad_74[0x4]; // 0x0074(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
|
||||
double CallFunc_Divide_DoubleDouble_ReturnValue; // 0x0078(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
||||
double CallFunc_Multiply_DoubleDouble_ReturnValue; // 0x0080(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
||||
class ASHCharacterPlay* CallFunc_GetCharacterPlay_ReturnValue_1; // 0x0088(0x0008)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
||||
double CallFunc_Multiply_DoubleDouble_ReturnValue_1; // 0x0090(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
||||
bool CallFunc_IsValid_ReturnValue_1; // 0x0098(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
||||
uint8 Pad_99[0x3]; // 0x0099(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
|
||||
float CallFunc_PerlinNoise1D_Value_ImplicitCast; // 0x009C(0x0004)(ConstParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
||||
double CallFunc_Multiply_DoubleDouble_A_ImplicitCast; // 0x00A0(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
||||
float CallFunc_SetScalarParameterValue_Value_ImplicitCast; // 0x00A8(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
||||
float CallFunc_SetScalarParameterValue_Value_ImplicitCast_1; // 0x00AC(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
||||
};
|
||||
DUMPER7_ASSERTS_PlayerHudWidget_BP_C_ExecuteUbergraph_PlayerHudWidget_BP;
|
||||
|
||||
// Function PlayerHudWidget_BP.PlayerHudWidget_BP_C.Tick
|
||||
// 0x003C (0x003C - 0x0000)
|
||||
struct PlayerHudWidget_BP_C_Tick final
|
||||
{
|
||||
public:
|
||||
struct FGeometry MyGeometry; // 0x0000(0x0038)(BlueprintVisible, BlueprintReadOnly, Parm, IsPlainOldData, NoDestructor)
|
||||
float InDeltaTime; // 0x0038(0x0004)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
||||
};
|
||||
DUMPER7_ASSERTS_PlayerHudWidget_BP_C_Tick;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user