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