mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
59 lines
3.2 KiB
C++
59 lines
3.2 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: TutorialWindow
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "FortniteUI_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// WidgetBlueprintGeneratedClass TutorialWindow.TutorialWindow_C
|
|
// 0x0038 (0x0380 - 0x0348)
|
|
class UTutorialWindow_C final : public UFortActivatablePanel
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0348(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class UHorizontalBox* ButtonBox; // 0x0350(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UCommonTextBlock* Description; // 0x0358(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UIconTextButton_C* IconTextButton; // 0x0360(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UCommonTextBlock* Title; // 0x0368(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
UMulticastDelegateProperty_ OnRequestRetry; // 0x0370(0x0010)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, BlueprintAssignable, BlueprintCallable)
|
|
|
|
public:
|
|
void OnRequestRetry__DelegateSignature();
|
|
void ExecuteUbergraph_TutorialWindow(int32 EntryPoint);
|
|
void BndEvt__IconTextButton_K2Node_ComponentBoundEvent_0_CommonButtonClicked__DelegateSignature(class UCommonButton* Button);
|
|
void SetDescription(const class FText& Param_Description);
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"TutorialWindow_C">();
|
|
}
|
|
static class UTutorialWindow_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UTutorialWindow_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UTutorialWindow_C) == 0x000008, "Wrong alignment on UTutorialWindow_C");
|
|
static_assert(sizeof(UTutorialWindow_C) == 0x000380, "Wrong size on UTutorialWindow_C");
|
|
static_assert(offsetof(UTutorialWindow_C, UberGraphFrame) == 0x000348, "Member 'UTutorialWindow_C::UberGraphFrame' has a wrong offset!");
|
|
static_assert(offsetof(UTutorialWindow_C, ButtonBox) == 0x000350, "Member 'UTutorialWindow_C::ButtonBox' has a wrong offset!");
|
|
static_assert(offsetof(UTutorialWindow_C, Description) == 0x000358, "Member 'UTutorialWindow_C::Description' has a wrong offset!");
|
|
static_assert(offsetof(UTutorialWindow_C, IconTextButton) == 0x000360, "Member 'UTutorialWindow_C::IconTextButton' has a wrong offset!");
|
|
static_assert(offsetof(UTutorialWindow_C, Title) == 0x000368, "Member 'UTutorialWindow_C::Title' has a wrong offset!");
|
|
static_assert(offsetof(UTutorialWindow_C, OnRequestRetry) == 0x000370, "Member 'UTutorialWindow_C::OnRequestRetry' has a wrong offset!");
|
|
|
|
}
|
|
|