mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
49 lines
1.5 KiB
C++
49 lines
1.5 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: TextRotator
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "CommonUI_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// WidgetBlueprintGeneratedClass TextRotator.TextRotator_C
|
|
// 0x0010 (0x0B80 - 0x0B70)
|
|
class UTextRotator_C final : public UCommonRotator
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0B70(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class UCommonBorder* MainBorder; // 0x0B78(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
|
|
public:
|
|
void ExecuteUbergraph_TextRotator(int32 EntryPoint);
|
|
void Construct();
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"TextRotator_C">();
|
|
}
|
|
static class UTextRotator_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UTextRotator_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UTextRotator_C) == 0x000008, "Wrong alignment on UTextRotator_C");
|
|
static_assert(sizeof(UTextRotator_C) == 0x000B80, "Wrong size on UTextRotator_C");
|
|
static_assert(offsetof(UTextRotator_C, UberGraphFrame) == 0x000B70, "Member 'UTextRotator_C::UberGraphFrame' has a wrong offset!");
|
|
static_assert(offsetof(UTextRotator_C, MainBorder) == 0x000B78, "Member 'UTextRotator_C::MainBorder' has a wrong offset!");
|
|
|
|
}
|
|
|