mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
41 lines
1.1 KiB
C++
41 lines
1.1 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: M_MED_Sensei_Skeleton_AnimBP
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "M_MED_Sensei_Skeleton_AnimBP_classes.hpp"
|
|
#include "M_MED_Sensei_Skeleton_AnimBP_parameters.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// Function M_MED_Sensei_Skeleton_AnimBP.M_MED_Sensei_Skeleton_AnimBP_C.ExecuteUbergraph_M_MED_Sensei_Skeleton_AnimBP
|
|
// (Final, UbergraphFunction)
|
|
// Parameters:
|
|
// int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
void UM_MED_Sensei_Skeleton_AnimBP_C::ExecuteUbergraph_M_MED_Sensei_Skeleton_AnimBP(int32 EntryPoint)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("M_MED_Sensei_Skeleton_AnimBP_C", "ExecuteUbergraph_M_MED_Sensei_Skeleton_AnimBP");
|
|
|
|
Params::M_MED_Sensei_Skeleton_AnimBP_C_ExecuteUbergraph_M_MED_Sensei_Skeleton_AnimBP Parms{};
|
|
|
|
Parms.EntryPoint = EntryPoint;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
}
|
|
|