mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
41 lines
855 B
C++
41 lines
855 B
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: ArrowCursorWidget
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "ArrowCursorWidget_classes.hpp"
|
|
#include "ArrowCursorWidget_parameters.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// Function ArrowCursorWidget.ArrowCursorWidget_C.GetBackground_0
|
|
// (Public, HasOutParams, BlueprintCallable, BlueprintEvent, BlueprintPure)
|
|
// Parameters:
|
|
// struct FSlateBrush ReturnValue (Parm, OutParm, ReturnParm)
|
|
|
|
struct FSlateBrush UArrowCursorWidget_C::GetBackground_0()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("ArrowCursorWidget_C", "GetBackground_0");
|
|
|
|
Params::ArrowCursorWidget_C_GetBackground_0 Parms{};
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
|
|
return Parms.ReturnValue;
|
|
}
|
|
|
|
}
|
|
|