mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-08-27 11:43:28 +00:00
77 lines
1.9 KiB
C++
77 lines
1.9 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: TooltipStatWrapper
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "TooltipStatWrapper_classes.hpp"
|
|
#include "TooltipStatWrapper_parameters.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// Function TooltipStatWrapper.TooltipStatWrapper_C.ExecuteUbergraph_TooltipStatWrapper
|
|
// ()
|
|
// Parameters:
|
|
// int32 EntryPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void UTooltipStatWrapper_C::ExecuteUbergraph_TooltipStatWrapper(int32 EntryPoint)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("TooltipStatWrapper_C", "ExecuteUbergraph_TooltipStatWrapper");
|
|
|
|
Params::TooltipStatWrapper_C_ExecuteUbergraph_TooltipStatWrapper Parms{};
|
|
|
|
Parms.EntryPoint = EntryPoint;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function TooltipStatWrapper.TooltipStatWrapper_C.Construct
|
|
// (BlueprintCosmetic, Event, Public, BlueprintEvent)
|
|
|
|
void UTooltipStatWrapper_C::Construct()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("TooltipStatWrapper_C", "Construct");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function TooltipStatWrapper.TooltipStatWrapper_C.ShowUpgradeArrow
|
|
// (Public, BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// ESlateVisibility InVisibility (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void UTooltipStatWrapper_C::ShowUpgradeArrow(ESlateVisibility InVisibility)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("TooltipStatWrapper_C", "ShowUpgradeArrow");
|
|
|
|
Params::TooltipStatWrapper_C_ShowUpgradeArrow Parms{};
|
|
|
|
Parms.InVisibility = InVisibility;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|