122 lines
7.1 KiB
C++
122 lines
7.1 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 "Mechanics/PlaneDistanceFromHitMechanic.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodePlaneDistanceFromHitMechanic() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UInteractionMechanic();
|
||
|
|
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UPlaneDistanceFromHitMechanic();
|
||
|
|
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UPlaneDistanceFromHitMechanic_NoRegister();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_ModelingComponents();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UPlaneDistanceFromHitMechanic ********************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UPlaneDistanceFromHitMechanic;
|
||
|
|
UClass* UPlaneDistanceFromHitMechanic::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UPlaneDistanceFromHitMechanic;
|
||
|
|
if (!Z_Registration_Info_UClass_UPlaneDistanceFromHitMechanic.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("PlaneDistanceFromHitMechanic"),
|
||
|
|
Z_Registration_Info_UClass_UPlaneDistanceFromHitMechanic.InnerSingleton,
|
||
|
|
StaticRegisterNativesUPlaneDistanceFromHitMechanic,
|
||
|
|
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_UPlaneDistanceFromHitMechanic.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UPlaneDistanceFromHitMechanic_NoRegister()
|
||
|
|
{
|
||
|
|
return UPlaneDistanceFromHitMechanic::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UPlaneDistanceFromHitMechanic_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n * UPlaneDistanceFromHitMechanic implements an interaction where a Height/Distance from a plane\n * is defined by intersecting a ray with a target mesh, and then using that hit point to define the distance.\n * Optionally the hit point can be snapped (eg to a world grid), and also the ray can hit other objects to define the height.\n *\n */" },
|
||
|
|
{ "IncludePath", "Mechanics/PlaneDistanceFromHitMechanic.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/Mechanics/PlaneDistanceFromHitMechanic.h" },
|
||
|
|
{ "ToolTip", "UPlaneDistanceFromHitMechanic implements an interaction where a Height/Distance from a plane\nis defined by intersecting a ray with a target mesh, and then using that hit point to define the distance.\nOptionally the hit point can be snapped (eg to a world grid), and also the ray can hit other objects to define the height." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UPlaneDistanceFromHitMechanic constinit property declarations ************
|
||
|
|
// ********** End Class UPlaneDistanceFromHitMechanic constinit property declarations **************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UPlaneDistanceFromHitMechanic>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UPlaneDistanceFromHitMechanic_Statics
|
||
|
|
UObject* (*const Z_Construct_UClass_UPlaneDistanceFromHitMechanic_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UInteractionMechanic,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ModelingComponents,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPlaneDistanceFromHitMechanic_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UPlaneDistanceFromHitMechanic_Statics::ClassParams = {
|
||
|
|
&UPlaneDistanceFromHitMechanic::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0x000800A8u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPlaneDistanceFromHitMechanic_Statics::Class_MetaDataParams), Z_Construct_UClass_UPlaneDistanceFromHitMechanic_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UPlaneDistanceFromHitMechanic::StaticRegisterNativesUPlaneDistanceFromHitMechanic()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UPlaneDistanceFromHitMechanic()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UPlaneDistanceFromHitMechanic.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPlaneDistanceFromHitMechanic.OuterSingleton, Z_Construct_UClass_UPlaneDistanceFromHitMechanic_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UPlaneDistanceFromHitMechanic.OuterSingleton;
|
||
|
|
}
|
||
|
|
UPlaneDistanceFromHitMechanic::UPlaneDistanceFromHitMechanic() {}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPlaneDistanceFromHitMechanic);
|
||
|
|
UPlaneDistanceFromHitMechanic::~UPlaneDistanceFromHitMechanic() {}
|
||
|
|
// ********** End Class UPlaneDistanceFromHitMechanic **********************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_Mechanics_PlaneDistanceFromHitMechanic_h__Script_ModelingComponents_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UPlaneDistanceFromHitMechanic, UPlaneDistanceFromHitMechanic::StaticClass, TEXT("UPlaneDistanceFromHitMechanic"), &Z_Registration_Info_UClass_UPlaneDistanceFromHitMechanic, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPlaneDistanceFromHitMechanic), 2550195675U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_Mechanics_PlaneDistanceFromHitMechanic_h__Script_ModelingComponents_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_Mechanics_PlaneDistanceFromHitMechanic_h__Script_ModelingComponents_3670110811{
|
||
|
|
TEXT("/Script/ModelingComponents"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_Mechanics_PlaneDistanceFromHitMechanic_h__Script_ModelingComponents_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_Mechanics_PlaneDistanceFromHitMechanic_h__Script_ModelingComponents_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|