mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
58 lines
1.4 KiB
C++
58 lines
1.4 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: BlueprintContext
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// Class BlueprintContext.BlueprintContextBase
|
|
// 0x0000 (0x0028 - 0x0028)
|
|
class UBlueprintContextBase : public USubsystem
|
|
{
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticClassImpl<"BlueprintContextBase">();
|
|
}
|
|
static class UBlueprintContextBase* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UBlueprintContextBase>();
|
|
}
|
|
};
|
|
static_assert(alignof(UBlueprintContextBase) == 0x000008, "Wrong alignment on UBlueprintContextBase");
|
|
static_assert(sizeof(UBlueprintContextBase) == 0x000028, "Wrong size on UBlueprintContextBase");
|
|
|
|
// Class BlueprintContext.BlueprintContextLibrary
|
|
// 0x0000 (0x0028 - 0x0028)
|
|
class UBlueprintContextLibrary final : public UBlueprintFunctionLibrary
|
|
{
|
|
public:
|
|
static class USubsystem* GetContext(class UObject* ContextObject, TSubclassOf<class USubsystem> Param_Class);
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticClassImpl<"BlueprintContextLibrary">();
|
|
}
|
|
static class UBlueprintContextLibrary* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UBlueprintContextLibrary>();
|
|
}
|
|
};
|
|
static_assert(alignof(UBlueprintContextLibrary) == 0x000008, "Wrong alignment on UBlueprintContextLibrary");
|
|
static_assert(sizeof(UBlueprintContextLibrary) == 0x000028, "Wrong size on UBlueprintContextLibrary");
|
|
|
|
}
|
|
|