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