Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/FunctionalTesting/UHT/GroundTruthData.generated.h

71 lines
3.1 KiB
C
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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 "GroundTruthData.h"
#ifdef FUNCTIONALTESTING_GroundTruthData_generated_h
#error "GroundTruthData.generated.h already included, missing '#pragma once' in GroundTruthData.h"
#endif
#define FUNCTIONALTESTING_GroundTruthData_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
class UObject;
// ********** Begin Class UGroundTruthData *********************************************************
#define FID_Engine_Source_Developer_FunctionalTesting_Public_GroundTruthData_h_24_RPC_WRAPPERS_NO_PURE_DECLS \
DECLARE_FUNCTION(execResetObject); \
DECLARE_FUNCTION(execCanModify); \
DECLARE_FUNCTION(execLoadObject); \
DECLARE_FUNCTION(execSaveObject);
struct Z_Construct_UClass_UGroundTruthData_Statics;
FUNCTIONALTESTING_API UClass* Z_Construct_UClass_UGroundTruthData_NoRegister();
#define FID_Engine_Source_Developer_FunctionalTesting_Public_GroundTruthData_h_24_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUGroundTruthData(); \
friend struct ::Z_Construct_UClass_UGroundTruthData_Statics; \
static UClass* GetPrivateStaticClass(); \
friend FUNCTIONALTESTING_API UClass* ::Z_Construct_UClass_UGroundTruthData_NoRegister(); \
public: \
DECLARE_CLASS2(UGroundTruthData, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FunctionalTesting"), Z_Construct_UClass_UGroundTruthData_NoRegister) \
DECLARE_SERIALIZER(UGroundTruthData)
#define FID_Engine_Source_Developer_FunctionalTesting_Public_GroundTruthData_h_24_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UGroundTruthData(UGroundTruthData&&) = delete; \
UGroundTruthData(const UGroundTruthData&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(FUNCTIONALTESTING_API, UGroundTruthData); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UGroundTruthData); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UGroundTruthData) \
FUNCTIONALTESTING_API virtual ~UGroundTruthData();
#define FID_Engine_Source_Developer_FunctionalTesting_Public_GroundTruthData_h_21_PROLOG
#define FID_Engine_Source_Developer_FunctionalTesting_Public_GroundTruthData_h_24_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Developer_FunctionalTesting_Public_GroundTruthData_h_24_RPC_WRAPPERS_NO_PURE_DECLS \
FID_Engine_Source_Developer_FunctionalTesting_Public_GroundTruthData_h_24_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Developer_FunctionalTesting_Public_GroundTruthData_h_24_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UGroundTruthData;
// ********** End Class UGroundTruthData ***********************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Developer_FunctionalTesting_Public_GroundTruthData_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS