PalWorld-NetCrack/libs/SDKLibrary/SDK/WBP_PalActionBarContent_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

30 lines
1.1 KiB
C++

#pragma once
// Dumped with Dumper-7!
namespace SDK
{
//---------------------------------------------------------------------------------------------------------------------
// CLASSES
//---------------------------------------------------------------------------------------------------------------------
// 0x10 (0x1520 - 0x1510)
// WidgetBlueprintGeneratedClass WBP_PalActionBarContent.WBP_PalActionBarContent_C
class UWBP_PalActionBarContent_C : public UPalCommonBoundActionButton
{
public:
struct FPointerToUberGraphFrame UberGraphFrame; // 0x1510(0x8)(ZeroConstructor, Transient, DuplicateTransient)
class UHorizontalBox* HorizontalBox_32; // 0x1518(0x8)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
static class UClass* StaticClass();
static class UWBP_PalActionBarContent_C* GetDefaultObj();
void OnUpdateInputAction();
void ExecuteUbergraph_WBP_PalActionBarContent(int32 EntryPoint);
};
}