mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
494 lines
17 KiB
C++
494 lines
17 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: OptionsMenuRowSelector
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "OptionsMenuRowSelector_classes.hpp"
|
|
#include "OptionsMenuRowSelector_parameters.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// Function OptionsMenuRowSelector.OptionsMenuRowSelector_C.Selector Button Selected__DelegateSignature
|
|
// (Public, Delegate, BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// int32 Tab_Id (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UOptionsMenuRowSelector_C::Selector_Button_Selected__DelegateSignature(int32 Tab_Id)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("OptionsMenuRowSelector_C", "Selector Button Selected__DelegateSignature");
|
|
|
|
Params::OptionsMenuRowSelector_C_Selector_Button_Selected__DelegateSignature Parms{};
|
|
|
|
Parms.Tab_Id = Tab_Id;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function OptionsMenuRowSelector.OptionsMenuRowSelector_C.ExecuteUbergraph_OptionsMenuRowSelector
|
|
// (Final, UbergraphFunction, HasDefaults)
|
|
// Parameters:
|
|
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UOptionsMenuRowSelector_C::ExecuteUbergraph_OptionsMenuRowSelector(int32 EntryPoint)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("OptionsMenuRowSelector_C", "ExecuteUbergraph_OptionsMenuRowSelector");
|
|
|
|
Params::OptionsMenuRowSelector_C_ExecuteUbergraph_OptionsMenuRowSelector Parms{};
|
|
|
|
Parms.EntryPoint = EntryPoint;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function OptionsMenuRowSelector.OptionsMenuRowSelector_C.BndEvt__ButtonTouchTooltip_K2Node_ComponentBoundEvent_11_CommonButtonClicked__DelegateSignature
|
|
// (BlueprintEvent)
|
|
// Parameters:
|
|
// class UCommonButton* Button (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UOptionsMenuRowSelector_C::BndEvt__ButtonTouchTooltip_K2Node_ComponentBoundEvent_11_CommonButtonClicked__DelegateSignature(class UCommonButton* Button)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("OptionsMenuRowSelector_C", "BndEvt__ButtonTouchTooltip_K2Node_ComponentBoundEvent_11_CommonButtonClicked__DelegateSignature");
|
|
|
|
Params::OptionsMenuRowSelector_C_BndEvt__ButtonTouchTooltip_K2Node_ComponentBoundEvent_11_CommonButtonClicked__DelegateSignature Parms{};
|
|
|
|
Parms.Button = Button;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function OptionsMenuRowSelector.OptionsMenuRowSelector_C.OnSelectedButtonChanged_Event_0
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// class UCommonButton* AssociatedButton (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
// int32 ButtonIndex (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UOptionsMenuRowSelector_C::OnSelectedButtonChanged_Event_0(class UCommonButton* AssociatedButton, int32 ButtonIndex)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("OptionsMenuRowSelector_C", "OnSelectedButtonChanged_Event_0");
|
|
|
|
Params::OptionsMenuRowSelector_C_OnSelectedButtonChanged_Event_0 Parms{};
|
|
|
|
Parms.AssociatedButton = AssociatedButton;
|
|
Parms.ButtonIndex = ButtonIndex;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function OptionsMenuRowSelector.OptionsMenuRowSelector_C.CenterOnWidget
|
|
// (Event, Public, BlueprintCallable, BlueprintEvent)
|
|
|
|
void UOptionsMenuRowSelector_C::CenterOnWidget()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("OptionsMenuRowSelector_C", "CenterOnWidget");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function OptionsMenuRowSelector.OptionsMenuRowSelector_C.UpdateSetting
|
|
// (Event, Public, BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// class UCommonTextBlock* TooltipTextBlock (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UOptionsMenuRowSelector_C::UpdateSetting(class UCommonTextBlock* TooltipTextBlock)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("OptionsMenuRowSelector_C", "UpdateSetting");
|
|
|
|
Params::OptionsMenuRowSelector_C_UpdateSetting Parms{};
|
|
|
|
Parms.TooltipTextBlock = TooltipTextBlock;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function OptionsMenuRowSelector.OptionsMenuRowSelector_C.OnMouseEnter
|
|
// (BlueprintCosmetic, Event, Public, HasOutParams, BlueprintEvent)
|
|
// Parameters:
|
|
// struct FGeometry MyGeometry (BlueprintVisible, BlueprintReadOnly, Parm, IsPlainOldData, NoDestructor)
|
|
// struct FPointerEvent MouseEvent (ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, OutParm, ReferenceParm)
|
|
|
|
void UOptionsMenuRowSelector_C::OnMouseEnter(const struct FGeometry& MyGeometry, const struct FPointerEvent& MouseEvent)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("OptionsMenuRowSelector_C", "OnMouseEnter");
|
|
|
|
Params::OptionsMenuRowSelector_C_OnMouseEnter Parms{};
|
|
|
|
Parms.MyGeometry = std::move(MyGeometry);
|
|
Parms.MouseEvent = std::move(MouseEvent);
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function OptionsMenuRowSelector.OptionsMenuRowSelector_C.OnListItemObjectSet
|
|
// (Event, Protected, BlueprintEvent)
|
|
// Parameters:
|
|
// class UObject* ListItemObject (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UOptionsMenuRowSelector_C::OnListItemObjectSet(class UObject* ListItemObject)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("OptionsMenuRowSelector_C", "OnListItemObjectSet");
|
|
|
|
Params::OptionsMenuRowSelector_C_OnListItemObjectSet Parms{};
|
|
|
|
Parms.ListItemObject = ListItemObject;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function OptionsMenuRowSelector.OptionsMenuRowSelector_C.PreConstruct
|
|
// (BlueprintCosmetic, Event, Public, BlueprintEvent)
|
|
// Parameters:
|
|
// bool IsDesignTime (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void UOptionsMenuRowSelector_C::PreConstruct(bool IsDesignTime)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("OptionsMenuRowSelector_C", "PreConstruct");
|
|
|
|
Params::OptionsMenuRowSelector_C_PreConstruct Parms{};
|
|
|
|
Parms.IsDesignTime = IsDesignTime;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function OptionsMenuRowSelector.OptionsMenuRowSelector_C.Destruct
|
|
// (BlueprintCosmetic, Event, Public, BlueprintEvent)
|
|
|
|
void UOptionsMenuRowSelector_C::Destruct()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("OptionsMenuRowSelector_C", "Destruct");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function OptionsMenuRowSelector.OptionsMenuRowSelector_C.OnMouseLeave
|
|
// (BlueprintCosmetic, Event, Public, HasOutParams, BlueprintEvent)
|
|
// Parameters:
|
|
// struct FPointerEvent MouseEvent (ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, OutParm, ReferenceParm)
|
|
|
|
void UOptionsMenuRowSelector_C::OnMouseLeave(const struct FPointerEvent& MouseEvent)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("OptionsMenuRowSelector_C", "OnMouseLeave");
|
|
|
|
Params::OptionsMenuRowSelector_C_OnMouseLeave Parms{};
|
|
|
|
Parms.MouseEvent = std::move(MouseEvent);
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function OptionsMenuRowSelector.OptionsMenuRowSelector_C.Construct
|
|
// (BlueprintCosmetic, Event, Public, BlueprintEvent)
|
|
|
|
void UOptionsMenuRowSelector_C::Construct()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("OptionsMenuRowSelector_C", "Construct");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function OptionsMenuRowSelector.OptionsMenuRowSelector_C.BP_OnItemSelectionChanged
|
|
// (Event, Protected, BlueprintEvent)
|
|
// Parameters:
|
|
// bool bIsSelected (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void UOptionsMenuRowSelector_C::BP_OnItemSelectionChanged(bool bIsSelected)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("OptionsMenuRowSelector_C", "BP_OnItemSelectionChanged");
|
|
|
|
Params::OptionsMenuRowSelector_C_BP_OnItemSelectionChanged Parms{};
|
|
|
|
Parms.bIsSelected = bIsSelected;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function OptionsMenuRowSelector.OptionsMenuRowSelector_C.BP_OnItemExpansionChanged
|
|
// (Event, Protected, BlueprintEvent)
|
|
// Parameters:
|
|
// bool bIsExpanded (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void UOptionsMenuRowSelector_C::BP_OnItemExpansionChanged(bool bIsExpanded)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("OptionsMenuRowSelector_C", "BP_OnItemExpansionChanged");
|
|
|
|
Params::OptionsMenuRowSelector_C_BP_OnItemExpansionChanged Parms{};
|
|
|
|
Parms.bIsExpanded = bIsExpanded;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function OptionsMenuRowSelector.OptionsMenuRowSelector_C.BP_OnEntryReleased
|
|
// (Event, Protected, BlueprintEvent)
|
|
|
|
void UOptionsMenuRowSelector_C::BP_OnEntryReleased()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("OptionsMenuRowSelector_C", "BP_OnEntryReleased");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function OptionsMenuRowSelector.OptionsMenuRowSelector_C.Initialize Row Selector
|
|
// (Public, HasOutParams, BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// class FText Row_Text (BlueprintVisible, BlueprintReadOnly, Parm)
|
|
// TArray<class FText> Buttons (BlueprintVisible, BlueprintReadOnly, Parm, OutParm, ZeroConstructor, ReferenceParm)
|
|
// TArray<class FText> Param_Hover_Texts (BlueprintVisible, BlueprintReadOnly, Parm, OutParm, ZeroConstructor, ReferenceParm)
|
|
// bool Require_Selection (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
// class UCommonTextBlock* Tab_Tooltip (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UOptionsMenuRowSelector_C::Initialize_Row_Selector(const class FText& Row_Text, TArray<class FText>& Buttons, TArray<class FText>& Param_Hover_Texts, bool Require_Selection, class UCommonTextBlock* Tab_Tooltip)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("OptionsMenuRowSelector_C", "Initialize Row Selector");
|
|
|
|
Params::OptionsMenuRowSelector_C_Initialize_Row_Selector Parms{};
|
|
|
|
Parms.Row_Text = std::move(Row_Text);
|
|
Parms.Buttons = std::move(Buttons);
|
|
Parms.Param_Hover_Texts = std::move(Param_Hover_Texts);
|
|
Parms.Require_Selection = Require_Selection;
|
|
Parms.Tab_Tooltip = Tab_Tooltip;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
|
|
Buttons = std::move(Parms.Buttons);
|
|
Param_Hover_Texts = std::move(Parms.Param_Hover_Texts);
|
|
}
|
|
|
|
|
|
// Function OptionsMenuRowSelector.OptionsMenuRowSelector_C.Update Row Selector
|
|
// (Public, BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// int32 Tab_Number (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UOptionsMenuRowSelector_C::Update_Row_Selector(int32 Tab_Number)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("OptionsMenuRowSelector_C", "Update Row Selector");
|
|
|
|
Params::OptionsMenuRowSelector_C_Update_Row_Selector Parms{};
|
|
|
|
Parms.Tab_Number = Tab_Number;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function OptionsMenuRowSelector.OptionsMenuRowSelector_C.Deselect All Rows
|
|
// (Public, BlueprintCallable, BlueprintEvent)
|
|
|
|
void UOptionsMenuRowSelector_C::Deselect_All_Rows()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("OptionsMenuRowSelector_C", "Deselect All Rows");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function OptionsMenuRowSelector.OptionsMenuRowSelector_C.Button Hovered
|
|
// (Public, BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// class UCommonButton* Param_Button_Hovered (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UOptionsMenuRowSelector_C::Button_Hovered(class UCommonButton* Param_Button_Hovered)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("OptionsMenuRowSelector_C", "Button Hovered");
|
|
|
|
Params::OptionsMenuRowSelector_C_Button_Hovered Parms{};
|
|
|
|
Parms.Param_Button_Hovered = Param_Button_Hovered;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function OptionsMenuRowSelector.OptionsMenuRowSelector_C.DisableOption
|
|
// (Public, HasDefaults, BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// int32 OptionIndex (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UOptionsMenuRowSelector_C::DisableOption(int32 OptionIndex)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("OptionsMenuRowSelector_C", "DisableOption");
|
|
|
|
Params::OptionsMenuRowSelector_C_DisableOption Parms{};
|
|
|
|
Parms.OptionIndex = OptionIndex;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function OptionsMenuRowSelector.OptionsMenuRowSelector_C.Show Tooltip
|
|
// (Public, BlueprintCallable, BlueprintEvent)
|
|
|
|
void UOptionsMenuRowSelector_C::Show_Tooltip()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("OptionsMenuRowSelector_C", "Show Tooltip");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function OptionsMenuRowSelector.OptionsMenuRowSelector_C.On Get Menu Content
|
|
// (Public, HasOutParams, BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// class UWidget* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
class UWidget* UOptionsMenuRowSelector_C::On_Get_Menu_Content()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("OptionsMenuRowSelector_C", "On Get Menu Content");
|
|
|
|
Params::OptionsMenuRowSelector_C_On_Get_Menu_Content Parms{};
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
|
|
return Parms.ReturnValue;
|
|
}
|
|
|
|
|
|
// Function OptionsMenuRowSelector.OptionsMenuRowSelector_C.Set Selection Required
|
|
// (Public, BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// bool Selection_Required (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void UOptionsMenuRowSelector_C::Set_Selection_Required(bool Selection_Required)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("OptionsMenuRowSelector_C", "Set Selection Required");
|
|
|
|
Params::OptionsMenuRowSelector_C_Set_Selection_Required Parms{};
|
|
|
|
Parms.Selection_Required = Selection_Required;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function OptionsMenuRowSelector.OptionsMenuRowSelector_C.Hide Tooltip
|
|
// (Public, BlueprintCallable, BlueprintEvent)
|
|
|
|
void UOptionsMenuRowSelector_C::Hide_Tooltip()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("OptionsMenuRowSelector_C", "Hide Tooltip");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function OptionsMenuRowSelector.OptionsMenuRowSelector_C.GetListItemObject
|
|
// (Event, Protected, HasOutParams, BlueprintCallable, BlueprintEvent, BlueprintPure, Const)
|
|
// Parameters:
|
|
// class UObject* ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
class UObject* UOptionsMenuRowSelector_C::GetListItemObject() const
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("OptionsMenuRowSelector_C", "GetListItemObject");
|
|
|
|
Params::OptionsMenuRowSelector_C_GetListItemObject Parms{};
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
|
|
return Parms.ReturnValue;
|
|
}
|
|
|
|
}
|
|
|