mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-08-27 03:33:27 +00:00
63 lines
1.5 KiB
C++
63 lines
1.5 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: BTTask_StopMovement
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "BTTask_StopMovement_classes.hpp"
|
|
#include "BTTask_StopMovement_parameters.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// Function BTTask_StopMovement.BTTask_StopMovement_C.ExecuteUbergraph_BTTask_StopMovement
|
|
// ()
|
|
// Parameters:
|
|
// int32 EntryPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void UBTTask_StopMovement_C::ExecuteUbergraph_BTTask_StopMovement(int32 EntryPoint)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("BTTask_StopMovement_C", "ExecuteUbergraph_BTTask_StopMovement");
|
|
|
|
Params::BTTask_StopMovement_C_ExecuteUbergraph_BTTask_StopMovement Parms{};
|
|
|
|
Parms.EntryPoint = EntryPoint;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function BTTask_StopMovement.BTTask_StopMovement_C.ReceiveExecute
|
|
// (Event, Protected, BlueprintEvent)
|
|
// Parameters:
|
|
// class AActor* OwnerActor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void UBTTask_StopMovement_C::ReceiveExecute(class AActor* OwnerActor)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("BTTask_StopMovement_C", "ReceiveExecute");
|
|
|
|
Params::BTTask_StopMovement_C_ReceiveExecute Parms{};
|
|
|
|
Parms.OwnerActor = OwnerActor;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|