233 lines
14 KiB
C++
233 lines
14 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!
|
|
===========================================================================*/
|
|
|
|
#include "UObject/GeneratedCppIncludes.h"
|
|
#include "MeshPaintInteractions.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeMeshPaintInteractions() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UInterface();
|
|
ENGINE_API UClass* Z_Construct_UClass_AActor_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMeshComponent_NoRegister();
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UInteractionMechanic();
|
|
MESHPAINTINGTOOLSET_API UClass* Z_Construct_UClass_UMeshPaintSelectionInterface();
|
|
MESHPAINTINGTOOLSET_API UClass* Z_Construct_UClass_UMeshPaintSelectionInterface_NoRegister();
|
|
MESHPAINTINGTOOLSET_API UClass* Z_Construct_UClass_UMeshPaintSelectionMechanic();
|
|
MESHPAINTINGTOOLSET_API UClass* Z_Construct_UClass_UMeshPaintSelectionMechanic_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_MeshPaintingToolset();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Interface UMeshPaintSelectionInterface *****************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UMeshPaintSelectionInterface;
|
|
UClass* UMeshPaintSelectionInterface::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UMeshPaintSelectionInterface;
|
|
if (!Z_Registration_Info_UClass_UMeshPaintSelectionInterface.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("MeshPaintSelectionInterface"),
|
|
Z_Registration_Info_UClass_UMeshPaintSelectionInterface.InnerSingleton,
|
|
StaticRegisterNativesUMeshPaintSelectionInterface,
|
|
sizeof(TClass),
|
|
alignof(TClass),
|
|
TClass::StaticClassFlags,
|
|
TClass::StaticClassCastFlags(),
|
|
TClass::StaticConfigName(),
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
|
&TClass::Super::StaticClass,
|
|
&TClass::WithinClass::StaticClass
|
|
);
|
|
}
|
|
return Z_Registration_Info_UClass_UMeshPaintSelectionInterface.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UMeshPaintSelectionInterface_NoRegister()
|
|
{
|
|
return UMeshPaintSelectionInterface::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UMeshPaintSelectionInterface_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Public/MeshPaintInteractions.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Interface UMeshPaintSelectionInterface constinit property declarations *********
|
|
// ********** End Interface UMeshPaintSelectionInterface constinit property declarations ***********
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<IMeshPaintSelectionInterface>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UMeshPaintSelectionInterface_Statics
|
|
UObject* (*const Z_Construct_UClass_UMeshPaintSelectionInterface_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UInterface,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_MeshPaintingToolset,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMeshPaintSelectionInterface_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMeshPaintSelectionInterface_Statics::ClassParams = {
|
|
&UMeshPaintSelectionInterface::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
0,
|
|
0x000840A1u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMeshPaintSelectionInterface_Statics::Class_MetaDataParams), Z_Construct_UClass_UMeshPaintSelectionInterface_Statics::Class_MetaDataParams)
|
|
};
|
|
void UMeshPaintSelectionInterface::StaticRegisterNativesUMeshPaintSelectionInterface()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UMeshPaintSelectionInterface()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UMeshPaintSelectionInterface.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMeshPaintSelectionInterface.OuterSingleton, Z_Construct_UClass_UMeshPaintSelectionInterface_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UMeshPaintSelectionInterface.OuterSingleton;
|
|
}
|
|
UMeshPaintSelectionInterface::UMeshPaintSelectionInterface(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMeshPaintSelectionInterface);
|
|
// ********** End Interface UMeshPaintSelectionInterface *******************************************
|
|
|
|
// ********** Begin Class UMeshPaintSelectionMechanic **********************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UMeshPaintSelectionMechanic;
|
|
UClass* UMeshPaintSelectionMechanic::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UMeshPaintSelectionMechanic;
|
|
if (!Z_Registration_Info_UClass_UMeshPaintSelectionMechanic.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("MeshPaintSelectionMechanic"),
|
|
Z_Registration_Info_UClass_UMeshPaintSelectionMechanic.InnerSingleton,
|
|
StaticRegisterNativesUMeshPaintSelectionMechanic,
|
|
sizeof(TClass),
|
|
alignof(TClass),
|
|
TClass::StaticClassFlags,
|
|
TClass::StaticClassCastFlags(),
|
|
TClass::StaticConfigName(),
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
|
&TClass::Super::StaticClass,
|
|
&TClass::WithinClass::StaticClass
|
|
);
|
|
}
|
|
return Z_Registration_Info_UClass_UMeshPaintSelectionMechanic.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UMeshPaintSelectionMechanic_NoRegister()
|
|
{
|
|
return UMeshPaintSelectionMechanic::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UMeshPaintSelectionMechanic_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "MeshPaintInteractions.h" },
|
|
{ "ModuleRelativePath", "Public/MeshPaintInteractions.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CachedClickedComponents_MetaData[] = {
|
|
{ "EditInline", "true" },
|
|
{ "ModuleRelativePath", "Public/MeshPaintInteractions.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CachedClickedActors_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/MeshPaintInteractions.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UMeshPaintSelectionMechanic constinit property declarations **************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_CachedClickedComponents_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_CachedClickedComponents;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_CachedClickedActors_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_CachedClickedActors;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UMeshPaintSelectionMechanic constinit property declarations ****************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UMeshPaintSelectionMechanic>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UMeshPaintSelectionMechanic_Statics
|
|
|
|
// ********** Begin Class UMeshPaintSelectionMechanic Property Definitions *************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMeshPaintSelectionMechanic_Statics::NewProp_CachedClickedComponents_Inner = { "CachedClickedComponents", nullptr, (EPropertyFlags)0x0104000000080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UMeshComponent_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMeshPaintSelectionMechanic_Statics::NewProp_CachedClickedComponents = { "CachedClickedComponents", nullptr, (EPropertyFlags)0x0124088000002008, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMeshPaintSelectionMechanic, CachedClickedComponents), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CachedClickedComponents_MetaData), NewProp_CachedClickedComponents_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMeshPaintSelectionMechanic_Statics::NewProp_CachedClickedActors_Inner = { "CachedClickedActors", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_AActor_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMeshPaintSelectionMechanic_Statics::NewProp_CachedClickedActors = { "CachedClickedActors", nullptr, (EPropertyFlags)0x0124080000002000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMeshPaintSelectionMechanic, CachedClickedActors), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CachedClickedActors_MetaData), NewProp_CachedClickedActors_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMeshPaintSelectionMechanic_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMeshPaintSelectionMechanic_Statics::NewProp_CachedClickedComponents_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMeshPaintSelectionMechanic_Statics::NewProp_CachedClickedComponents,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMeshPaintSelectionMechanic_Statics::NewProp_CachedClickedActors_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMeshPaintSelectionMechanic_Statics::NewProp_CachedClickedActors,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMeshPaintSelectionMechanic_Statics::PropPointers) < 2048);
|
|
// ********** End Class UMeshPaintSelectionMechanic Property Definitions ***************************
|
|
UObject* (*const Z_Construct_UClass_UMeshPaintSelectionMechanic_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UInteractionMechanic,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_MeshPaintingToolset,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMeshPaintSelectionMechanic_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMeshPaintSelectionMechanic_Statics::ClassParams = {
|
|
&UMeshPaintSelectionMechanic::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UMeshPaintSelectionMechanic_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UMeshPaintSelectionMechanic_Statics::PropPointers),
|
|
0,
|
|
0x008800A8u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMeshPaintSelectionMechanic_Statics::Class_MetaDataParams), Z_Construct_UClass_UMeshPaintSelectionMechanic_Statics::Class_MetaDataParams)
|
|
};
|
|
void UMeshPaintSelectionMechanic::StaticRegisterNativesUMeshPaintSelectionMechanic()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UMeshPaintSelectionMechanic()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UMeshPaintSelectionMechanic.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMeshPaintSelectionMechanic.OuterSingleton, Z_Construct_UClass_UMeshPaintSelectionMechanic_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UMeshPaintSelectionMechanic.OuterSingleton;
|
|
}
|
|
UMeshPaintSelectionMechanic::UMeshPaintSelectionMechanic() {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMeshPaintSelectionMechanic);
|
|
UMeshPaintSelectionMechanic::~UMeshPaintSelectionMechanic() {}
|
|
// ********** End Class UMeshPaintSelectionMechanic ************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshPaintInteractions_h__Script_MeshPaintingToolset_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UMeshPaintSelectionInterface, UMeshPaintSelectionInterface::StaticClass, TEXT("UMeshPaintSelectionInterface"), &Z_Registration_Info_UClass_UMeshPaintSelectionInterface, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMeshPaintSelectionInterface), 4050754871U) },
|
|
{ Z_Construct_UClass_UMeshPaintSelectionMechanic, UMeshPaintSelectionMechanic::StaticClass, TEXT("UMeshPaintSelectionMechanic"), &Z_Registration_Info_UClass_UMeshPaintSelectionMechanic, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMeshPaintSelectionMechanic), 3642837692U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshPaintInteractions_h__Script_MeshPaintingToolset_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshPaintInteractions_h__Script_MeshPaintingToolset_318578611{
|
|
TEXT("/Script/MeshPaintingToolset"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshPaintInteractions_h__Script_MeshPaintingToolset_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_MeshPainting_Source_MeshPaintingToolset_Public_MeshPaintInteractions_h__Script_MeshPaintingToolset_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|