Files
EscapeTheBackrooms_Internal/EscapeTheBackroomsGUiTest/SDK/SDK/WB_Gamma_Theme2_classes.hpp
2024-04-20 14:19:09 +02:00

37 lines
1.8 KiB
C++

#pragma once
// Dumped with Dumper-7!
namespace SDK
{
//---------------------------------------------------------------------------------------------------------------------
// CLASSES
//---------------------------------------------------------------------------------------------------------------------
// 0x30 (0x290 - 0x260)
// WidgetBlueprintGeneratedClass WB_Gamma_Theme2.WB_Gamma_Theme2_C
class UWB_Gamma_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)
FMulticastInlineDelegateProperty_ OnValueChanged; // 0x270(0x10)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, BlueprintAssignable, BlueprintCallable)
FMulticastInlineDelegateProperty_ OnMouseCaptureEnd; // 0x280(0x10)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, BlueprintAssignable, BlueprintCallable)
static class UClass* StaticClass();
static class UWB_Gamma_Theme2_C* GetDefaultObj();
void Set_SliderValue(float InValue);
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_Gamma_Theme2(int32 EntryPoint, float K2Node_ComponentBoundEvent_Value);
void OnMouseCaptureEnd__DelegateSignature();
void OnValueChanged__DelegateSignature(float Gamma);
};
}