mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
38 lines
739 B
C++
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");
|
|
|
|
}
|
|
|