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

76 lines
2.2 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: ProfileStatsAllStatsSubScreen
#include "Basic.hpp"
#include "ProfileStatsAllStatsSubScreen_classes.hpp"
#include "ProfileStatsAllStatsSubScreen_parameters.hpp"
namespace SDK
{
// Function ProfileStatsAllStatsSubScreen.ProfileStatsAllStatsSubScreen_C.ExecuteUbergraph_ProfileStatsAllStatsSubScreen
// (Final, UbergraphFunction, HasDefaults)
// Parameters:
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void UProfileStatsAllStatsSubScreen_C::ExecuteUbergraph_ProfileStatsAllStatsSubScreen(int32 EntryPoint)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("ProfileStatsAllStatsSubScreen_C", "ExecuteUbergraph_ProfileStatsAllStatsSubScreen");
Params::ProfileStatsAllStatsSubScreen_C_ExecuteUbergraph_ProfileStatsAllStatsSubScreen Parms{};
Parms.EntryPoint = EntryPoint;
UObject::ProcessEvent(Func, &Parms);
}
// Function ProfileStatsAllStatsSubScreen.ProfileStatsAllStatsSubScreen_C.Construct
// (BlueprintCosmetic, Event, Public, BlueprintEvent)
void UProfileStatsAllStatsSubScreen_C::Construct()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("ProfileStatsAllStatsSubScreen_C", "Construct");
UObject::ProcessEvent(Func, nullptr);
}
// Function ProfileStatsAllStatsSubScreen.ProfileStatsAllStatsSubScreen_C.HandleBack
// (Public, HasOutParams, BlueprintCallable, BlueprintEvent)
// Parameters:
// bool PassThrough (Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor)
void UProfileStatsAllStatsSubScreen_C::HandleBack(bool* PassThrough)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("ProfileStatsAllStatsSubScreen_C", "HandleBack");
Params::ProfileStatsAllStatsSubScreen_C_HandleBack Parms{};
UObject::ProcessEvent(Func, &Parms);
if (PassThrough != nullptr)
*PassThrough = Parms.PassThrough;
}
}