mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
171 lines
4.9 KiB
C++
171 lines
4.9 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: ItemCount
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "ItemCount_classes.hpp"
|
|
#include "ItemCount_parameters.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// Function ItemCount.ItemCount_C.ExecuteUbergraph_ItemCount
|
|
// (Final, UbergraphFunction)
|
|
// Parameters:
|
|
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UItemCount_C::ExecuteUbergraph_ItemCount(int32 EntryPoint)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("ItemCount_C", "ExecuteUbergraph_ItemCount");
|
|
|
|
Params::ItemCount_C_ExecuteUbergraph_ItemCount Parms{};
|
|
|
|
Parms.EntryPoint = EntryPoint;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function ItemCount.ItemCount_C.PreConstruct
|
|
// (BlueprintCosmetic, Event, Public, BlueprintEvent)
|
|
// Parameters:
|
|
// bool IsDesignTime (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void UItemCount_C::PreConstruct(bool IsDesignTime)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("ItemCount_C", "PreConstruct");
|
|
|
|
Params::ItemCount_C_PreConstruct Parms{};
|
|
|
|
Parms.IsDesignTime = IsDesignTime;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function ItemCount.ItemCount_C.Construct
|
|
// (BlueprintCosmetic, Event, Public, BlueprintEvent)
|
|
|
|
void UItemCount_C::Construct()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("ItemCount_C", "Construct");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function ItemCount.ItemCount_C.SetItemDefinition
|
|
// (Public, BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// class UFortItemDefinition* Param_ItemDefinition (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UItemCount_C::SetItemDefinition(class UFortItemDefinition* Param_ItemDefinition)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("ItemCount_C", "SetItemDefinition");
|
|
|
|
Params::ItemCount_C_SetItemDefinition Parms{};
|
|
|
|
Parms.Param_ItemDefinition = Param_ItemDefinition;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function ItemCount.ItemCount_C.SetIsBeingPreviewed
|
|
// (Public, BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// bool BeingPreviewed (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void UItemCount_C::SetIsBeingPreviewed(bool BeingPreviewed)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("ItemCount_C", "SetIsBeingPreviewed");
|
|
|
|
Params::ItemCount_C_SetIsBeingPreviewed Parms{};
|
|
|
|
Parms.BeingPreviewed = BeingPreviewed;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function ItemCount.ItemCount_C.SetOverrideValue
|
|
// (Public, BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// int32 OverrrideValue (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UItemCount_C::SetOverrideValue(int32 OverrrideValue)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("ItemCount_C", "SetOverrideValue");
|
|
|
|
Params::ItemCount_C_SetOverrideValue Parms{};
|
|
|
|
Parms.OverrrideValue = OverrrideValue;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function ItemCount.ItemCount_C.UpdateOverrideState
|
|
// (Private, BlueprintCallable, BlueprintEvent)
|
|
|
|
void UItemCount_C::UpdateOverrideState()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("ItemCount_C", "UpdateOverrideState");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function ItemCount.ItemCount_C.SetBrushAndTextStyle
|
|
// (Public, BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// EFortBrushSize InBrushSize (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
// class UClass* InStyle (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UItemCount_C::SetBrushAndTextStyle(EFortBrushSize InBrushSize, class UClass* InStyle)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("ItemCount_C", "SetBrushAndTextStyle");
|
|
|
|
Params::ItemCount_C_SetBrushAndTextStyle Parms{};
|
|
|
|
Parms.InBrushSize = InBrushSize;
|
|
Parms.InStyle = InStyle;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
}
|
|
|