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

174 lines
6.4 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: ProfileStatsMatchesSubScreen
#include "Basic.hpp"
#include "ProfileStatsMatchesSubScreen_classes.hpp"
#include "ProfileStatsMatchesSubScreen_parameters.hpp"
namespace SDK
{
// Function ProfileStatsMatchesSubScreen.ProfileStatsMatchesSubScreen_C.ExecuteUbergraph_ProfileStatsMatchesSubScreen
// (Final, UbergraphFunction)
// Parameters:
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void UProfileStatsMatchesSubScreen_C::ExecuteUbergraph_ProfileStatsMatchesSubScreen(int32 EntryPoint)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("ProfileStatsMatchesSubScreen_C", "ExecuteUbergraph_ProfileStatsMatchesSubScreen");
Params::ProfileStatsMatchesSubScreen_C_ExecuteUbergraph_ProfileStatsMatchesSubScreen Parms{};
Parms.EntryPoint = EntryPoint;
UObject::ProcessEvent(Func, &Parms);
}
// Function ProfileStatsMatchesSubScreen.ProfileStatsMatchesSubScreen_C.BndEvt__MatchList_K2Node_ComponentBoundEvent_326_OnListItemSelectionChangedDynamic__DelegateSignature
// (BlueprintEvent)
// Parameters:
// class UObject* Item (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// bool bIsSelected (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
void UProfileStatsMatchesSubScreen_C::BndEvt__MatchList_K2Node_ComponentBoundEvent_326_OnListItemSelectionChangedDynamic__DelegateSignature(class UObject* Item, bool bIsSelected)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("ProfileStatsMatchesSubScreen_C", "BndEvt__MatchList_K2Node_ComponentBoundEvent_326_OnListItemSelectionChangedDynamic__DelegateSignature");
Params::ProfileStatsMatchesSubScreen_C_BndEvt__MatchList_K2Node_ComponentBoundEvent_326_OnListItemSelectionChangedDynamic__DelegateSignature Parms{};
Parms.Item = Item;
Parms.bIsSelected = bIsSelected;
UObject::ProcessEvent(Func, &Parms);
}
// Function ProfileStatsMatchesSubScreen.ProfileStatsMatchesSubScreen_C.BndEvt__MatchList_K2Node_ComponentBoundEvent_47_OnListViewItemClicked__DelegateSignature
// (BlueprintEvent)
// Parameters:
// class UObject* Item (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
// bool bIsHovered (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
void UProfileStatsMatchesSubScreen_C::BndEvt__MatchList_K2Node_ComponentBoundEvent_47_OnListViewItemClicked__DelegateSignature(class UObject* Item, bool bIsHovered)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("ProfileStatsMatchesSubScreen_C", "BndEvt__MatchList_K2Node_ComponentBoundEvent_47_OnListViewItemClicked__DelegateSignature");
Params::ProfileStatsMatchesSubScreen_C_BndEvt__MatchList_K2Node_ComponentBoundEvent_47_OnListViewItemClicked__DelegateSignature Parms{};
Parms.Item = Item;
Parms.bIsHovered = bIsHovered;
UObject::ProcessEvent(Func, &Parms);
}
// Function ProfileStatsMatchesSubScreen.ProfileStatsMatchesSubScreen_C.OnActivated
// (Event, Protected, BlueprintEvent)
void UProfileStatsMatchesSubScreen_C::OnActivated()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("ProfileStatsMatchesSubScreen_C", "OnActivated");
UObject::ProcessEvent(Func, nullptr);
}
// Function ProfileStatsMatchesSubScreen.ProfileStatsMatchesSubScreen_C.HandleStatViewChanged
// (BlueprintCallable, BlueprintEvent)
// Parameters:
// class UAthenaBaseStatView* StatView (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void UProfileStatsMatchesSubScreen_C::HandleStatViewChanged(class UAthenaBaseStatView* StatView)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("ProfileStatsMatchesSubScreen_C", "HandleStatViewChanged");
Params::ProfileStatsMatchesSubScreen_C_HandleStatViewChanged Parms{};
Parms.StatView = StatView;
UObject::ProcessEvent(Func, &Parms);
}
// Function ProfileStatsMatchesSubScreen.ProfileStatsMatchesSubScreen_C.Construct
// (BlueprintCosmetic, Event, Public, BlueprintEvent)
void UProfileStatsMatchesSubScreen_C::Construct()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("ProfileStatsMatchesSubScreen_C", "Construct");
UObject::ProcessEvent(Func, nullptr);
}
// Function ProfileStatsMatchesSubScreen.ProfileStatsMatchesSubScreen_C.HandleBack
// (Public, HasOutParams, BlueprintCallable, BlueprintEvent)
// Parameters:
// bool PassThrough (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor)
void UProfileStatsMatchesSubScreen_C::HandleBack(bool* PassThrough)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("ProfileStatsMatchesSubScreen_C", "HandleBack");
Params::ProfileStatsMatchesSubScreen_C_HandleBack Parms{};
UObject::ProcessEvent(Func, &Parms);
if (PassThrough != nullptr)
*PassThrough = Parms.PassThrough;
}
// Function ProfileStatsMatchesSubScreen.ProfileStatsMatchesSubScreen_C.SetMatches
// (Public, HasOutParams, BlueprintCallable, BlueprintEvent)
// Parameters:
// TArray<class UObject*> InDataProvider (ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, OutParm, ZeroConstructor, ReferenceParm)
void UProfileStatsMatchesSubScreen_C::SetMatches(const TArray<class UObject*>& InDataProvider)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("ProfileStatsMatchesSubScreen_C", "SetMatches");
Params::ProfileStatsMatchesSubScreen_C_SetMatches Parms{};
Parms.InDataProvider = std::move(InDataProvider);
UObject::ProcessEvent(Func, &Parms);
}
}