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

53 lines
2.2 KiB
C++

#pragma once
// Dumped with Dumper-7!
#include "../SDK.hpp"
namespace SDK
{
namespace Params
{
//---------------------------------------------------------------------------------------------------------------------
// PARAMETERS
//---------------------------------------------------------------------------------------------------------------------
// 0x4 (0x4 - 0x0)
// Function WB_Gamma_Theme2.WB_Gamma_Theme2_C.Set_SliderValue
struct UWB_Gamma_Theme2_C_Set_SliderValue_Params
{
public:
float InValue; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
// 0x4 (0x4 - 0x0)
// Function WB_Gamma_Theme2.WB_Gamma_Theme2_C.BndEvt__WB_Slider_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature
struct UWB_Gamma_Theme2_C_BndEvt__WB_Slider_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature_Params
{
public:
float Value; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
// 0x8 (0x8 - 0x0)
// Function WB_Gamma_Theme2.WB_Gamma_Theme2_C.ExecuteUbergraph_WB_Gamma_Theme2
struct UWB_Gamma_Theme2_C_ExecuteUbergraph_WB_Gamma_Theme2_Params
{
public:
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
float K2Node_ComponentBoundEvent_Value; // 0x4(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
// 0x4 (0x4 - 0x0)
// Function WB_Gamma_Theme2.WB_Gamma_Theme2_C.OnValueChanged__DelegateSignature
struct UWB_Gamma_Theme2_C_OnValueChanged__DelegateSignature_Params
{
public:
float Gamma; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
}
}