mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
38 lines
793 B
C++
38 lines
793 B
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: Frontend_Commander
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "FortniteGame_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// BlueprintGeneratedClass Frontend_Commander.Frontend_Commander_C
|
|
// 0x0000 (0x0348 - 0x0348)
|
|
class AFrontend_Commander_C final : public AFortLevelScriptActor
|
|
{
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"Frontend_Commander_C">();
|
|
}
|
|
static class AFrontend_Commander_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<AFrontend_Commander_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(AFrontend_Commander_C) == 0x000008, "Wrong alignment on AFrontend_Commander_C");
|
|
static_assert(sizeof(AFrontend_Commander_C) == 0x000348, "Wrong size on AFrontend_Commander_C");
|
|
|
|
}
|
|
|