236 lines
13 KiB
C++
236 lines
13 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 "BaseGizmos/HitTargets.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeHitTargets() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UPrimitiveComponent_NoRegister();
|
||
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoClickTarget_NoRegister();
|
||
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoComponentHitTarget();
|
||
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoComponentHitTarget_NoRegister();
|
||
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoLambdaHitTarget();
|
||
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoLambdaHitTarget_NoRegister();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_InteractiveToolsFramework();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UGizmoLambdaHitTarget ****************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UGizmoLambdaHitTarget;
|
||
|
|
UClass* UGizmoLambdaHitTarget::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UGizmoLambdaHitTarget;
|
||
|
|
if (!Z_Registration_Info_UClass_UGizmoLambdaHitTarget.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("GizmoLambdaHitTarget"),
|
||
|
|
Z_Registration_Info_UClass_UGizmoLambdaHitTarget.InnerSingleton,
|
||
|
|
StaticRegisterNativesUGizmoLambdaHitTarget,
|
||
|
|
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_UGizmoLambdaHitTarget.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UGizmoLambdaHitTarget_NoRegister()
|
||
|
|
{
|
||
|
|
return UGizmoLambdaHitTarget::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UGizmoLambdaHitTarget_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n * UGizmoLambdaHitTarget is an IGizmoClickTarget implementation that\n * forwards the hit-test function to a TFunction\n */" },
|
||
|
|
{ "IncludePath", "BaseGizmos/HitTargets.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/HitTargets.h" },
|
||
|
|
{ "ToolTip", "UGizmoLambdaHitTarget is an IGizmoClickTarget implementation that\nforwards the hit-test function to a TFunction" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UGizmoLambdaHitTarget constinit property declarations ********************
|
||
|
|
// ********** End Class UGizmoLambdaHitTarget constinit property declarations **********************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UGizmoLambdaHitTarget>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UGizmoLambdaHitTarget_Statics
|
||
|
|
UObject* (*const Z_Construct_UClass_UGizmoLambdaHitTarget_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_InteractiveToolsFramework,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoLambdaHitTarget_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UGizmoLambdaHitTarget_Statics::InterfaceParams[] = {
|
||
|
|
{ Z_Construct_UClass_UGizmoClickTarget_NoRegister, (int32)VTABLE_OFFSET(UGizmoLambdaHitTarget, IGizmoClickTarget), false }, // 2075753497
|
||
|
|
};
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGizmoLambdaHitTarget_Statics::ClassParams = {
|
||
|
|
&UGizmoLambdaHitTarget::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
InterfaceParams,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(InterfaceParams),
|
||
|
|
0x000800A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoLambdaHitTarget_Statics::Class_MetaDataParams), Z_Construct_UClass_UGizmoLambdaHitTarget_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UGizmoLambdaHitTarget::StaticRegisterNativesUGizmoLambdaHitTarget()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UGizmoLambdaHitTarget()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UGizmoLambdaHitTarget.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGizmoLambdaHitTarget.OuterSingleton, Z_Construct_UClass_UGizmoLambdaHitTarget_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UGizmoLambdaHitTarget.OuterSingleton;
|
||
|
|
}
|
||
|
|
UGizmoLambdaHitTarget::UGizmoLambdaHitTarget(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGizmoLambdaHitTarget);
|
||
|
|
UGizmoLambdaHitTarget::~UGizmoLambdaHitTarget() {}
|
||
|
|
// ********** End Class UGizmoLambdaHitTarget ******************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UGizmoComponentHitTarget *************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UGizmoComponentHitTarget;
|
||
|
|
UClass* UGizmoComponentHitTarget::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UGizmoComponentHitTarget;
|
||
|
|
if (!Z_Registration_Info_UClass_UGizmoComponentHitTarget.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("GizmoComponentHitTarget"),
|
||
|
|
Z_Registration_Info_UClass_UGizmoComponentHitTarget.InnerSingleton,
|
||
|
|
StaticRegisterNativesUGizmoComponentHitTarget,
|
||
|
|
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_UGizmoComponentHitTarget.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UGizmoComponentHitTarget_NoRegister()
|
||
|
|
{
|
||
|
|
return UGizmoComponentHitTarget::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UGizmoComponentHitTarget_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n * UGizmoComponentHitTarget is an IGizmoClickTarget implementation that\n * hit-tests a UPrimitiveComponent\n */" },
|
||
|
|
{ "IncludePath", "BaseGizmos/HitTargets.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/HitTargets.h" },
|
||
|
|
{ "ToolTip", "UGizmoComponentHitTarget is an IGizmoClickTarget implementation that\nhit-tests a UPrimitiveComponent" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Component_MetaData[] = {
|
||
|
|
{ "Comment", "/**\n\x09 * Component->LineTraceComponent() is called to determine if the target is hit\n\x09 */" },
|
||
|
|
{ "EditInline", "true" },
|
||
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/HitTargets.h" },
|
||
|
|
{ "ToolTip", "Component->LineTraceComponent() is called to determine if the target is hit" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UGizmoComponentHitTarget constinit property declarations *****************
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Component;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UGizmoComponentHitTarget constinit property declarations *******************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UGizmoComponentHitTarget>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UGizmoComponentHitTarget_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UGizmoComponentHitTarget Property Definitions ****************************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UGizmoComponentHitTarget_Statics::NewProp_Component = { "Component", nullptr, (EPropertyFlags)0x0114000000080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoComponentHitTarget, Component), Z_Construct_UClass_UPrimitiveComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Component_MetaData), NewProp_Component_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UGizmoComponentHitTarget_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoComponentHitTarget_Statics::NewProp_Component,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoComponentHitTarget_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UGizmoComponentHitTarget Property Definitions ******************************
|
||
|
|
UObject* (*const Z_Construct_UClass_UGizmoComponentHitTarget_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_InteractiveToolsFramework,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoComponentHitTarget_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UGizmoComponentHitTarget_Statics::InterfaceParams[] = {
|
||
|
|
{ Z_Construct_UClass_UGizmoClickTarget_NoRegister, (int32)VTABLE_OFFSET(UGizmoComponentHitTarget, IGizmoClickTarget), false }, // 2075753497
|
||
|
|
};
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGizmoComponentHitTarget_Statics::ClassParams = {
|
||
|
|
&UGizmoComponentHitTarget::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_UGizmoComponentHitTarget_Statics::PropPointers,
|
||
|
|
InterfaceParams,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoComponentHitTarget_Statics::PropPointers),
|
||
|
|
UE_ARRAY_COUNT(InterfaceParams),
|
||
|
|
0x008800A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoComponentHitTarget_Statics::Class_MetaDataParams), Z_Construct_UClass_UGizmoComponentHitTarget_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UGizmoComponentHitTarget::StaticRegisterNativesUGizmoComponentHitTarget()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UGizmoComponentHitTarget()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UGizmoComponentHitTarget.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGizmoComponentHitTarget.OuterSingleton, Z_Construct_UClass_UGizmoComponentHitTarget_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UGizmoComponentHitTarget.OuterSingleton;
|
||
|
|
}
|
||
|
|
UGizmoComponentHitTarget::UGizmoComponentHitTarget(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGizmoComponentHitTarget);
|
||
|
|
UGizmoComponentHitTarget::~UGizmoComponentHitTarget() {}
|
||
|
|
// ********** End Class UGizmoComponentHitTarget ***************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_HitTargets_h__Script_InteractiveToolsFramework_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UGizmoLambdaHitTarget, UGizmoLambdaHitTarget::StaticClass, TEXT("UGizmoLambdaHitTarget"), &Z_Registration_Info_UClass_UGizmoLambdaHitTarget, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGizmoLambdaHitTarget), 4164881910U) },
|
||
|
|
{ Z_Construct_UClass_UGizmoComponentHitTarget, UGizmoComponentHitTarget::StaticClass, TEXT("UGizmoComponentHitTarget"), &Z_Registration_Info_UClass_UGizmoComponentHitTarget, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGizmoComponentHitTarget), 3743946696U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_HitTargets_h__Script_InteractiveToolsFramework_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_HitTargets_h__Script_InteractiveToolsFramework_567167852{
|
||
|
|
TEXT("/Script/InteractiveToolsFramework"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_HitTargets_h__Script_InteractiveToolsFramework_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_HitTargets_h__Script_InteractiveToolsFramework_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|