mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-08-27 03:33:27 +00:00
36 lines
578 B
C++
36 lines
578 B
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: PawnThatCarries
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "PawnThatCarries_classes.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// Function PawnThatCarries.PawnThatCarries_C.ObjectRetrieved
|
|
// (Public, BlueprintCallable, BlueprintEvent)
|
|
|
|
void IPawnThatCarries_C::ObjectRetrieved()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("PawnThatCarries_C", "ObjectRetrieved");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|