// Copyright Epic Games, Inc. All Rights Reserved. /*=========================================================================== Generated code exported from UnrealHeaderTool. DO NOT modify this manually! Edit the corresponding .h files instead! ===========================================================================*/ #include "UObject/GeneratedCppIncludes.h" #include "Engine/ReflectionCapture.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeReflectionCapture() {} // ********** Begin Cross Module References ******************************************************** ENGINE_API UClass* Z_Construct_UClass_AActor(); ENGINE_API UClass* Z_Construct_UClass_AReflectionCapture(); ENGINE_API UClass* Z_Construct_UClass_AReflectionCapture_NoRegister(); ENGINE_API UClass* Z_Construct_UClass_UBillboardComponent_NoRegister(); ENGINE_API UClass* Z_Construct_UClass_UReflectionCaptureComponent_NoRegister(); UPackage* Z_Construct_UPackage__Script_Engine(); // ********** End Cross Module References ********************************************************** // ********** Begin Class AReflectionCapture ******************************************************* FClassRegistrationInfo Z_Registration_Info_UClass_AReflectionCapture; UClass* AReflectionCapture::GetPrivateStaticClass() { using TClass = AReflectionCapture; if (!Z_Registration_Info_UClass_AReflectionCapture.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("ReflectionCapture"), Z_Registration_Info_UClass_AReflectionCapture.InnerSingleton, StaticRegisterNativesAReflectionCapture, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_AReflectionCapture.InnerSingleton; } UClass* Z_Construct_UClass_AReflectionCapture_NoRegister() { return AReflectionCapture::GetPrivateStaticClass(); } struct Z_Construct_UClass_AReflectionCapture_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "HideCategories", "Collision Attachment Actor" }, { "IncludePath", "Engine/ReflectionCapture.h" }, { "ModuleRelativePath", "Classes/Engine/ReflectionCapture.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CaptureComponent_MetaData[] = { { "AllowPrivateAccess", "true" }, { "Category", "DecalActor" }, { "Comment", "/** Reflection capture component. */" }, { "EditInline", "true" }, { "ModuleRelativePath", "Classes/Engine/ReflectionCapture.h" }, { "ToolTip", "Reflection capture component." }, }; #if WITH_EDITORONLY_DATA static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SpriteComponent_MetaData[] = { { "EditInline", "true" }, { "ModuleRelativePath", "Classes/Engine/ReflectionCapture.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CaptureOffsetComponent_MetaData[] = { { "EditInline", "true" }, { "ModuleRelativePath", "Classes/Engine/ReflectionCapture.h" }, }; #endif // WITH_EDITORONLY_DATA #endif // WITH_METADATA // ********** Begin Class AReflectionCapture constinit property declarations *********************** static const UECodeGen_Private::FObjectPropertyParams NewProp_CaptureComponent; #if WITH_EDITORONLY_DATA static const UECodeGen_Private::FObjectPropertyParams NewProp_SpriteComponent; static const UECodeGen_Private::FObjectPropertyParams NewProp_CaptureOffsetComponent; #endif // WITH_EDITORONLY_DATA static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class AReflectionCapture constinit property declarations ************************* static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_AReflectionCapture_Statics // ********** Begin Class AReflectionCapture Property Definitions ********************************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_AReflectionCapture_Statics::NewProp_CaptureComponent = { "CaptureComponent", nullptr, (EPropertyFlags)0x01440000000a001d, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AReflectionCapture, CaptureComponent), Z_Construct_UClass_UReflectionCaptureComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CaptureComponent_MetaData), NewProp_CaptureComponent_MetaData) }; #if WITH_EDITORONLY_DATA const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_AReflectionCapture_Statics::NewProp_SpriteComponent = { "SpriteComponent", nullptr, (EPropertyFlags)0x0144000800080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AReflectionCapture, SpriteComponent), Z_Construct_UClass_UBillboardComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SpriteComponent_MetaData), NewProp_SpriteComponent_MetaData) }; const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_AReflectionCapture_Statics::NewProp_CaptureOffsetComponent = { "CaptureOffsetComponent", nullptr, (EPropertyFlags)0x0144000800080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AReflectionCapture, CaptureOffsetComponent), Z_Construct_UClass_UBillboardComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CaptureOffsetComponent_MetaData), NewProp_CaptureOffsetComponent_MetaData) }; #endif // WITH_EDITORONLY_DATA const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_AReflectionCapture_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AReflectionCapture_Statics::NewProp_CaptureComponent, #if WITH_EDITORONLY_DATA (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AReflectionCapture_Statics::NewProp_SpriteComponent, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AReflectionCapture_Statics::NewProp_CaptureOffsetComponent, #endif // WITH_EDITORONLY_DATA }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AReflectionCapture_Statics::PropPointers) < 2048); // ********** End Class AReflectionCapture Property Definitions ************************************ UObject* (*const Z_Construct_UClass_AReflectionCapture_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_AActor, (UObject* (*)())Z_Construct_UPackage__Script_Engine, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AReflectionCapture_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_AReflectionCapture_Statics::ClassParams = { &AReflectionCapture::StaticClass, "Engine", &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_AReflectionCapture_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_AReflectionCapture_Statics::PropPointers), 0, 0x008800A5u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_AReflectionCapture_Statics::Class_MetaDataParams), Z_Construct_UClass_AReflectionCapture_Statics::Class_MetaDataParams) }; void AReflectionCapture::StaticRegisterNativesAReflectionCapture() { } UClass* Z_Construct_UClass_AReflectionCapture() { if (!Z_Registration_Info_UClass_AReflectionCapture.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_AReflectionCapture.OuterSingleton, Z_Construct_UClass_AReflectionCapture_Statics::ClassParams); } return Z_Registration_Info_UClass_AReflectionCapture.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, AReflectionCapture); AReflectionCapture::~AReflectionCapture() {} // ********** End Class AReflectionCapture ********************************************************* // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_ReflectionCapture_h__Script_Engine_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_AReflectionCapture, AReflectionCapture::StaticClass, TEXT("AReflectionCapture"), &Z_Registration_Info_UClass_AReflectionCapture, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(AReflectionCapture), 2172670545U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_ReflectionCapture_h__Script_Engine_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_ReflectionCapture_h__Script_Engine_3659808296{ TEXT("/Script/Engine"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_ReflectionCapture_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_ReflectionCapture_h__Script_Engine_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS