63 lines
3.2 KiB
C++
63 lines
3.2 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 "GeometryCacheCodecBase.h"
|
|
|
|
#ifdef GEOMETRYCACHE_GeometryCacheCodecBase_generated_h
|
|
#error "GeometryCacheCodecBase.generated.h already included, missing '#pragma once' in GeometryCacheCodecBase.h"
|
|
#endif
|
|
#define GEOMETRYCACHE_GeometryCacheCodecBase_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class UGeometryCacheCodecBase **************************************************
|
|
struct Z_Construct_UClass_UGeometryCacheCodecBase_Statics;
|
|
GEOMETRYCACHE_API UClass* Z_Construct_UClass_UGeometryCacheCodecBase_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCache_Classes_GeometryCacheCodecBase_h_119_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUGeometryCacheCodecBase(); \
|
|
friend struct ::Z_Construct_UClass_UGeometryCacheCodecBase_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend GEOMETRYCACHE_API UClass* ::Z_Construct_UClass_UGeometryCacheCodecBase_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UGeometryCacheCodecBase, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/GeometryCache"), Z_Construct_UClass_UGeometryCacheCodecBase_NoRegister) \
|
|
DECLARE_SERIALIZER(UGeometryCacheCodecBase)
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCache_Classes_GeometryCacheCodecBase_h_119_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
GEOMETRYCACHE_API UGeometryCacheCodecBase(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UGeometryCacheCodecBase) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(GEOMETRYCACHE_API, UGeometryCacheCodecBase); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UGeometryCacheCodecBase); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UGeometryCacheCodecBase(UGeometryCacheCodecBase&&) = delete; \
|
|
UGeometryCacheCodecBase(const UGeometryCacheCodecBase&) = delete;
|
|
|
|
|
|
#define FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCache_Classes_GeometryCacheCodecBase_h_116_PROLOG
|
|
#define FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCache_Classes_GeometryCacheCodecBase_h_119_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCache_Classes_GeometryCacheCodecBase_h_119_INCLASS \
|
|
FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCache_Classes_GeometryCacheCodecBase_h_119_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UGeometryCacheCodecBase;
|
|
|
|
// ********** End Class UGeometryCacheCodecBase ****************************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCache_Classes_GeometryCacheCodecBase_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|