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

55 lines
1.2 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: TextRotator
#include "Basic.hpp"
#include "TextRotator_classes.hpp"
#include "TextRotator_parameters.hpp"
namespace SDK
{
// Function TextRotator.TextRotator_C.ExecuteUbergraph_TextRotator
// (Final, UbergraphFunction)
// Parameters:
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
void UTextRotator_C::ExecuteUbergraph_TextRotator(int32 EntryPoint)
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("TextRotator_C", "ExecuteUbergraph_TextRotator");
Params::TextRotator_C_ExecuteUbergraph_TextRotator Parms{};
Parms.EntryPoint = EntryPoint;
UObject::ProcessEvent(Func, &Parms);
}
// Function TextRotator.TextRotator_C.Construct
// (BlueprintCosmetic, Event, Public, BlueprintEvent)
void UTextRotator_C::Construct()
{
static class UFunction* Func = nullptr;
if (Func == nullptr)
Func = Class->GetFunction("TextRotator_C", "Construct");
UObject::ProcessEvent(Func, nullptr);
}
}