Files
ReshadePluginsCore/SpongeBogTOTT/SDK/WBP_InGameHUDLayout_classes.hpp
2026-03-06 01:31:19 +01:00

56 lines
4.4 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: WBP_InGameHUDLayout
#include "Basic.hpp"
#include "Ghost_classes.hpp"
namespace SDK
{
// WidgetBlueprintGeneratedClass WBP_InGameHUDLayout.WBP_InGameHUDLayout_C
// 0x0068 (0x05C0 - 0x0558)
class UWBP_InGameHUDLayout_C final : public UGG_GameHUDLayout
{
public:
class UWBP_DebugLabel_C* WBP_DebugLabel_C_0; // 0x0558(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UUIExtensionPointWidget* Subtitles; // 0x0560(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UUIExtensionPointWidget* Playtime; // 0x0568(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UUIExtensionPointWidget* PlayerInfo; // 0x0570(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UUIExtensionPointWidget* PlayerHealth; // 0x0578(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UUIExtensionPointWidget* Objectives; // 0x0580(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UUIExtensionPointWidget* Hints; // 0x0588(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UUIExtensionPointWidget* GoalRaceTime; // 0x0590(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UUIExtensionPointWidget* GameActionBar; // 0x0598(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UUIExtensionPointWidget* CurrentRaceTime; // 0x05A0(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UUIExtensionPointWidget* Currency; // 0x05A8(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UUIExtensionPointWidget* BossHealthBar; // 0x05B0(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UGG_GameplayActionBarBindingsViewModel* GG_GameplayActionBarBindingsViewModel; // 0x05B8(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, DisableEditOnInstance, DuplicateTransient, RepSkip, NoDestructor, HasGetValueTypeHash)
public:
static class UClass* StaticClass()
{
BP_STATIC_CLASS_IMPL("WBP_InGameHUDLayout_C")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"WBP_InGameHUDLayout_C")
}
static class UWBP_InGameHUDLayout_C* GetDefaultObj()
{
return GetDefaultObjImpl<UWBP_InGameHUDLayout_C>();
}
};
DUMPER7_ASSERTS_UWBP_InGameHUDLayout_C;
}