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

275 lines
7.5 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: AthenaMatchmakingTile
#include "Basic.hpp"
#include "AthenaMatchmakingTile_classes.hpp"
#include "AthenaMatchmakingTile_parameters.hpp"
namespace SDK
{
// Function AthenaMatchmakingTile.AthenaMatchmakingTile_C.ExecuteUbergraph_AthenaMatchmakingTile
// (Final, UbergraphFunction, HasDefaults)
// Parameters:
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void UAthenaMatchmakingTile_C::ExecuteUbergraph_AthenaMatchmakingTile(int32 EntryPoint)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaMatchmakingTile_C", "ExecuteUbergraph_AthenaMatchmakingTile");
Params::AthenaMatchmakingTile_C_ExecuteUbergraph_AthenaMatchmakingTile Parms{};
Parms.EntryPoint = EntryPoint;
UObject::ProcessEvent(Func, &Parms);
}
// Function AthenaMatchmakingTile.AthenaMatchmakingTile_C.UpdateTileAvailability
// (Event, Public, BlueprintEvent)
// Parameters:
// bool Available (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
void UAthenaMatchmakingTile_C::UpdateTileAvailability(bool Available)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaMatchmakingTile_C", "UpdateTileAvailability");
Params::AthenaMatchmakingTile_C_UpdateTileAvailability Parms{};
Parms.Available = Available;
UObject::ProcessEvent(Func, &Parms);
}
// Function AthenaMatchmakingTile.AthenaMatchmakingTile_C.UpdateDateTime
// (BlueprintCallable, BlueprintEvent)
void UAthenaMatchmakingTile_C::UpdateDateTime()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaMatchmakingTile_C", "UpdateDateTime");
UObject::ProcessEvent(Func, nullptr);
}
// Function AthenaMatchmakingTile.AthenaMatchmakingTile_C.PlayTileReveal
// (BlueprintCallable, BlueprintEvent)
void UAthenaMatchmakingTile_C::PlayTileReveal()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaMatchmakingTile_C", "PlayTileReveal");
UObject::ProcessEvent(Func, nullptr);
}
// Function AthenaMatchmakingTile.AthenaMatchmakingTile_C.OnCMSDataUpdated
// (Event, Public, BlueprintEvent)
void UAthenaMatchmakingTile_C::OnCMSDataUpdated()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaMatchmakingTile_C", "OnCMSDataUpdated");
UObject::ProcessEvent(Func, nullptr);
}
// Function AthenaMatchmakingTile.AthenaMatchmakingTile_C.BP_OnClicked
// (Event, Protected, BlueprintEvent)
void UAthenaMatchmakingTile_C::BP_OnClicked()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaMatchmakingTile_C", "BP_OnClicked");
UObject::ProcessEvent(Func, nullptr);
}
// Function AthenaMatchmakingTile.AthenaMatchmakingTile_C.SetDefaultImage
// (Event, Public, BlueprintEvent)
void UAthenaMatchmakingTile_C::SetDefaultImage()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaMatchmakingTile_C", "SetDefaultImage");
UObject::ProcessEvent(Func, nullptr);
}
// Function AthenaMatchmakingTile.AthenaMatchmakingTile_C.Construct
// (BlueprintCosmetic, Event, Public, BlueprintEvent)
void UAthenaMatchmakingTile_C::Construct()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaMatchmakingTile_C", "Construct");
UObject::ProcessEvent(Func, nullptr);
}
// Function AthenaMatchmakingTile.AthenaMatchmakingTile_C.BP_OnHovered
// (Event, Protected, BlueprintEvent)
void UAthenaMatchmakingTile_C::BP_OnHovered()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaMatchmakingTile_C", "BP_OnHovered");
UObject::ProcessEvent(Func, nullptr);
}
// Function AthenaMatchmakingTile.AthenaMatchmakingTile_C.OnImageLoadingComplete
// (BlueprintCallable, BlueprintEvent)
void UAthenaMatchmakingTile_C::OnImageLoadingComplete()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaMatchmakingTile_C", "OnImageLoadingComplete");
UObject::ProcessEvent(Func, nullptr);
}
// Function AthenaMatchmakingTile.AthenaMatchmakingTile_C.TilePlaylistSetAsMatchmakingPlaylist
// (Event, Public, BlueprintEvent)
void UAthenaMatchmakingTile_C::TilePlaylistSetAsMatchmakingPlaylist()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaMatchmakingTile_C", "TilePlaylistSetAsMatchmakingPlaylist");
UObject::ProcessEvent(Func, nullptr);
}
// Function AthenaMatchmakingTile.AthenaMatchmakingTile_C.PlaylistChanged
// (Event, Public, HasOutParams, BlueprintEvent)
// Parameters:
// struct FPlaylistFrontEndData PlaylistToRepresent (ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, OutParm, ReferenceParm)
void UAthenaMatchmakingTile_C::PlaylistChanged(const struct FPlaylistFrontEndData& PlaylistToRepresent)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaMatchmakingTile_C", "PlaylistChanged");
Params::AthenaMatchmakingTile_C_PlaylistChanged Parms{};
Parms.PlaylistToRepresent = std::move(PlaylistToRepresent);
UObject::ProcessEvent(Func, &Parms);
}
// Function AthenaMatchmakingTile.AthenaMatchmakingTile_C.SetTileSize
// (Event, Public, BlueprintEvent)
// Parameters:
// int32 NumRowTiles (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void UAthenaMatchmakingTile_C::SetTileSize(int32 NumRowTiles)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaMatchmakingTile_C", "SetTileSize");
Params::AthenaMatchmakingTile_C_SetTileSize Parms{};
Parms.NumRowTiles = NumRowTiles;
UObject::ProcessEvent(Func, &Parms);
}
// Function AthenaMatchmakingTile.AthenaMatchmakingTile_C.BP_OnDeselected
// (Event, Protected, BlueprintEvent)
void UAthenaMatchmakingTile_C::BP_OnDeselected()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaMatchmakingTile_C", "BP_OnDeselected");
UObject::ProcessEvent(Func, nullptr);
}
// Function AthenaMatchmakingTile.AthenaMatchmakingTile_C.BP_OnSelected
// (Event, Protected, BlueprintEvent)
void UAthenaMatchmakingTile_C::BP_OnSelected()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaMatchmakingTile_C", "BP_OnSelected");
UObject::ProcessEvent(Func, nullptr);
}
// Function AthenaMatchmakingTile.AthenaMatchmakingTile_C.PlayIntroOrOutro
// (Public, BlueprintCallable, BlueprintEvent)
// Parameters:
// bool PlayIntro (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
void UAthenaMatchmakingTile_C::PlayIntroOrOutro(bool PlayIntro)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaMatchmakingTile_C", "PlayIntroOrOutro");
Params::AthenaMatchmakingTile_C_PlayIntroOrOutro Parms{};
Parms.PlayIntro = PlayIntro;
UObject::ProcessEvent(Func, &Parms);
}
}