mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-08-27 19:16:45 +00:00
101 lines
2.9 KiB
C++
101 lines
2.9 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: InlineHeroCoreStat
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "InlineHeroCoreStat_classes.hpp"
|
|
#include "InlineHeroCoreStat_parameters.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// Function InlineHeroCoreStat.InlineHeroCoreStat_C.ExecuteUbergraph_InlineHeroCoreStat
|
|
// ()
|
|
// Parameters:
|
|
// int32 EntryPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void UInlineHeroCoreStat_C::ExecuteUbergraph_InlineHeroCoreStat(int32 EntryPoint)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("InlineHeroCoreStat_C", "ExecuteUbergraph_InlineHeroCoreStat");
|
|
|
|
Params::InlineHeroCoreStat_C_ExecuteUbergraph_InlineHeroCoreStat Parms{};
|
|
|
|
Parms.EntryPoint = EntryPoint;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function InlineHeroCoreStat.InlineHeroCoreStat_C.Construct
|
|
// (BlueprintCosmetic, Event, Public, BlueprintEvent)
|
|
|
|
void UInlineHeroCoreStat_C::Construct()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("InlineHeroCoreStat_C", "Construct");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function InlineHeroCoreStat.InlineHeroCoreStat_C.Update
|
|
// (Public, HasDefaults, BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// const struct FHeroCoreStat& Data_0 (Parm)
|
|
// float Value_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
// EFortBrushSize Brush_Size_0 (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void UInlineHeroCoreStat_C::Update(const struct FHeroCoreStat& Data_0, float Value_0, EFortBrushSize Brush_Size_0)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("InlineHeroCoreStat_C", "Update");
|
|
|
|
Params::InlineHeroCoreStat_C_Update Parms{};
|
|
|
|
Parms.Data_0 = std::move(Data_0);
|
|
Parms.Value_0 = Value_0;
|
|
Parms.Brush_Size_0 = Brush_Size_0;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function InlineHeroCoreStat.InlineHeroCoreStat_C.Get Tooltip Widget
|
|
// (Public, HasOutParams, BlueprintCallable, BlueprintEvent, BlueprintPure)
|
|
// Parameters:
|
|
// class UWidget* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor)
|
|
|
|
class UWidget* UInlineHeroCoreStat_C::Get_Tooltip_Widget()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("InlineHeroCoreStat_C", "Get Tooltip Widget");
|
|
|
|
Params::InlineHeroCoreStat_C_Get_Tooltip_Widget Parms{};
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
|
|
return Parms.ReturnValue;
|
|
}
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|