mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
51 lines
1.7 KiB
C++
51 lines
1.7 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: PlayerNameDropdown
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "FortniteUI_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// WidgetBlueprintGeneratedClass PlayerNameDropdown.PlayerNameDropdown_C
|
|
// 0x0010 (0x0368 - 0x0358)
|
|
class UPlayerNameDropdown_C final : public UFortPlayerNameDropdown
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0358(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class UScrollBox* MainButtonScrollBox; // 0x0360(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
|
|
public:
|
|
void ExecuteUbergraph_PlayerNameDropdown(int32 EntryPoint);
|
|
void Construct();
|
|
void Destruct();
|
|
void OnActivated();
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"PlayerNameDropdown_C">();
|
|
}
|
|
static class UPlayerNameDropdown_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UPlayerNameDropdown_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UPlayerNameDropdown_C) == 0x000008, "Wrong alignment on UPlayerNameDropdown_C");
|
|
static_assert(sizeof(UPlayerNameDropdown_C) == 0x000368, "Wrong size on UPlayerNameDropdown_C");
|
|
static_assert(offsetof(UPlayerNameDropdown_C, UberGraphFrame) == 0x000358, "Member 'UPlayerNameDropdown_C::UberGraphFrame' has a wrong offset!");
|
|
static_assert(offsetof(UPlayerNameDropdown_C, MainButtonScrollBox) == 0x000360, "Member 'UPlayerNameDropdown_C::MainButtonScrollBox' has a wrong offset!");
|
|
|
|
}
|
|
|