mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-08-27 11:43:28 +00:00
157 lines
4.0 KiB
C++
157 lines
4.0 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: LightBox
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "LightBox_classes.hpp"
|
|
#include "LightBox_parameters.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// Function LightBox.LightBox_C.ExecuteUbergraph_LightBox
|
|
// ()
|
|
// Parameters:
|
|
// int32 EntryPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void ULightBox_C::ExecuteUbergraph_LightBox(int32 EntryPoint)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("LightBox_C", "ExecuteUbergraph_LightBox");
|
|
|
|
Params::LightBox_C_ExecuteUbergraph_LightBox Parms{};
|
|
|
|
Parms.EntryPoint = EntryPoint;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function LightBox.LightBox_C.OnFadeOutComplete
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void ULightBox_C::OnFadeOutComplete()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("LightBox_C", "OnFadeOutComplete");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function LightBox.LightBox_C.Destruct
|
|
// (BlueprintCosmetic, Event, Public, BlueprintEvent)
|
|
|
|
void ULightBox_C::Destruct()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("LightBox_C", "Destruct");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function LightBox.LightBox_C.Construct
|
|
// (BlueprintCosmetic, Event, Public, BlueprintEvent)
|
|
|
|
void ULightBox_C::Construct()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("LightBox_C", "Construct");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function LightBox.LightBox_C.OnPanelDeactivated
|
|
// (Private, BlueprintCallable, BlueprintEvent)
|
|
|
|
void ULightBox_C::OnPanelDeactivated()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("LightBox_C", "OnPanelDeactivated");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function LightBox.LightBox_C.AddActivePanelContent
|
|
// (Public, BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// class UFortActionHandlerPanel* ActionHandlerPanel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
// EHorizontalAlignment InHorizontal_Alignment (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
// EVerticalAlignment InVertical_Alignment (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void ULightBox_C::AddActivePanelContent(class UFortActionHandlerPanel* ActionHandlerPanel, EHorizontalAlignment InHorizontal_Alignment, EVerticalAlignment InVertical_Alignment)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("LightBox_C", "AddActivePanelContent");
|
|
|
|
Params::LightBox_C_AddActivePanelContent Parms{};
|
|
|
|
Parms.ActionHandlerPanel = ActionHandlerPanel;
|
|
Parms.InHorizontal_Alignment = InHorizontal_Alignment;
|
|
Parms.InVertical_Alignment = InVertical_Alignment;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function LightBox.LightBox_C.EstablishContainedPanel
|
|
// (Public, BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// class UFortActionHandlerPanel* New_Panel (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void ULightBox_C::EstablishContainedPanel(class UFortActionHandlerPanel* New_Panel)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("LightBox_C", "EstablishContainedPanel");
|
|
|
|
Params::LightBox_C_EstablishContainedPanel Parms{};
|
|
|
|
Parms.New_Panel = New_Panel;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function LightBox.LightBox_C.OnPanelActivated
|
|
// (Private, BlueprintCallable, BlueprintEvent)
|
|
|
|
void ULightBox_C::OnPanelActivated()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("LightBox_C", "OnPanelActivated");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|