mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
69 lines
1.5 KiB
C++
69 lines
1.5 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: AthenaNewsTile
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "AthenaNewsTile_classes.hpp"
|
|
#include "AthenaNewsTile_parameters.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// Function AthenaNewsTile.AthenaNewsTile_C.ExecuteUbergraph_AthenaNewsTile
|
|
// (Final, UbergraphFunction)
|
|
// Parameters:
|
|
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UAthenaNewsTile_C::ExecuteUbergraph_AthenaNewsTile(int32 EntryPoint)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("AthenaNewsTile_C", "ExecuteUbergraph_AthenaNewsTile");
|
|
|
|
Params::AthenaNewsTile_C_ExecuteUbergraph_AthenaNewsTile Parms{};
|
|
|
|
Parms.EntryPoint = EntryPoint;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function AthenaNewsTile.AthenaNewsTile_C.PlayIntroAnim
|
|
// (Event, Public, BlueprintEvent)
|
|
|
|
void UAthenaNewsTile_C::PlayIntroAnim()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("AthenaNewsTile_C", "PlayIntroAnim");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function AthenaNewsTile.AthenaNewsTile_C.SetDefaultImage
|
|
// (Event, Public, BlueprintEvent)
|
|
|
|
void UAthenaNewsTile_C::SetDefaultImage()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("AthenaNewsTile_C", "SetDefaultImage");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
}
|
|
|