mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
80 lines
8.9 KiB
C++
80 lines
8.9 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: TeamMemberBluGloIndicator
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
|
|
|
|
namespace SDK::Params
|
|
{
|
|
|
|
// Function TeamMemberBluGloIndicator.TeamMemberBluGloIndicator_C.SetPlayer
|
|
// 0x00B0 (0x00B0 - 0x0000)
|
|
struct TeamMemberBluGloIndicator_C_SetPlayer final
|
|
{
|
|
public:
|
|
struct FUniqueNetIdRepl PlayerNetId; // 0x0000(0x0028)(BlueprintVisible, BlueprintReadOnly, Parm, HasGetValueTypeHash)
|
|
int32 Temp_int_Array_Index_Variable; // 0x0028(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
int32 Temp_int_Loop_Counter_Variable; // 0x002C(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
int32 CallFunc_Add_IntInt_ReturnValue; // 0x0030(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
|
|
class AGameStateBase* CallFunc_GetGameState_ReturnValue; // 0x0038(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
TDelegate<void()> K2Node_CreateDelegate_OutputDelegate; // 0x0040(0x0010)(ZeroConstructor, NoDestructor)
|
|
class APlayerState* CallFunc_Array_Get_Item; // 0x0050(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
int32 CallFunc_Array_Length_ReturnValue; // 0x0058(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_5C[0x4]; // 0x005C(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
|
|
class AFortPlayerStateZone* K2Node_DynamicCast_AsFort_Player_State_Zone; // 0x0060(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool K2Node_DynamicCast_bSuccess; // 0x0068(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
bool CallFunc_Less_IntInt_ReturnValue; // 0x0069(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
uint8 Pad_6A[0x6]; // 0x006A(0x0006)(Fixing Size After Last Property [ Dumper-7 ])
|
|
struct FUniqueNetIdRepl CallFunc_GetUniqueID_ReturnValue; // 0x0070(0x0028)(HasGetValueTypeHash)
|
|
bool CallFunc_AreUniqueIDsIdentical_ReturnValue; // 0x0098(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
bool CallFunc_IsValid_ReturnValue; // 0x0099(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
uint8 Pad_9A[0x2]; // 0x009A(0x0002)(Fixing Size After Last Property [ Dumper-7 ])
|
|
TDelegate<void()> K2Node_CreateDelegate_OutputDelegate1; // 0x009C(0x0010)(ZeroConstructor, NoDestructor)
|
|
};
|
|
static_assert(alignof(TeamMemberBluGloIndicator_C_SetPlayer) == 0x000008, "Wrong alignment on TeamMemberBluGloIndicator_C_SetPlayer");
|
|
static_assert(sizeof(TeamMemberBluGloIndicator_C_SetPlayer) == 0x0000B0, "Wrong size on TeamMemberBluGloIndicator_C_SetPlayer");
|
|
static_assert(offsetof(TeamMemberBluGloIndicator_C_SetPlayer, PlayerNetId) == 0x000000, "Member 'TeamMemberBluGloIndicator_C_SetPlayer::PlayerNetId' has a wrong offset!");
|
|
static_assert(offsetof(TeamMemberBluGloIndicator_C_SetPlayer, Temp_int_Array_Index_Variable) == 0x000028, "Member 'TeamMemberBluGloIndicator_C_SetPlayer::Temp_int_Array_Index_Variable' has a wrong offset!");
|
|
static_assert(offsetof(TeamMemberBluGloIndicator_C_SetPlayer, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'TeamMemberBluGloIndicator_C_SetPlayer::Temp_int_Loop_Counter_Variable' has a wrong offset!");
|
|
static_assert(offsetof(TeamMemberBluGloIndicator_C_SetPlayer, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'TeamMemberBluGloIndicator_C_SetPlayer::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!");
|
|
static_assert(offsetof(TeamMemberBluGloIndicator_C_SetPlayer, CallFunc_GetGameState_ReturnValue) == 0x000038, "Member 'TeamMemberBluGloIndicator_C_SetPlayer::CallFunc_GetGameState_ReturnValue' has a wrong offset!");
|
|
static_assert(offsetof(TeamMemberBluGloIndicator_C_SetPlayer, K2Node_CreateDelegate_OutputDelegate) == 0x000040, "Member 'TeamMemberBluGloIndicator_C_SetPlayer::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!");
|
|
static_assert(offsetof(TeamMemberBluGloIndicator_C_SetPlayer, CallFunc_Array_Get_Item) == 0x000050, "Member 'TeamMemberBluGloIndicator_C_SetPlayer::CallFunc_Array_Get_Item' has a wrong offset!");
|
|
static_assert(offsetof(TeamMemberBluGloIndicator_C_SetPlayer, CallFunc_Array_Length_ReturnValue) == 0x000058, "Member 'TeamMemberBluGloIndicator_C_SetPlayer::CallFunc_Array_Length_ReturnValue' has a wrong offset!");
|
|
static_assert(offsetof(TeamMemberBluGloIndicator_C_SetPlayer, K2Node_DynamicCast_AsFort_Player_State_Zone) == 0x000060, "Member 'TeamMemberBluGloIndicator_C_SetPlayer::K2Node_DynamicCast_AsFort_Player_State_Zone' has a wrong offset!");
|
|
static_assert(offsetof(TeamMemberBluGloIndicator_C_SetPlayer, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'TeamMemberBluGloIndicator_C_SetPlayer::K2Node_DynamicCast_bSuccess' has a wrong offset!");
|
|
static_assert(offsetof(TeamMemberBluGloIndicator_C_SetPlayer, CallFunc_Less_IntInt_ReturnValue) == 0x000069, "Member 'TeamMemberBluGloIndicator_C_SetPlayer::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!");
|
|
static_assert(offsetof(TeamMemberBluGloIndicator_C_SetPlayer, CallFunc_GetUniqueID_ReturnValue) == 0x000070, "Member 'TeamMemberBluGloIndicator_C_SetPlayer::CallFunc_GetUniqueID_ReturnValue' has a wrong offset!");
|
|
static_assert(offsetof(TeamMemberBluGloIndicator_C_SetPlayer, CallFunc_AreUniqueIDsIdentical_ReturnValue) == 0x000098, "Member 'TeamMemberBluGloIndicator_C_SetPlayer::CallFunc_AreUniqueIDsIdentical_ReturnValue' has a wrong offset!");
|
|
static_assert(offsetof(TeamMemberBluGloIndicator_C_SetPlayer, CallFunc_IsValid_ReturnValue) == 0x000099, "Member 'TeamMemberBluGloIndicator_C_SetPlayer::CallFunc_IsValid_ReturnValue' has a wrong offset!");
|
|
static_assert(offsetof(TeamMemberBluGloIndicator_C_SetPlayer, K2Node_CreateDelegate_OutputDelegate1) == 0x00009C, "Member 'TeamMemberBluGloIndicator_C_SetPlayer::K2Node_CreateDelegate_OutputDelegate1' has a wrong offset!");
|
|
|
|
// Function TeamMemberBluGloIndicator.TeamMemberBluGloIndicator_C.OnPlayerAccumulatedItemsUpdated
|
|
// 0x000C (0x000C - 0x0000)
|
|
struct TeamMemberBluGloIndicator_C_OnPlayerAccumulatedItemsUpdated final
|
|
{
|
|
public:
|
|
int32 CallFunc_GetNumOfAccumulatedBluGlo_ReturnValue; // 0x0000(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_IsValid_ReturnValue; // 0x0004(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
|
|
float CallFunc_Conv_IntToFloat_ReturnValue; // 0x0008(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
static_assert(alignof(TeamMemberBluGloIndicator_C_OnPlayerAccumulatedItemsUpdated) == 0x000004, "Wrong alignment on TeamMemberBluGloIndicator_C_OnPlayerAccumulatedItemsUpdated");
|
|
static_assert(sizeof(TeamMemberBluGloIndicator_C_OnPlayerAccumulatedItemsUpdated) == 0x00000C, "Wrong size on TeamMemberBluGloIndicator_C_OnPlayerAccumulatedItemsUpdated");
|
|
static_assert(offsetof(TeamMemberBluGloIndicator_C_OnPlayerAccumulatedItemsUpdated, CallFunc_GetNumOfAccumulatedBluGlo_ReturnValue) == 0x000000, "Member 'TeamMemberBluGloIndicator_C_OnPlayerAccumulatedItemsUpdated::CallFunc_GetNumOfAccumulatedBluGlo_ReturnValue' has a wrong offset!");
|
|
static_assert(offsetof(TeamMemberBluGloIndicator_C_OnPlayerAccumulatedItemsUpdated, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'TeamMemberBluGloIndicator_C_OnPlayerAccumulatedItemsUpdated::CallFunc_IsValid_ReturnValue' has a wrong offset!");
|
|
static_assert(offsetof(TeamMemberBluGloIndicator_C_OnPlayerAccumulatedItemsUpdated, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000008, "Member 'TeamMemberBluGloIndicator_C_OnPlayerAccumulatedItemsUpdated::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!");
|
|
|
|
}
|
|
|