Files
UnrealEvent/Aeon-740/SDK/TutorialToastWidget_functions.cpp
2024-10-18 01:01:36 +01:00

327 lines
10 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: TutorialToastWidget
#include "Basic.hpp"
#include "TutorialToastWidget_classes.hpp"
#include "TutorialToastWidget_parameters.hpp"
namespace SDK
{
// Function TutorialToastWidget.TutorialToastWidget_C.OnFinishedToast__DelegateSignature
// (Public, Delegate, BlueprintCallable, BlueprintEvent)
void UTutorialToastWidget_C::OnFinishedToast__DelegateSignature()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("TutorialToastWidget_C", "OnFinishedToast__DelegateSignature");
UObject::ProcessEvent(Func, nullptr);
}
// Function TutorialToastWidget.TutorialToastWidget_C.OnToastClicked__DelegateSignature
// (Public, Delegate, BlueprintCallable, BlueprintEvent)
void UTutorialToastWidget_C::OnToastClicked__DelegateSignature()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("TutorialToastWidget_C", "OnToastClicked__DelegateSignature");
UObject::ProcessEvent(Func, nullptr);
}
// Function TutorialToastWidget.TutorialToastWidget_C.ExecuteUbergraph_TutorialToastWidget
// (Final, UbergraphFunction, HasDefaults)
// Parameters:
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void UTutorialToastWidget_C::ExecuteUbergraph_TutorialToastWidget(int32 EntryPoint)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("TutorialToastWidget_C", "ExecuteUbergraph_TutorialToastWidget");
Params::TutorialToastWidget_C_ExecuteUbergraph_TutorialToastWidget Parms{};
Parms.EntryPoint = EntryPoint;
UObject::ProcessEvent(Func, &Parms);
}
// Function TutorialToastWidget.TutorialToastWidget_C.WidgetAnimationEvt_Outro_K2Node_WidgetAnimationEvent_2
// (BlueprintEvent)
void UTutorialToastWidget_C::WidgetAnimationEvt_Outro_K2Node_WidgetAnimationEvent_2()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("TutorialToastWidget_C", "WidgetAnimationEvt_Outro_K2Node_WidgetAnimationEvent_2");
UObject::ProcessEvent(Func, nullptr);
}
// Function TutorialToastWidget.TutorialToastWidget_C.WidgetAnimationEvt_Intro_K2Node_WidgetAnimationEvent_1
// (BlueprintEvent)
void UTutorialToastWidget_C::WidgetAnimationEvt_Intro_K2Node_WidgetAnimationEvent_1()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("TutorialToastWidget_C", "WidgetAnimationEvt_Intro_K2Node_WidgetAnimationEvent_1");
UObject::ProcessEvent(Func, nullptr);
}
// Function TutorialToastWidget.TutorialToastWidget_C.WidgetAnimationEvt_Intro_K2Node_WidgetAnimationEvent_0
// (BlueprintEvent)
void UTutorialToastWidget_C::WidgetAnimationEvt_Intro_K2Node_WidgetAnimationEvent_0()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("TutorialToastWidget_C", "WidgetAnimationEvt_Intro_K2Node_WidgetAnimationEvent_0");
UObject::ProcessEvent(Func, nullptr);
}
// Function TutorialToastWidget.TutorialToastWidget_C.RemoveWidget
// (BlueprintCallable, BlueprintEvent)
void UTutorialToastWidget_C::RemoveWidget()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("TutorialToastWidget_C", "RemoveWidget");
UObject::ProcessEvent(Func, nullptr);
}
// Function TutorialToastWidget.TutorialToastWidget_C.CompleteToast
// (BlueprintCallable, BlueprintEvent)
void UTutorialToastWidget_C::CompleteToast()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("TutorialToastWidget_C", "CompleteToast");
UObject::ProcessEvent(Func, nullptr);
}
// Function TutorialToastWidget.TutorialToastWidget_C.Clicked
// (BlueprintCallable, BlueprintEvent)
void UTutorialToastWidget_C::Clicked()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("TutorialToastWidget_C", "Clicked");
UObject::ProcessEvent(Func, nullptr);
}
// Function TutorialToastWidget.TutorialToastWidget_C.SimulateAthenaStoreToast
// (BlueprintCallable, BlueprintEvent)
void UTutorialToastWidget_C::SimulateAthenaStoreToast()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("TutorialToastWidget_C", "SimulateAthenaStoreToast");
UObject::ProcessEvent(Func, nullptr);
}
// Function TutorialToastWidget.TutorialToastWidget_C.On Idle Finished
// (BlueprintCallable, BlueprintEvent)
void UTutorialToastWidget_C::On_Idle_Finished()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("TutorialToastWidget_C", "On Idle Finished");
UObject::ProcessEvent(Func, nullptr);
}
// Function TutorialToastWidget.TutorialToastWidget_C.Start Toast Animation
// (BlueprintCallable, BlueprintEvent)
void UTutorialToastWidget_C::Start_Toast_Animation()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("TutorialToastWidget_C", "Start Toast Animation");
UObject::ProcessEvent(Func, nullptr);
}
// Function TutorialToastWidget.TutorialToastWidget_C.OnShowToast
// (BlueprintCallable, BlueprintEvent)
// Parameters:
// struct FFortToastDisplayInfo DispalyInfo (BlueprintVisible, BlueprintReadOnly, Parm)
void UTutorialToastWidget_C::OnShowToast(const struct FFortToastDisplayInfo& DispalyInfo)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("TutorialToastWidget_C", "OnShowToast");
Params::TutorialToastWidget_C_OnShowToast Parms{};
Parms.DispalyInfo = std::move(DispalyInfo);
UObject::ProcessEvent(Func, &Parms);
}
// Function TutorialToastWidget.TutorialToastWidget_C.OnLoaded_3011ADA2432D60D311EC38ADECCDDF44
// (BlueprintCallable, BlueprintEvent)
// Parameters:
// class UObject* Loaded (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void UTutorialToastWidget_C::OnLoaded_3011ADA2432D60D311EC38ADECCDDF44(class UObject* Loaded)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("TutorialToastWidget_C", "OnLoaded_3011ADA2432D60D311EC38ADECCDDF44");
Params::TutorialToastWidget_C_OnLoaded_3011ADA2432D60D311EC38ADECCDDF44 Parms{};
Parms.Loaded = Loaded;
UObject::ProcessEvent(Func, &Parms);
}
// Function TutorialToastWidget.TutorialToastWidget_C.ShowToast
// (Public, BlueprintCallable, BlueprintEvent)
// Parameters:
// struct FFortToastDisplayInfo DisplayInfo (BlueprintVisible, BlueprintReadOnly, Parm)
void UTutorialToastWidget_C::ShowToast(const struct FFortToastDisplayInfo& DisplayInfo)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("TutorialToastWidget_C", "ShowToast");
Params::TutorialToastWidget_C_ShowToast Parms{};
Parms.DisplayInfo = std::move(DisplayInfo);
UObject::ProcessEvent(Func, &Parms);
}
// Function TutorialToastWidget.TutorialToastWidget_C.SetAndShowText
// (Protected, HasDefaults, BlueprintCallable, BlueprintEvent)
// Parameters:
// class FText Text (BlueprintVisible, BlueprintReadOnly, Parm)
// class UCommonTextBlock* TextBlock (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void UTutorialToastWidget_C::SetAndShowText(const class FText& Text, class UCommonTextBlock* TextBlock)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("TutorialToastWidget_C", "SetAndShowText");
Params::TutorialToastWidget_C_SetAndShowText Parms{};
Parms.Text = std::move(Text);
Parms.TextBlock = TextBlock;
UObject::ProcessEvent(Func, &Parms);
}
// Function TutorialToastWidget.TutorialToastWidget_C.OnMouseButtonDown
// (BlueprintCosmetic, Event, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintEvent)
// Parameters:
// struct FGeometry MyGeometry (BlueprintVisible, BlueprintReadOnly, Parm, IsPlainOldData, NoDestructor)
// struct FPointerEvent MouseEvent (ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, OutParm, ReferenceParm)
// struct FEventReply ReturnValue (Parm, OutParm, ReturnParm)
struct FEventReply UTutorialToastWidget_C::OnMouseButtonDown(const struct FGeometry& MyGeometry, const struct FPointerEvent& MouseEvent)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("TutorialToastWidget_C", "OnMouseButtonDown");
Params::TutorialToastWidget_C_OnMouseButtonDown Parms{};
Parms.MyGeometry = std::move(MyGeometry);
Parms.MouseEvent = std::move(MouseEvent);
UObject::ProcessEvent(Func, &Parms);
return Parms.ReturnValue;
}
// Function TutorialToastWidget.TutorialToastWidget_C.OnMouseButtonUp
// (BlueprintCosmetic, Event, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintEvent)
// Parameters:
// struct FGeometry MyGeometry (BlueprintVisible, BlueprintReadOnly, Parm, IsPlainOldData, NoDestructor)
// struct FPointerEvent MouseEvent (ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, OutParm, ReferenceParm)
// struct FEventReply ReturnValue (Parm, OutParm, ReturnParm)
struct FEventReply UTutorialToastWidget_C::OnMouseButtonUp(const struct FGeometry& MyGeometry, const struct FPointerEvent& MouseEvent)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("TutorialToastWidget_C", "OnMouseButtonUp");
Params::TutorialToastWidget_C_OnMouseButtonUp Parms{};
Parms.MyGeometry = std::move(MyGeometry);
Parms.MouseEvent = std::move(MouseEvent);
UObject::ProcessEvent(Func, &Parms);
return Parms.ReturnValue;
}
}