Files
ReshadePluginsCore/Hogwarts Legacy/SDK/UI_BP_AsyncLoadWrapper_classes.hpp

60 lines
1.9 KiB
C++
Raw Normal View History

2026-03-06 01:33:32 +01:00
#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: UI_BP_AsyncLoadWrapper
#include "Basic.hpp"
#include "Engine_structs.hpp"
#include "Phoenix_classes.hpp"
#include "UMG_structs.hpp"
namespace SDK
{
// WidgetBlueprintGeneratedClass UI_BP_AsyncLoadWrapper.UI_BP_AsyncLoadWrapper_C
// 0x0018 (0x0320 - 0x0308)
class UUI_BP_AsyncLoadWrapper_C final : public UAsyncLoadWrapper
{
public:
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0308(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
class UCanvasPanel* Container; // 0x0310(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UCircularThrobber* Loadingwidget; // 0x0318(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
public:
void ExecuteUbergraph_UI_BP_AsyncLoadWrapper(int32 EntryPoint);
void SetThrobberVisibility(ESlateVisibility NewVisibility);
void SetParent(class UUserWidget* Parent);
void ChildLoadComplete(class UAsyncLoadWrapper* SelfReference);
void InitChild();
void EditorPreviewConstruct();
void PreConstruct(bool IsDesignTime);
void Construct();
void GetChild(class UUserWidget** AsyncChildWidget);
class UCanvasPanel* GetAttachCanvas();
public:
static class UClass* StaticClass()
{
BP_STATIC_CLASS_IMPL("UI_BP_AsyncLoadWrapper_C")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"UI_BP_AsyncLoadWrapper_C")
}
static class UUI_BP_AsyncLoadWrapper_C* GetDefaultObj()
{
return GetDefaultObjImpl<UUI_BP_AsyncLoadWrapper_C>();
}
};
DUMPER7_ASSERTS_UUI_BP_AsyncLoadWrapper_C;
}