PalWorld-NetCrack/SDK/WBP_LoadingScreen_classes.hpp
2024-01-22 14:43:11 +08:00

36 lines
2.6 KiB
C++

#pragma once
// Dumped with Dumper-7!
namespace SDK
{
//---------------------------------------------------------------------------------------------------------------------
// CLASSES
//---------------------------------------------------------------------------------------------------------------------
// 0x30 (0x438 - 0x408)
// WidgetBlueprintGeneratedClass WBP_LoadingScreen.WBP_LoadingScreen_C
class UWBP_LoadingScreen_C : public UPalLoadingScreenWidgetBase
{
public:
struct FPointerToUberGraphFrame UberGraphFrame; // 0x408(0x8)(ZeroConstructor, Transient, DuplicateTransient)
class UWidgetAnimation* Default_In; // 0x410(0x8)(BlueprintVisible, BlueprintReadOnly, ZeroConstructor, Transient, RepSkip, NoDestructor, HasGetValueTypeHash)
class UCanvasPanel* CanvasPanel_0; // 0x418(0x8)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UCircularThrobber* CircularThrobber_1; // 0x420(0x8)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UImage* Image_0; // 0x428(0x8)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UImage* Image_50; // 0x430(0x8)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
static class UClass* StaticClass();
static class UWBP_LoadingScreen_C* GetDefaultObj();
void SetBgColor(const struct FLinearColor& Color);
void Construct();
void ToggleVisibility(bool Visiable);
void ExecuteUbergraph_WBP_LoadingScreen(int32 EntryPoint, bool Temp_bool_Variable, enum class ESlateVisibility Temp_byte_Variable, enum class ESlateVisibility Temp_byte_Variable_1, class UPalDebugSetting* CallFunc_GetPalDebugSetting_ReturnValue, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate, bool CallFunc_IsValid_ReturnValue, bool K2Node_CustomEvent_Visiable, enum class ESlateVisibility K2Node_Select_Default);
};
}