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

123 lines
3.1 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: AthenaNews
#include "Basic.hpp"
#include "AthenaNews_classes.hpp"
#include "AthenaNews_parameters.hpp"
namespace SDK
{
// Function AthenaNews.AthenaNews_C.UpdateStyle__DelegateSignature
// (Public, Delegate, BlueprintCallable, BlueprintEvent)
// Parameters:
// EAthenaNewsStyle NewStyle (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void UAthenaNews_C::UpdateStyle__DelegateSignature(EAthenaNewsStyle NewStyle)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaNews_C", "UpdateStyle__DelegateSignature");
Params::AthenaNews_C_UpdateStyle__DelegateSignature Parms{};
Parms.NewStyle = NewStyle;
UObject::ProcessEvent(Func, &Parms);
}
// Function AthenaNews.AthenaNews_C.ExecuteUbergraph_AthenaNews
// (Final, UbergraphFunction)
// Parameters:
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void UAthenaNews_C::ExecuteUbergraph_AthenaNews(int32 EntryPoint)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaNews_C", "ExecuteUbergraph_AthenaNews");
Params::AthenaNews_C_ExecuteUbergraph_AthenaNews Parms{};
Parms.EntryPoint = EntryPoint;
UObject::ProcessEvent(Func, &Parms);
}
// Function AthenaNews.AthenaNews_C.HandleNewsStyle
// (Event, Public, BlueprintEvent)
// Parameters:
// EAthenaNewsStyle NewsStyle (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void UAthenaNews_C::HandleNewsStyle(EAthenaNewsStyle NewsStyle)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaNews_C", "HandleNewsStyle");
Params::AthenaNews_C_HandleNewsStyle Parms{};
Parms.NewsStyle = NewsStyle;
UObject::ProcessEvent(Func, &Parms);
}
// Function AthenaNews.AthenaNews_C.BeginIntroSequence
// (BlueprintCallable, BlueprintEvent)
void UAthenaNews_C::BeginIntroSequence()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaNews_C", "BeginIntroSequence");
UObject::ProcessEvent(Func, nullptr);
}
// Function AthenaNews.AthenaNews_C.ResetViewConfiguration
// (Event, Public, BlueprintEvent)
void UAthenaNews_C::ResetViewConfiguration()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaNews_C", "ResetViewConfiguration");
UObject::ProcessEvent(Func, nullptr);
}
// Function AthenaNews.AthenaNews_C.SingleItemConfiguration
// (Event, Public, BlueprintEvent)
void UAthenaNews_C::SingleItemConfiguration()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("AthenaNews_C", "SingleItemConfiguration");
UObject::ProcessEvent(Func, nullptr);
}
}