mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-08-27 03:33:27 +00:00
40 lines
1.1 KiB
C++
40 lines
1.1 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: CircleAroundPrimaryAssignmentGoals_Bombshell
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "FortniteGame_classes.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// BlueprintGeneratedClass CircleAroundPrimaryAssignmentGoals_Bombshell.CircleAroundPrimaryAssignmentGoals_Bombshell_C
|
|
// 0x0000 (0x0070 - 0x0070)
|
|
class UCircleAroundPrimaryAssignmentGoals_Bombshell_C final : public UFortAIGoalProvider_EnvQuery
|
|
{
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"CircleAroundPrimaryAssignmentGoals_Bombshell_C">();
|
|
}
|
|
static class UCircleAroundPrimaryAssignmentGoals_Bombshell_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UCircleAroundPrimaryAssignmentGoals_Bombshell_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UCircleAroundPrimaryAssignmentGoals_Bombshell_C) == 0x000004, "Wrong alignment on UCircleAroundPrimaryAssignmentGoals_Bombshell_C");
|
|
static_assert(sizeof(UCircleAroundPrimaryAssignmentGoals_Bombshell_C) == 0x000070, "Wrong size on UCircleAroundPrimaryAssignmentGoals_Bombshell_C");
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|