PalWorld-NetCrack/libs/SDKLibrary/SDK/WBP_CharaCre_SliderBase_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
//---------------------------------------------------------------------------------------------------------------------
// 0x30 (0x2A8 - 0x278)
// WidgetBlueprintGeneratedClass WBP_CharaCre_SliderBase.WBP_CharaCre_SliderBase_C
class UWBP_CharaCre_SliderBase_C : public UUserWidget
{
public:
struct FPointerToUberGraphFrame UberGraphFrame; // 0x278(0x8)(ZeroConstructor, Transient, DuplicateTransient)
class UImage* Base; // 0x280(0x8)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UBP_PalTextBlock_C* Text_Slider; // 0x288(0x8)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
class UBP_PalTextBlock_C* Text_SliderNum; // 0x290(0x8)(BlueprintVisible, ExportObject, BlueprintReadOnly, ZeroConstructor, DisableEditOnInstance, InstancedReference, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
struct FDataTableRowHandle MsgId; // 0x298(0x10)(Edit, BlueprintVisible, NoDestructor)
static class UClass* StaticClass();
static class UWBP_CharaCre_SliderBase_C* GetDefaultObj();
void SetValue(int32 NewValue, class FText CallFunc_Conv_IntToText_ReturnValue);
void OnInitialized();
void ExecuteUbergraph_WBP_CharaCre_SliderBase(int32 EntryPoint, class FText CallFunc_GetLocalizedTextFromHandle_Text);
};
}