Files
UnrealEvent/Aeon-740/SDK/CircleAroundPrimaryAssignmentGoals_Blaster_classes.hpp
2024-10-18 01:01:36 +01:00

38 lines
1.0 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: CircleAroundPrimaryAssignmentGoals_Blaster
#include "Basic.hpp"
#include "FortniteGame_classes.hpp"
namespace SDK
{
// BlueprintGeneratedClass CircleAroundPrimaryAssignmentGoals_Blaster.CircleAroundPrimaryAssignmentGoals_Blaster_C
// 0x0000 (0x00D8 - 0x00D8)
class UCircleAroundPrimaryAssignmentGoals_Blaster_C final : public UFortAIGoalProvider_EnvQuery
{
public:
static class UClass* StaticClass()
{
return StaticBPGeneratedClassImpl<"CircleAroundPrimaryAssignmentGoals_Blaster_C">();
}
static class UCircleAroundPrimaryAssignmentGoals_Blaster_C* GetDefaultObj()
{
return GetDefaultObjImpl<UCircleAroundPrimaryAssignmentGoals_Blaster_C>();
}
};
static_assert(alignof(UCircleAroundPrimaryAssignmentGoals_Blaster_C) == 0x000008, "Wrong alignment on UCircleAroundPrimaryAssignmentGoals_Blaster_C");
static_assert(sizeof(UCircleAroundPrimaryAssignmentGoals_Blaster_C) == 0x0000D8, "Wrong size on UCircleAroundPrimaryAssignmentGoals_Blaster_C");
}