55 lines
2.0 KiB
C++
55 lines
2.0 KiB
C++
|
|
#pragma once
|
|||
|
|
|
|||
|
|
/*
|
|||
|
|
* SDK generated by Dumper-7
|
|||
|
|
*
|
|||
|
|
* https://github.com/Encryqed/Dumper-7
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
// Package: WBP_LoadingScreen
|
|||
|
|
|
|||
|
|
#include "Basic.hpp"
|
|||
|
|
|
|||
|
|
#include "Engine_structs.hpp"
|
|||
|
|
#include "UMG_classes.hpp"
|
|||
|
|
|
|||
|
|
|
|||
|
|
namespace SDK
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
// WidgetBlueprintGeneratedClass WBP_LoadingScreen.WBP_LoadingScreen_C
|
|||
|
|
// 0x0028 (0x0308 - 0x02E0)
|
|||
|
|
class UWBP_LoadingScreen_C final : public UUserWidget
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x02E0(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
|
|||
|
|
class UWidgetAnimation* Anim_Appear; // 0x02E8(0x0008)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, RepSkip, NoDestructor, HasGetValueTypeHash)
|
|||
|
|
class UCanvasPanel* CanvasPanel_0; // 0x02F0(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|||
|
|
class UImage* Image_20; // 0x02F8(0x0008)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|||
|
|
bool HasAppeared; // 0x0300(0x0001)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
void Appear();
|
|||
|
|
void Disappear();
|
|||
|
|
void ExecuteUbergraph_WBP_LoadingScreen(int32 EntryPoint);
|
|||
|
|
void ShowBlack();
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
static class UClass* StaticClass()
|
|||
|
|
{
|
|||
|
|
BP_STATIC_CLASS_IMPL("WBP_LoadingScreen_C")
|
|||
|
|
}
|
|||
|
|
static const class FName& StaticName()
|
|||
|
|
{
|
|||
|
|
STATIC_NAME_IMPL(L"WBP_LoadingScreen_C")
|
|||
|
|
}
|
|||
|
|
static class UWBP_LoadingScreen_C* GetDefaultObj()
|
|||
|
|
{
|
|||
|
|
return GetDefaultObjImpl<UWBP_LoadingScreen_C>();
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
DUMPER7_ASSERTS_UWBP_LoadingScreen_C;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|