68 lines
2.9 KiB
C
68 lines
2.9 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 "Engine/TextureCube.h"
|
||
|
|
|
||
|
|
#ifdef ENGINE_TextureCube_generated_h
|
||
|
|
#error "TextureCube.generated.h already included, missing '#pragma once' in TextureCube.h"
|
||
|
|
#endif
|
||
|
|
#define ENGINE_TextureCube_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
// ********** Begin Class UTextureCube *************************************************************
|
||
|
|
#define FID_Engine_Source_Runtime_Engine_Classes_Engine_TextureCube_h_16_ARCHIVESERIALIZER \
|
||
|
|
DECLARE_FSTRUCTUREDARCHIVE_SERIALIZER(UTextureCube, ENGINE_API)
|
||
|
|
|
||
|
|
|
||
|
|
struct Z_Construct_UClass_UTextureCube_Statics;
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UTextureCube_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Engine_Classes_Engine_TextureCube_h_16_INCLASS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUTextureCube(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UTextureCube_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UTextureCube_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UTextureCube, UTexture, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UTextureCube_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UTextureCube) \
|
||
|
|
FID_Engine_Source_Runtime_Engine_Classes_Engine_TextureCube_h_16_ARCHIVESERIALIZER
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Engine_Classes_Engine_TextureCube_h_16_STANDARD_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
ENGINE_API UTextureCube(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UTextureCube) \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(ENGINE_API, UTextureCube); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UTextureCube); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UTextureCube(UTextureCube&&) = delete; \
|
||
|
|
UTextureCube(const UTextureCube&) = delete;
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Engine_Classes_Engine_TextureCube_h_13_PROLOG
|
||
|
|
#define FID_Engine_Source_Runtime_Engine_Classes_Engine_TextureCube_h_16_GENERATED_BODY_LEGACY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Source_Runtime_Engine_Classes_Engine_TextureCube_h_16_INCLASS \
|
||
|
|
FID_Engine_Source_Runtime_Engine_Classes_Engine_TextureCube_h_16_STANDARD_CONSTRUCTORS \
|
||
|
|
public: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UTextureCube;
|
||
|
|
|
||
|
|
// ********** End Class UTextureCube ***************************************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_Engine_Classes_Engine_TextureCube_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|