mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-08-27 11:43:28 +00:00
63 lines
1.6 KiB
C++
63 lines
1.6 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: SetBlackboardLocation
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "SetBlackboardLocation_classes.hpp"
|
|
#include "SetBlackboardLocation_parameters.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// Function SetBlackboardLocation.SetBlackboardLocation_C.ExecuteUbergraph_SetBlackboardLocation
|
|
// ()
|
|
// Parameters:
|
|
// int32 EntryPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void USetBlackboardLocation_C::ExecuteUbergraph_SetBlackboardLocation(int32 EntryPoint)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("SetBlackboardLocation_C", "ExecuteUbergraph_SetBlackboardLocation");
|
|
|
|
Params::SetBlackboardLocation_C_ExecuteUbergraph_SetBlackboardLocation Parms{};
|
|
|
|
Parms.EntryPoint = EntryPoint;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function SetBlackboardLocation.SetBlackboardLocation_C.ReceiveExecute
|
|
// (Event, Protected, BlueprintEvent)
|
|
// Parameters:
|
|
// class AActor* OwnerActor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void USetBlackboardLocation_C::ReceiveExecute(class AActor* OwnerActor)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("SetBlackboardLocation_C", "ReceiveExecute");
|
|
|
|
Params::SetBlackboardLocation_C_ReceiveExecute Parms{};
|
|
|
|
Parms.OwnerActor = OwnerActor;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|