Files
UnrealEvent/Aeon-740/SDK/KeybindWidget_classes.hpp
2024-10-18 01:01:36 +01:00

38 lines
739 B
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: KeybindWidget
#include "Basic.hpp"
#include "FortniteUI_classes.hpp"
namespace SDK
{
// WidgetBlueprintGeneratedClass KeybindWidget.KeybindWidget_C
// 0x0000 (0x0890 - 0x0890)
class UKeybindWidget_C final : public UFortKeybindWidget
{
public:
static class UClass* StaticClass()
{
return StaticBPGeneratedClassImpl<"KeybindWidget_C">();
}
static class UKeybindWidget_C* GetDefaultObj()
{
return GetDefaultObjImpl<UKeybindWidget_C>();
}
};
static_assert(alignof(UKeybindWidget_C) == 0x000008, "Wrong alignment on UKeybindWidget_C");
static_assert(sizeof(UKeybindWidget_C) == 0x000890, "Wrong size on UKeybindWidget_C");
}