95 lines
2.8 KiB
C++
95 lines
2.8 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: WBP_WidescreenRatioBox
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "WBP_WidescreenRatioBox_classes.hpp"
|
|
#include "WBP_WidescreenRatioBox_parameters.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// Function WBP_WidescreenRatioBox.WBP_WidescreenRatioBox_C.ExecuteUbergraph_WBP_WidescreenRatioBox
|
|
// (Final, UbergraphFunction)
|
|
// Parameters:
|
|
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UWBP_WidescreenRatioBox_C::ExecuteUbergraph_WBP_WidescreenRatioBox(int32 EntryPoint)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("WBP_WidescreenRatioBox_C", "ExecuteUbergraph_WBP_WidescreenRatioBox");
|
|
|
|
Params::WBP_WidescreenRatioBox_C_ExecuteUbergraph_WBP_WidescreenRatioBox Parms{};
|
|
|
|
Parms.EntryPoint = EntryPoint;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function WBP_WidescreenRatioBox.WBP_WidescreenRatioBox_C.OnSettingsApplied
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// const class UConfigurableGameUserSettings*UserConfig (ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UWBP_WidescreenRatioBox_C::OnSettingsApplied(const class UConfigurableGameUserSettings* UserConfig)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("WBP_WidescreenRatioBox_C", "OnSettingsApplied");
|
|
|
|
Params::WBP_WidescreenRatioBox_C_OnSettingsApplied Parms{};
|
|
|
|
Parms.UserConfig = UserConfig;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function WBP_WidescreenRatioBox.WBP_WidescreenRatioBox_C.PreConstruct
|
|
// (BlueprintCosmetic, Event, Public, BlueprintEvent)
|
|
// Parameters:
|
|
// bool IsDesignTime (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UWBP_WidescreenRatioBox_C::PreConstruct(bool IsDesignTime)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("WBP_WidescreenRatioBox_C", "PreConstruct");
|
|
|
|
Params::WBP_WidescreenRatioBox_C_PreConstruct Parms{};
|
|
|
|
Parms.IsDesignTime = IsDesignTime;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function WBP_WidescreenRatioBox.WBP_WidescreenRatioBox_C.SetWidescreenRatio
|
|
// (Public, BlueprintCallable, BlueprintEvent)
|
|
|
|
void UWBP_WidescreenRatioBox_C::SetWidescreenRatio()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("WBP_WidescreenRatioBox_C", "SetWidescreenRatio");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
}
|
|
|