Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/NavigationSystem/UHT/NavLinkComponent.generated.h
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

65 lines
3.1 KiB
C++

// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "NavLinkComponent.h"
#ifdef NAVIGATIONSYSTEM_NavLinkComponent_generated_h
#error "NavLinkComponent.generated.h already included, missing '#pragma once' in NavLinkComponent.h"
#endif
#define NAVIGATIONSYSTEM_NavLinkComponent_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UNavLinkComponent ********************************************************
struct Z_Construct_UClass_UNavLinkComponent_Statics;
NAVIGATIONSYSTEM_API UClass* Z_Construct_UClass_UNavLinkComponent_NoRegister();
#define FID_Engine_Source_Runtime_NavigationSystem_Public_NavLinkComponent_h_21_INCLASS \
private: \
static void StaticRegisterNativesUNavLinkComponent(); \
friend struct ::Z_Construct_UClass_UNavLinkComponent_Statics; \
static UClass* GetPrivateStaticClass(); \
friend NAVIGATIONSYSTEM_API UClass* ::Z_Construct_UClass_UNavLinkComponent_NoRegister(); \
public: \
DECLARE_CLASS2(UNavLinkComponent, UPrimitiveComponent, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/NavigationSystem"), Z_Construct_UClass_UNavLinkComponent_NoRegister) \
DECLARE_SERIALIZER(UNavLinkComponent) \
virtual UObject* _getUObject() const override { return const_cast<UNavLinkComponent*>(this); }
#define FID_Engine_Source_Runtime_NavigationSystem_Public_NavLinkComponent_h_21_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NAVIGATIONSYSTEM_API UNavLinkComponent(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UNavLinkComponent) \
DECLARE_VTABLE_PTR_HELPER_CTOR(NAVIGATIONSYSTEM_API, UNavLinkComponent); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UNavLinkComponent); \
/** Deleted move- and copy-constructors, should never be used */ \
UNavLinkComponent(UNavLinkComponent&&) = delete; \
UNavLinkComponent(const UNavLinkComponent&) = delete; \
NAVIGATIONSYSTEM_API virtual ~UNavLinkComponent();
#define FID_Engine_Source_Runtime_NavigationSystem_Public_NavLinkComponent_h_18_PROLOG
#define FID_Engine_Source_Runtime_NavigationSystem_Public_NavLinkComponent_h_21_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_NavigationSystem_Public_NavLinkComponent_h_21_INCLASS \
FID_Engine_Source_Runtime_NavigationSystem_Public_NavLinkComponent_h_21_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UNavLinkComponent;
// ********** End Class UNavLinkComponent **********************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_NavigationSystem_Public_NavLinkComponent_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS