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