mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
327 lines
10 KiB
C++
327 lines
10 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: FancyToastWidget
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "FancyToastWidget_classes.hpp"
|
|
#include "FancyToastWidget_parameters.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// Function FancyToastWidget.FancyToastWidget_C.OnFinishedToast__DelegateSignature
|
|
// (Public, Delegate, BlueprintCallable, BlueprintEvent)
|
|
|
|
void UFancyToastWidget_C::OnFinishedToast__DelegateSignature()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("FancyToastWidget_C", "OnFinishedToast__DelegateSignature");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function FancyToastWidget.FancyToastWidget_C.OnToastClicked__DelegateSignature
|
|
// (Public, Delegate, BlueprintCallable, BlueprintEvent)
|
|
|
|
void UFancyToastWidget_C::OnToastClicked__DelegateSignature()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("FancyToastWidget_C", "OnToastClicked__DelegateSignature");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function FancyToastWidget.FancyToastWidget_C.ExecuteUbergraph_FancyToastWidget
|
|
// (Final, UbergraphFunction, HasDefaults)
|
|
// Parameters:
|
|
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UFancyToastWidget_C::ExecuteUbergraph_FancyToastWidget(int32 EntryPoint)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("FancyToastWidget_C", "ExecuteUbergraph_FancyToastWidget");
|
|
|
|
Params::FancyToastWidget_C_ExecuteUbergraph_FancyToastWidget Parms{};
|
|
|
|
Parms.EntryPoint = EntryPoint;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function FancyToastWidget.FancyToastWidget_C.WidgetAnimationEvt_Outro_K2Node_WidgetAnimationEvent_2
|
|
// (BlueprintEvent)
|
|
|
|
void UFancyToastWidget_C::WidgetAnimationEvt_Outro_K2Node_WidgetAnimationEvent_2()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("FancyToastWidget_C", "WidgetAnimationEvt_Outro_K2Node_WidgetAnimationEvent_2");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function FancyToastWidget.FancyToastWidget_C.WidgetAnimationEvt_Intro_K2Node_WidgetAnimationEvent_1
|
|
// (BlueprintEvent)
|
|
|
|
void UFancyToastWidget_C::WidgetAnimationEvt_Intro_K2Node_WidgetAnimationEvent_1()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("FancyToastWidget_C", "WidgetAnimationEvt_Intro_K2Node_WidgetAnimationEvent_1");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function FancyToastWidget.FancyToastWidget_C.WidgetAnimationEvt_Intro_K2Node_WidgetAnimationEvent_0
|
|
// (BlueprintEvent)
|
|
|
|
void UFancyToastWidget_C::WidgetAnimationEvt_Intro_K2Node_WidgetAnimationEvent_0()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("FancyToastWidget_C", "WidgetAnimationEvt_Intro_K2Node_WidgetAnimationEvent_0");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function FancyToastWidget.FancyToastWidget_C.RemoveWidget
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void UFancyToastWidget_C::RemoveWidget()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("FancyToastWidget_C", "RemoveWidget");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function FancyToastWidget.FancyToastWidget_C.CompleteToast
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void UFancyToastWidget_C::CompleteToast()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("FancyToastWidget_C", "CompleteToast");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function FancyToastWidget.FancyToastWidget_C.Clicked
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void UFancyToastWidget_C::Clicked()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("FancyToastWidget_C", "Clicked");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function FancyToastWidget.FancyToastWidget_C.SimulateAthenaStoreToast
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void UFancyToastWidget_C::SimulateAthenaStoreToast()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("FancyToastWidget_C", "SimulateAthenaStoreToast");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function FancyToastWidget.FancyToastWidget_C.On Idle Finished
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void UFancyToastWidget_C::On_Idle_Finished()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("FancyToastWidget_C", "On Idle Finished");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function FancyToastWidget.FancyToastWidget_C.Start Toast Animation
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void UFancyToastWidget_C::Start_Toast_Animation()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("FancyToastWidget_C", "Start Toast Animation");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function FancyToastWidget.FancyToastWidget_C.OnShowToast
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// struct FFortToastDisplayInfo DispalyInfo (BlueprintVisible, BlueprintReadOnly, Parm)
|
|
|
|
void UFancyToastWidget_C::OnShowToast(const struct FFortToastDisplayInfo& DispalyInfo)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("FancyToastWidget_C", "OnShowToast");
|
|
|
|
Params::FancyToastWidget_C_OnShowToast Parms{};
|
|
|
|
Parms.DispalyInfo = std::move(DispalyInfo);
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function FancyToastWidget.FancyToastWidget_C.OnLoaded_9A8F5ACC4328AC430C10CEB22D17B3C8
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// class UObject* Loaded (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UFancyToastWidget_C::OnLoaded_9A8F5ACC4328AC430C10CEB22D17B3C8(class UObject* Loaded)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("FancyToastWidget_C", "OnLoaded_9A8F5ACC4328AC430C10CEB22D17B3C8");
|
|
|
|
Params::FancyToastWidget_C_OnLoaded_9A8F5ACC4328AC430C10CEB22D17B3C8 Parms{};
|
|
|
|
Parms.Loaded = Loaded;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function FancyToastWidget.FancyToastWidget_C.ShowToast
|
|
// (Public, BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// struct FFortToastDisplayInfo DisplayInfo (BlueprintVisible, BlueprintReadOnly, Parm)
|
|
|
|
void UFancyToastWidget_C::ShowToast(const struct FFortToastDisplayInfo& DisplayInfo)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("FancyToastWidget_C", "ShowToast");
|
|
|
|
Params::FancyToastWidget_C_ShowToast Parms{};
|
|
|
|
Parms.DisplayInfo = std::move(DisplayInfo);
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function FancyToastWidget.FancyToastWidget_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 UFancyToastWidget_C::SetAndShowText(const class FText& Text, class UCommonTextBlock* TextBlock)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("FancyToastWidget_C", "SetAndShowText");
|
|
|
|
Params::FancyToastWidget_C_SetAndShowText Parms{};
|
|
|
|
Parms.Text = std::move(Text);
|
|
Parms.TextBlock = TextBlock;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function FancyToastWidget.FancyToastWidget_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 UFancyToastWidget_C::OnMouseButtonDown(const struct FGeometry& MyGeometry, const struct FPointerEvent& MouseEvent)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("FancyToastWidget_C", "OnMouseButtonDown");
|
|
|
|
Params::FancyToastWidget_C_OnMouseButtonDown Parms{};
|
|
|
|
Parms.MyGeometry = std::move(MyGeometry);
|
|
Parms.MouseEvent = std::move(MouseEvent);
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
|
|
return Parms.ReturnValue;
|
|
}
|
|
|
|
|
|
// Function FancyToastWidget.FancyToastWidget_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 UFancyToastWidget_C::OnMouseButtonUp(const struct FGeometry& MyGeometry, const struct FPointerEvent& MouseEvent)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("FancyToastWidget_C", "OnMouseButtonUp");
|
|
|
|
Params::FancyToastWidget_C_OnMouseButtonUp Parms{};
|
|
|
|
Parms.MyGeometry = std::move(MyGeometry);
|
|
Parms.MouseEvent = std::move(MouseEvent);
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
|
|
return Parms.ReturnValue;
|
|
}
|
|
|
|
}
|
|
|