PalWorld-NetCrack/libs/SDKLibrary/SDK/WBP_WebBrowser_News_classes.hpp
NightFyre 9a743d2b16 toggle fullbright feature
- Adjusted SDK UGameViewportClient class members and padding
- Created helper function to get local player
- precompile headers for SDK
- SDK made into a static library ( single compile as its never changed )
2024-01-29 06:39:29 -05:00

34 lines
1.9 KiB
C++

#pragma once
// Dumped with Dumper-7!
namespace SDK
{
//---------------------------------------------------------------------------------------------------------------------
// CLASSES
//---------------------------------------------------------------------------------------------------------------------
// 0x20 (0x450 - 0x430)
// WidgetBlueprintGeneratedClass WBP_WebBrowser_News.WBP_WebBrowser_News_C
class UWBP_WebBrowser_News_C : public UPalUserWidgetOverlayUI
{
public:
struct FPointerToUberGraphFrame UberGraphFrame; // 0x430(0x8)(ZeroConstructor, Transient, DuplicateTransient)
class UWBP_CommonButton_C* WBP_CommonButton; // 0x438(0x8)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UWBP_Menu_btn_C* WBP_Menu_btn; // 0x440(0x8)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UWebBrowser* WebBrowser; // 0x448(0x8)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
static class UClass* StaticClass();
static class UWBP_WebBrowser_News_C* GetDefaultObj();
class UWidget* BP_GetDesiredFocusTarget();
void BndEvt__WBP_WebBrowserTest_WBP_Menu_btn_K2Node_ComponentBoundEvent_0_OnButtonClicked__DelegateSignature();
void BndEvt__WBP_WebBrowser_News_WBP_CommonButton_K2Node_ComponentBoundEvent_1_OnClicked__DelegateSignature();
void ExecuteUbergraph_WBP_WebBrowser_News(int32 EntryPoint);
};
}