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