mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
60 lines
3.6 KiB
C++
60 lines
3.6 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: ShowdownEventTileViolator
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "FortniteUI_structs.hpp"
|
|
#include "FortniteUI_classes.hpp"
|
|
#include "UMG_structs.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// WidgetBlueprintGeneratedClass ShowdownEventTileViolator.ShowdownEventTileViolator_C
|
|
// 0x0030 (0x05E8 - 0x05B8)
|
|
class UShowdownEventTileViolator_C final : public UFortShowdownDetailView
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x05B8(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class UCommonTextBlock* CommonTextBlock_0; // 0x05C0(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UCommonTextBlock* CommonTextBlock_RoundNumber; // 0x05C8(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UCommonWidgetSwitcher* CommonWidgetSwitcher_EventState; // 0x05D0(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UCommonWidgetSwitcher* CommonWidgetSwitcher_Proximity; // 0x05D8(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class ULiveViolator_C* LiveViolator; // 0x05E0(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
|
|
public:
|
|
void ExecuteUbergraph_ShowdownEventTileViolator(int32 EntryPoint);
|
|
void Construct();
|
|
void RefreshDataBP();
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"ShowdownEventTileViolator_C">();
|
|
}
|
|
static class UShowdownEventTileViolator_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UShowdownEventTileViolator_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UShowdownEventTileViolator_C) == 0x000008, "Wrong alignment on UShowdownEventTileViolator_C");
|
|
static_assert(sizeof(UShowdownEventTileViolator_C) == 0x0005E8, "Wrong size on UShowdownEventTileViolator_C");
|
|
static_assert(offsetof(UShowdownEventTileViolator_C, UberGraphFrame) == 0x0005B8, "Member 'UShowdownEventTileViolator_C::UberGraphFrame' has a wrong offset!");
|
|
static_assert(offsetof(UShowdownEventTileViolator_C, CommonTextBlock_0) == 0x0005C0, "Member 'UShowdownEventTileViolator_C::CommonTextBlock_0' has a wrong offset!");
|
|
static_assert(offsetof(UShowdownEventTileViolator_C, CommonTextBlock_RoundNumber) == 0x0005C8, "Member 'UShowdownEventTileViolator_C::CommonTextBlock_RoundNumber' has a wrong offset!");
|
|
static_assert(offsetof(UShowdownEventTileViolator_C, CommonWidgetSwitcher_EventState) == 0x0005D0, "Member 'UShowdownEventTileViolator_C::CommonWidgetSwitcher_EventState' has a wrong offset!");
|
|
static_assert(offsetof(UShowdownEventTileViolator_C, CommonWidgetSwitcher_Proximity) == 0x0005D8, "Member 'UShowdownEventTileViolator_C::CommonWidgetSwitcher_Proximity' has a wrong offset!");
|
|
static_assert(offsetof(UShowdownEventTileViolator_C, LiveViolator) == 0x0005E0, "Member 'UShowdownEventTileViolator_C::LiveViolator' has a wrong offset!");
|
|
|
|
}
|
|
|