mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-06-30 18:42:25 +08:00
41 lines
2.8 KiB
C++
41 lines
2.8 KiB
C++
![]() |
#pragma once
|
||
|
|
||
|
// Dumped with Dumper-7!
|
||
|
|
||
|
|
||
|
namespace SDK
|
||
|
{
|
||
|
//---------------------------------------------------------------------------------------------------------------------
|
||
|
// CLASSES
|
||
|
//---------------------------------------------------------------------------------------------------------------------
|
||
|
|
||
|
// 0x40 (0x2A0 - 0x260)
|
||
|
// WidgetBlueprintGeneratedClass WB_Slider_Theme2.WB_Slider_Theme2_C
|
||
|
class UWB_Slider_Theme2_C : public UUserWidget
|
||
|
{
|
||
|
public:
|
||
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x260(0x8)(ZeroConstructor, Transient, DuplicateTransient)
|
||
|
class USlider* Slider; // 0x268(0x8)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
||
|
class UTextBlock* TextBlock_Percentage; // 0x270(0x8)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
||
|
float DefaultValue; // 0x278(0x4)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
||
|
uint8 Pad_2091[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
|
||
|
FMulticastInlineDelegateProperty_ OnValueChanged; // 0x280(0x10)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, BlueprintAssignable, BlueprintCallable)
|
||
|
FMulticastInlineDelegateProperty_ OnMouseCaptureEnd; // 0x290(0x10)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, BlueprintAssignable, BlueprintCallable)
|
||
|
|
||
|
static class UClass* StaticClass();
|
||
|
static class UWB_Slider_Theme2_C* GetDefaultObj();
|
||
|
|
||
|
void Set_SliderValue(float InValue, float CallFunc_Multiply_FloatFloat_ReturnValue, int32 CallFunc_FTrunc_ReturnValue, const class FString& CallFunc_Conv_IntToString_ReturnValue, const class FString& CallFunc_Concat_StrStr_ReturnValue, class FText CallFunc_Conv_StringToText_ReturnValue);
|
||
|
void PreConstruct(bool IsDesignTime);
|
||
|
void Construct();
|
||
|
void BndEvt__WB_Slider_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature(float Value);
|
||
|
void BndEvt__WB_Slider_Slider_K2Node_ComponentBoundEvent_1_OnMouseCaptureEndEvent__DelegateSignature();
|
||
|
void ExecuteUbergraph_WB_Slider_Theme2(int32 EntryPoint, float K2Node_ComponentBoundEvent_Value, bool K2Node_Event_IsDesignTime);
|
||
|
void OnMouseCaptureEnd__DelegateSignature();
|
||
|
void OnValueChanged__DelegateSignature(float Volume);
|
||
|
};
|
||
|
|
||
|
}
|
||
|
|
||
|
|