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