mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
408 lines
16 KiB
C++
408 lines
16 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: CreativeIslandToolsPanel
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "CreativeIslandToolsPanel_classes.hpp"
|
|
#include "CreativeIslandToolsPanel_parameters.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// Function CreativeIslandToolsPanel.CreativeIslandToolsPanel_C.OnClose__DelegateSignature
|
|
// (Public, Delegate, BlueprintCallable, BlueprintEvent)
|
|
|
|
void UCreativeIslandToolsPanel_C::OnClose__DelegateSignature()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("CreativeIslandToolsPanel_C", "OnClose__DelegateSignature");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function CreativeIslandToolsPanel.CreativeIslandToolsPanel_C.ExecuteUbergraph_CreativeIslandToolsPanel
|
|
// (Final, UbergraphFunction)
|
|
// Parameters:
|
|
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UCreativeIslandToolsPanel_C::ExecuteUbergraph_CreativeIslandToolsPanel(int32 EntryPoint)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("CreativeIslandToolsPanel_C", "ExecuteUbergraph_CreativeIslandToolsPanel");
|
|
|
|
Params::CreativeIslandToolsPanel_C_ExecuteUbergraph_CreativeIslandToolsPanel Parms{};
|
|
|
|
Parms.EntryPoint = EntryPoint;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function CreativeIslandToolsPanel.CreativeIslandToolsPanel_C.OnRestoreStateChanged
|
|
// (Event, Public, BlueprintEvent)
|
|
// Parameters:
|
|
// bool bReady (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void UCreativeIslandToolsPanel_C::OnRestoreStateChanged(bool bReady)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("CreativeIslandToolsPanel_C", "OnRestoreStateChanged");
|
|
|
|
Params::CreativeIslandToolsPanel_C_OnRestoreStateChanged Parms{};
|
|
|
|
Parms.bReady = bReady;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function CreativeIslandToolsPanel.CreativeIslandToolsPanel_C.BndEvt__Button_Backup_K2Node_ComponentBoundEvent_6_CommonButtonClicked__DelegateSignature
|
|
// (BlueprintEvent)
|
|
// Parameters:
|
|
// class UCommonButton* Button (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UCreativeIslandToolsPanel_C::BndEvt__Button_Backup_K2Node_ComponentBoundEvent_6_CommonButtonClicked__DelegateSignature(class UCommonButton* Button)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("CreativeIslandToolsPanel_C", "BndEvt__Button_Backup_K2Node_ComponentBoundEvent_6_CommonButtonClicked__DelegateSignature");
|
|
|
|
Params::CreativeIslandToolsPanel_C_BndEvt__Button_Backup_K2Node_ComponentBoundEvent_6_CommonButtonClicked__DelegateSignature Parms{};
|
|
|
|
Parms.Button = Button;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function CreativeIslandToolsPanel.CreativeIslandToolsPanel_C.OnSaveStateChanged
|
|
// (Event, Public, BlueprintEvent)
|
|
// Parameters:
|
|
// bool bSuccess (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void UCreativeIslandToolsPanel_C::OnSaveStateChanged(bool bSuccess)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("CreativeIslandToolsPanel_C", "OnSaveStateChanged");
|
|
|
|
Params::CreativeIslandToolsPanel_C_OnSaveStateChanged Parms{};
|
|
|
|
Parms.bSuccess = bSuccess;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function CreativeIslandToolsPanel.CreativeIslandToolsPanel_C.BndEvt__IconTextButton_C_3_K2Node_ComponentBoundEvent_5_CommonButtonClicked__DelegateSignature
|
|
// (BlueprintEvent)
|
|
// Parameters:
|
|
// class UCommonButton* Button (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UCreativeIslandToolsPanel_C::BndEvt__IconTextButton_C_3_K2Node_ComponentBoundEvent_5_CommonButtonClicked__DelegateSignature(class UCommonButton* Button)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("CreativeIslandToolsPanel_C", "BndEvt__IconTextButton_C_3_K2Node_ComponentBoundEvent_5_CommonButtonClicked__DelegateSignature");
|
|
|
|
Params::CreativeIslandToolsPanel_C_BndEvt__IconTextButton_C_3_K2Node_ComponentBoundEvent_5_CommonButtonClicked__DelegateSignature Parms{};
|
|
|
|
Parms.Button = Button;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function CreativeIslandToolsPanel.CreativeIslandToolsPanel_C.BndEvt__IconTextButton_K2Node_ComponentBoundEvent_4_CommonButtonClicked__DelegateSignature
|
|
// (BlueprintEvent)
|
|
// Parameters:
|
|
// class UCommonButton* Button (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UCreativeIslandToolsPanel_C::BndEvt__IconTextButton_K2Node_ComponentBoundEvent_4_CommonButtonClicked__DelegateSignature(class UCommonButton* Button)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("CreativeIslandToolsPanel_C", "BndEvt__IconTextButton_K2Node_ComponentBoundEvent_4_CommonButtonClicked__DelegateSignature");
|
|
|
|
Params::CreativeIslandToolsPanel_C_BndEvt__IconTextButton_K2Node_ComponentBoundEvent_4_CommonButtonClicked__DelegateSignature Parms{};
|
|
|
|
Parms.Button = Button;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function CreativeIslandToolsPanel.CreativeIslandToolsPanel_C.OnInputModeChanged
|
|
// (Event, Protected, BlueprintEvent)
|
|
// Parameters:
|
|
// bool bUsingGamepad (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void UCreativeIslandToolsPanel_C::OnInputModeChanged(bool bUsingGamepad)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("CreativeIslandToolsPanel_C", "OnInputModeChanged");
|
|
|
|
Params::CreativeIslandToolsPanel_C_OnInputModeChanged Parms{};
|
|
|
|
Parms.bUsingGamepad = bUsingGamepad;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function CreativeIslandToolsPanel.CreativeIslandToolsPanel_C.OnRotated
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// int32 Value (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UCreativeIslandToolsPanel_C::OnRotated(int32 Value)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("CreativeIslandToolsPanel_C", "OnRotated");
|
|
|
|
Params::CreativeIslandToolsPanel_C_OnRotated Parms{};
|
|
|
|
Parms.Value = Value;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function CreativeIslandToolsPanel.CreativeIslandToolsPanel_C.OnPermissionsUpdated
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void UCreativeIslandToolsPanel_C::OnPermissionsUpdated()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("CreativeIslandToolsPanel_C", "OnPermissionsUpdated");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function CreativeIslandToolsPanel.CreativeIslandToolsPanel_C.Click
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void UCreativeIslandToolsPanel_C::Click()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("CreativeIslandToolsPanel_C", "Click");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function CreativeIslandToolsPanel.CreativeIslandToolsPanel_C.BndEvt__IconTextButton_C_1_K2Node_ComponentBoundEvent_3_CommonButtonClicked__DelegateSignature
|
|
// (BlueprintEvent)
|
|
// Parameters:
|
|
// class UCommonButton* Button (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UCreativeIslandToolsPanel_C::BndEvt__IconTextButton_C_1_K2Node_ComponentBoundEvent_3_CommonButtonClicked__DelegateSignature(class UCommonButton* Button)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("CreativeIslandToolsPanel_C", "BndEvt__IconTextButton_C_1_K2Node_ComponentBoundEvent_3_CommonButtonClicked__DelegateSignature");
|
|
|
|
Params::CreativeIslandToolsPanel_C_BndEvt__IconTextButton_C_1_K2Node_ComponentBoundEvent_3_CommonButtonClicked__DelegateSignature Parms{};
|
|
|
|
Parms.Button = Button;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function CreativeIslandToolsPanel.CreativeIslandToolsPanel_C.BndEvt__RestoreDefaultsButton_K2Node_ComponentBoundEvent_2_CommonButtonClicked__DelegateSignature
|
|
// (BlueprintEvent)
|
|
// Parameters:
|
|
// class UCommonButton* Button (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UCreativeIslandToolsPanel_C::BndEvt__RestoreDefaultsButton_K2Node_ComponentBoundEvent_2_CommonButtonClicked__DelegateSignature(class UCommonButton* Button)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("CreativeIslandToolsPanel_C", "BndEvt__RestoreDefaultsButton_K2Node_ComponentBoundEvent_2_CommonButtonClicked__DelegateSignature");
|
|
|
|
Params::CreativeIslandToolsPanel_C_BndEvt__RestoreDefaultsButton_K2Node_ComponentBoundEvent_2_CommonButtonClicked__DelegateSignature Parms{};
|
|
|
|
Parms.Button = Button;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function CreativeIslandToolsPanel.CreativeIslandToolsPanel_C.BndEvt__IconTextButton_C_0_K2Node_ComponentBoundEvent_1_CommonButtonClicked__DelegateSignature
|
|
// (BlueprintEvent)
|
|
// Parameters:
|
|
// class UCommonButton* Button (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UCreativeIslandToolsPanel_C::BndEvt__IconTextButton_C_0_K2Node_ComponentBoundEvent_1_CommonButtonClicked__DelegateSignature(class UCommonButton* Button)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("CreativeIslandToolsPanel_C", "BndEvt__IconTextButton_C_0_K2Node_ComponentBoundEvent_1_CommonButtonClicked__DelegateSignature");
|
|
|
|
Params::CreativeIslandToolsPanel_C_BndEvt__IconTextButton_C_0_K2Node_ComponentBoundEvent_1_CommonButtonClicked__DelegateSignature Parms{};
|
|
|
|
Parms.Button = Button;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function CreativeIslandToolsPanel.CreativeIslandToolsPanel_C.UpdatePermissionSpinner
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void UCreativeIslandToolsPanel_C::UpdatePermissionSpinner()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("CreativeIslandToolsPanel_C", "UpdatePermissionSpinner");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function CreativeIslandToolsPanel.CreativeIslandToolsPanel_C.BndEvt__Button_1_K2Node_ComponentBoundEvent_0_OnButtonPressedEvent__DelegateSignature
|
|
// (BlueprintEvent)
|
|
|
|
void UCreativeIslandToolsPanel_C::BndEvt__Button_1_K2Node_ComponentBoundEvent_0_OnButtonPressedEvent__DelegateSignature()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("CreativeIslandToolsPanel_C", "BndEvt__Button_1_K2Node_ComponentBoundEvent_0_OnButtonPressedEvent__DelegateSignature");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function CreativeIslandToolsPanel.CreativeIslandToolsPanel_C.Construct
|
|
// (BlueprintCosmetic, Event, Public, BlueprintEvent)
|
|
|
|
void UCreativeIslandToolsPanel_C::Construct()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("CreativeIslandToolsPanel_C", "Construct");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function CreativeIslandToolsPanel.CreativeIslandToolsPanel_C.DialogResult_4E19A59C46094753F99FF7B328E3A779
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// EFortDialogResult Result (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
// class FName ResultName (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UCreativeIslandToolsPanel_C::DialogResult_4E19A59C46094753F99FF7B328E3A779(EFortDialogResult Result, class FName ResultName)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("CreativeIslandToolsPanel_C", "DialogResult_4E19A59C46094753F99FF7B328E3A779");
|
|
|
|
Params::CreativeIslandToolsPanel_C_DialogResult_4E19A59C46094753F99FF7B328E3A779 Parms{};
|
|
|
|
Parms.Result = Result;
|
|
Parms.ResultName = ResultName;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function CreativeIslandToolsPanel.CreativeIslandToolsPanel_C.DialogResult_73EA48DF4A6BEB4740D559AB2A8930E0
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// EFortDialogResult Result (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
// class FName ResultName (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UCreativeIslandToolsPanel_C::DialogResult_73EA48DF4A6BEB4740D559AB2A8930E0(EFortDialogResult Result, class FName ResultName)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("CreativeIslandToolsPanel_C", "DialogResult_73EA48DF4A6BEB4740D559AB2A8930E0");
|
|
|
|
Params::CreativeIslandToolsPanel_C_DialogResult_73EA48DF4A6BEB4740D559AB2A8930E0 Parms{};
|
|
|
|
Parms.Result = Result;
|
|
Parms.ResultName = ResultName;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function CreativeIslandToolsPanel.CreativeIslandToolsPanel_C.NewFunction_0
|
|
// (Public, BlueprintCallable, BlueprintEvent)
|
|
|
|
void UCreativeIslandToolsPanel_C::NewFunction_0()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("CreativeIslandToolsPanel_C", "NewFunction_0");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function CreativeIslandToolsPanel.CreativeIslandToolsPanel_C.OnFocusReceived
|
|
// (BlueprintCosmetic, Event, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// struct FGeometry MyGeometry (BlueprintVisible, BlueprintReadOnly, Parm, IsPlainOldData, NoDestructor)
|
|
// struct FFocusEvent InFocusEvent (BlueprintVisible, BlueprintReadOnly, Parm, NoDestructor)
|
|
// struct FEventReply ReturnValue (Parm, OutParm, ReturnParm)
|
|
|
|
struct FEventReply UCreativeIslandToolsPanel_C::OnFocusReceived(const struct FGeometry& MyGeometry, const struct FFocusEvent& InFocusEvent)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("CreativeIslandToolsPanel_C", "OnFocusReceived");
|
|
|
|
Params::CreativeIslandToolsPanel_C_OnFocusReceived Parms{};
|
|
|
|
Parms.MyGeometry = std::move(MyGeometry);
|
|
Parms.InFocusEvent = std::move(InFocusEvent);
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
|
|
return Parms.ReturnValue;
|
|
}
|
|
|
|
}
|
|
|