mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-06-30 18:42:25 +08:00
55 lines
2.4 KiB
C++
55 lines
2.4 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x20 (0x20 - 0x0)
|
|
// Function WB_FOV_Theme2.WB_FOV_Theme2_C.Set_SliderValue
|
|
struct UWB_FOV_Theme2_C_Set_SliderValue_Params
|
|
{
|
|
public:
|
|
float InValue; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_272D[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class FText CallFunc_Conv_FloatToText_ReturnValue; // 0x8(0x18)(None)
|
|
};
|
|
|
|
// 0x4 (0x4 - 0x0)
|
|
// Function WB_FOV_Theme2.WB_FOV_Theme2_C.BndEvt__WB_Slider_Slider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature
|
|
struct UWB_FOV_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_FOV_Theme2.WB_FOV_Theme2_C.ExecuteUbergraph_WB_FOV_Theme2
|
|
struct UWB_FOV_Theme2_C_ExecuteUbergraph_WB_FOV_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_FOV_Theme2.WB_FOV_Theme2_C.OnValueChanged__DelegateSignature
|
|
struct UWB_FOV_Theme2_C_OnValueChanged__DelegateSignature_Params
|
|
{
|
|
public:
|
|
float Volume; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|