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

151 lines
4.4 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: PendingAccountMergeNotification
#include "Basic.hpp"
#include "PendingAccountMergeNotification_classes.hpp"
#include "PendingAccountMergeNotification_parameters.hpp"
namespace SDK
{
// Function PendingAccountMergeNotification.PendingAccountMergeNotification_C.ExecuteUbergraph_PendingAccountMergeNotification
// (Final, UbergraphFunction, HasDefaults)
// Parameters:
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void UPendingAccountMergeNotification_C::ExecuteUbergraph_PendingAccountMergeNotification(int32 EntryPoint)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("PendingAccountMergeNotification_C", "ExecuteUbergraph_PendingAccountMergeNotification");
Params::PendingAccountMergeNotification_C_ExecuteUbergraph_PendingAccountMergeNotification Parms{};
Parms.EntryPoint = EntryPoint;
UObject::ProcessEvent(Func, &Parms);
}
// Function PendingAccountMergeNotification.PendingAccountMergeNotification_C.OnInputChanged
// (BlueprintCallable, BlueprintEvent)
// Parameters:
// ECommonInputType bNewInputType (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void UPendingAccountMergeNotification_C::OnInputChanged(ECommonInputType bNewInputType)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("PendingAccountMergeNotification_C", "OnInputChanged");
Params::PendingAccountMergeNotification_C_OnInputChanged Parms{};
Parms.bNewInputType = bNewInputType;
UObject::ProcessEvent(Func, &Parms);
}
// Function PendingAccountMergeNotification.PendingAccountMergeNotification_C.Destruct
// (BlueprintCosmetic, Event, Public, BlueprintEvent)
void UPendingAccountMergeNotification_C::Destruct()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("PendingAccountMergeNotification_C", "Destruct");
UObject::ProcessEvent(Func, nullptr);
}
// Function PendingAccountMergeNotification.PendingAccountMergeNotification_C.BP_OnClicked
// (Event, Protected, BlueprintEvent)
void UPendingAccountMergeNotification_C::BP_OnClicked()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("PendingAccountMergeNotification_C", "BP_OnClicked");
UObject::ProcessEvent(Func, nullptr);
}
// Function PendingAccountMergeNotification.PendingAccountMergeNotification_C.BP_OnUnhovered
// (Event, Protected, BlueprintEvent)
void UPendingAccountMergeNotification_C::BP_OnUnhovered()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("PendingAccountMergeNotification_C", "BP_OnUnhovered");
UObject::ProcessEvent(Func, nullptr);
}
// Function PendingAccountMergeNotification.PendingAccountMergeNotification_C.BP_OnHovered
// (Event, Protected, BlueprintEvent)
void UPendingAccountMergeNotification_C::BP_OnHovered()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("PendingAccountMergeNotification_C", "BP_OnHovered");
UObject::ProcessEvent(Func, nullptr);
}
// Function PendingAccountMergeNotification.PendingAccountMergeNotification_C.Hovered
// (BlueprintCallable, BlueprintEvent)
// Parameters:
// bool Param_IsHovered (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
void UPendingAccountMergeNotification_C::Hovered(bool Param_IsHovered)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("PendingAccountMergeNotification_C", "Hovered");
Params::PendingAccountMergeNotification_C_Hovered Parms{};
Parms.Param_IsHovered = Param_IsHovered;
UObject::ProcessEvent(Func, &Parms);
}
// Function PendingAccountMergeNotification.PendingAccountMergeNotification_C.Construct
// (BlueprintCosmetic, Event, Public, BlueprintEvent)
void UPendingAccountMergeNotification_C::Construct()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("PendingAccountMergeNotification_C", "Construct");
UObject::ProcessEvent(Func, nullptr);
}
}