mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
41 lines
817 B
C++
41 lines
817 B
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: ArrowCursorWidget
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "UMG_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// WidgetBlueprintGeneratedClass ArrowCursorWidget.ArrowCursorWidget_C
|
|
// 0x0000 (0x0230 - 0x0230)
|
|
class UArrowCursorWidget_C final : public UUserWidget
|
|
{
|
|
public:
|
|
struct FSlateBrush GetBackground_0();
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"ArrowCursorWidget_C">();
|
|
}
|
|
static class UArrowCursorWidget_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UArrowCursorWidget_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UArrowCursorWidget_C) == 0x000008, "Wrong alignment on UArrowCursorWidget_C");
|
|
static_assert(sizeof(UArrowCursorWidget_C) == 0x000230, "Wrong size on UArrowCursorWidget_C");
|
|
|
|
}
|
|
|