276 lines
23 KiB
C++
276 lines
23 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 "SplineComponentVisualizer.h"
|
|
#include "ComponentVisualizer.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeSplineComponentVisualizer() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COMPONENTVISUALIZERS_API UClass* Z_Construct_UClass_USplineComponentVisualizerSelectionState();
|
|
COMPONENTVISUALIZERS_API UClass* Z_Construct_UClass_USplineComponentVisualizerSelectionState_NoRegister();
|
|
COMPONENTVISUALIZERS_API UEnum* Z_Construct_UEnum_ComponentVisualizers_ESelectedTangentHandle();
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FQuat();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector();
|
|
UNREALED_API UScriptStruct* Z_Construct_UScriptStruct_FComponentPropertyPath();
|
|
UPackage* Z_Construct_UPackage__Script_ComponentVisualizers();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Enum ESelectedTangentHandle ****************************************************
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_ESelectedTangentHandle;
|
|
static UEnum* ESelectedTangentHandle_StaticEnum()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_ESelectedTangentHandle.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UEnum_ESelectedTangentHandle.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_ComponentVisualizers_ESelectedTangentHandle, (UObject*)Z_Construct_UPackage__Script_ComponentVisualizers(), TEXT("ESelectedTangentHandle"));
|
|
}
|
|
return Z_Registration_Info_UEnum_ESelectedTangentHandle.OuterSingleton;
|
|
}
|
|
template<> COMPONENTVISUALIZERS_NON_ATTRIBUTED_API UEnum* StaticEnum<ESelectedTangentHandle>()
|
|
{
|
|
return ESelectedTangentHandle_StaticEnum();
|
|
}
|
|
struct Z_Construct_UEnum_ComponentVisualizers_ESelectedTangentHandle_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
|
{ "Arrive.Name", "ESelectedTangentHandle::Arrive" },
|
|
{ "Comment", "/** Tangent handle selection modes. */" },
|
|
{ "Leave.Name", "ESelectedTangentHandle::Leave" },
|
|
{ "ModuleRelativePath", "Public/SplineComponentVisualizer.h" },
|
|
{ "None.Name", "ESelectedTangentHandle::None" },
|
|
{ "ToolTip", "Tangent handle selection modes." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
|
{ "ESelectedTangentHandle::None", (int64)ESelectedTangentHandle::None },
|
|
{ "ESelectedTangentHandle::Leave", (int64)ESelectedTangentHandle::Leave },
|
|
{ "ESelectedTangentHandle::Arrive", (int64)ESelectedTangentHandle::Arrive },
|
|
};
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
|
}; // struct Z_Construct_UEnum_ComponentVisualizers_ESelectedTangentHandle_Statics
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_ComponentVisualizers_ESelectedTangentHandle_Statics::EnumParams = {
|
|
(UObject*(*)())Z_Construct_UPackage__Script_ComponentVisualizers,
|
|
nullptr,
|
|
"ESelectedTangentHandle",
|
|
"ESelectedTangentHandle",
|
|
Z_Construct_UEnum_ComponentVisualizers_ESelectedTangentHandle_Statics::Enumerators,
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_ComponentVisualizers_ESelectedTangentHandle_Statics::Enumerators),
|
|
EEnumFlags::None,
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_ComponentVisualizers_ESelectedTangentHandle_Statics::Enum_MetaDataParams), Z_Construct_UEnum_ComponentVisualizers_ESelectedTangentHandle_Statics::Enum_MetaDataParams)
|
|
};
|
|
UEnum* Z_Construct_UEnum_ComponentVisualizers_ESelectedTangentHandle()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_ESelectedTangentHandle.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ESelectedTangentHandle.InnerSingleton, Z_Construct_UEnum_ComponentVisualizers_ESelectedTangentHandle_Statics::EnumParams);
|
|
}
|
|
return Z_Registration_Info_UEnum_ESelectedTangentHandle.InnerSingleton;
|
|
}
|
|
// ********** End Enum ESelectedTangentHandle ******************************************************
|
|
|
|
// ********** Begin Class USplineComponentVisualizerSelectionState *********************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_USplineComponentVisualizerSelectionState;
|
|
UClass* USplineComponentVisualizerSelectionState::GetPrivateStaticClass()
|
|
{
|
|
using TClass = USplineComponentVisualizerSelectionState;
|
|
if (!Z_Registration_Info_UClass_USplineComponentVisualizerSelectionState.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("SplineComponentVisualizerSelectionState"),
|
|
Z_Registration_Info_UClass_USplineComponentVisualizerSelectionState.InnerSingleton,
|
|
StaticRegisterNativesUSplineComponentVisualizerSelectionState,
|
|
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_USplineComponentVisualizerSelectionState.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_USplineComponentVisualizerSelectionState_NoRegister()
|
|
{
|
|
return USplineComponentVisualizerSelectionState::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/** Selection state data that will be captured by scoped transactions.*/" },
|
|
{ "IncludePath", "SplineComponentVisualizer.h" },
|
|
{ "ModuleRelativePath", "Public/SplineComponentVisualizer.h" },
|
|
{ "ToolTip", "Selection state data that will be captured by scoped transactions." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SplinePropertyPath_MetaData[] = {
|
|
{ "Comment", "/** Property path from the parent actor to the component */" },
|
|
{ "ModuleRelativePath", "Public/SplineComponentVisualizer.h" },
|
|
{ "ToolTip", "Property path from the parent actor to the component" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SelectedKeys_MetaData[] = {
|
|
{ "Comment", "/** Indices of keys we have selected */" },
|
|
{ "ModuleRelativePath", "Public/SplineComponentVisualizer.h" },
|
|
{ "ToolTip", "Indices of keys we have selected" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LastKeyIndexSelected_MetaData[] = {
|
|
{ "Comment", "/** Index of the last key we selected */" },
|
|
{ "ModuleRelativePath", "Public/SplineComponentVisualizer.h" },
|
|
{ "ToolTip", "Index of the last key we selected" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SelectedSegmentIndex_MetaData[] = {
|
|
{ "Comment", "/** Index of segment we have selected */" },
|
|
{ "ModuleRelativePath", "Public/SplineComponentVisualizer.h" },
|
|
{ "ToolTip", "Index of segment we have selected" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SelectedTangentHandle_MetaData[] = {
|
|
{ "Comment", "/** Index of tangent handle we have selected */" },
|
|
{ "ModuleRelativePath", "Public/SplineComponentVisualizer.h" },
|
|
{ "ToolTip", "Index of tangent handle we have selected" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SelectedTangentHandleType_MetaData[] = {
|
|
{ "Comment", "/** The type of the selected tangent handle */" },
|
|
{ "ModuleRelativePath", "Public/SplineComponentVisualizer.h" },
|
|
{ "ToolTip", "The type of the selected tangent handle" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SelectedAttributeIndex_MetaData[] = {
|
|
{ "Comment", "/** Index of attribute handle we have selected */" },
|
|
{ "ModuleRelativePath", "Public/SplineComponentVisualizer.h" },
|
|
{ "ToolTip", "Index of attribute handle we have selected" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SelectedAttributeName_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/SplineComponentVisualizer.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SelectedSplinePosition_MetaData[] = {
|
|
{ "Comment", "/** Position on spline we have selected */" },
|
|
{ "ModuleRelativePath", "Public/SplineComponentVisualizer.h" },
|
|
{ "ToolTip", "Position on spline we have selected" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CachedRotation_MetaData[] = {
|
|
{ "Comment", "/** Cached rotation for this point */" },
|
|
{ "ModuleRelativePath", "Public/SplineComponentVisualizer.h" },
|
|
{ "ToolTip", "Cached rotation for this point" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class USplineComponentVisualizerSelectionState constinit property declarations *
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SplinePropertyPath;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_SelectedKeys_ElementProp;
|
|
static const UECodeGen_Private::FSetPropertyParams NewProp_SelectedKeys;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_LastKeyIndexSelected;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_SelectedSegmentIndex;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_SelectedTangentHandle;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_SelectedTangentHandleType_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_SelectedTangentHandleType;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_SelectedAttributeIndex;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_SelectedAttributeName;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SelectedSplinePosition;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_CachedRotation;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class USplineComponentVisualizerSelectionState constinit property declarations ***
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<USplineComponentVisualizerSelectionState>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics
|
|
|
|
// ********** Begin Class USplineComponentVisualizerSelectionState Property Definitions ************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::NewProp_SplinePropertyPath = { "SplinePropertyPath", nullptr, (EPropertyFlags)0x0020088000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USplineComponentVisualizerSelectionState, SplinePropertyPath), Z_Construct_UScriptStruct_FComponentPropertyPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SplinePropertyPath_MetaData), NewProp_SplinePropertyPath_MetaData) }; // 1292834488
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::NewProp_SelectedKeys_ElementProp = { "SelectedKeys", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FSetPropertyParams Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::NewProp_SelectedKeys = { "SelectedKeys", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Set, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USplineComponentVisualizerSelectionState, SelectedKeys), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SelectedKeys_MetaData), NewProp_SelectedKeys_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::NewProp_LastKeyIndexSelected = { "LastKeyIndexSelected", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USplineComponentVisualizerSelectionState, LastKeyIndexSelected), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LastKeyIndexSelected_MetaData), NewProp_LastKeyIndexSelected_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::NewProp_SelectedSegmentIndex = { "SelectedSegmentIndex", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USplineComponentVisualizerSelectionState, SelectedSegmentIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SelectedSegmentIndex_MetaData), NewProp_SelectedSegmentIndex_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::NewProp_SelectedTangentHandle = { "SelectedTangentHandle", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USplineComponentVisualizerSelectionState, SelectedTangentHandle), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SelectedTangentHandle_MetaData), NewProp_SelectedTangentHandle_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::NewProp_SelectedTangentHandleType_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::NewProp_SelectedTangentHandleType = { "SelectedTangentHandleType", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USplineComponentVisualizerSelectionState, SelectedTangentHandleType), Z_Construct_UEnum_ComponentVisualizers_ESelectedTangentHandle, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SelectedTangentHandleType_MetaData), NewProp_SelectedTangentHandleType_MetaData) }; // 2750032886
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::NewProp_SelectedAttributeIndex = { "SelectedAttributeIndex", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USplineComponentVisualizerSelectionState, SelectedAttributeIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SelectedAttributeIndex_MetaData), NewProp_SelectedAttributeIndex_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::NewProp_SelectedAttributeName = { "SelectedAttributeName", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USplineComponentVisualizerSelectionState, SelectedAttributeName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SelectedAttributeName_MetaData), NewProp_SelectedAttributeName_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::NewProp_SelectedSplinePosition = { "SelectedSplinePosition", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USplineComponentVisualizerSelectionState, SelectedSplinePosition), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SelectedSplinePosition_MetaData), NewProp_SelectedSplinePosition_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::NewProp_CachedRotation = { "CachedRotation", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USplineComponentVisualizerSelectionState, CachedRotation), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CachedRotation_MetaData), NewProp_CachedRotation_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::NewProp_SplinePropertyPath,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::NewProp_SelectedKeys_ElementProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::NewProp_SelectedKeys,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::NewProp_LastKeyIndexSelected,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::NewProp_SelectedSegmentIndex,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::NewProp_SelectedTangentHandle,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::NewProp_SelectedTangentHandleType_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::NewProp_SelectedTangentHandleType,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::NewProp_SelectedAttributeIndex,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::NewProp_SelectedAttributeName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::NewProp_SelectedSplinePosition,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::NewProp_CachedRotation,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::PropPointers) < 2048);
|
|
// ********** End Class USplineComponentVisualizerSelectionState Property Definitions **************
|
|
UObject* (*const Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ComponentVisualizers,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::ClassParams = {
|
|
&USplineComponentVisualizerSelectionState::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::PropPointers),
|
|
0,
|
|
0x008800A8u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::Class_MetaDataParams), Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::Class_MetaDataParams)
|
|
};
|
|
void USplineComponentVisualizerSelectionState::StaticRegisterNativesUSplineComponentVisualizerSelectionState()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_USplineComponentVisualizerSelectionState()
|
|
{
|
|
if (!Z_Registration_Info_UClass_USplineComponentVisualizerSelectionState.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_USplineComponentVisualizerSelectionState.OuterSingleton, Z_Construct_UClass_USplineComponentVisualizerSelectionState_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_USplineComponentVisualizerSelectionState.OuterSingleton;
|
|
}
|
|
USplineComponentVisualizerSelectionState::USplineComponentVisualizerSelectionState(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, USplineComponentVisualizerSelectionState);
|
|
USplineComponentVisualizerSelectionState::~USplineComponentVisualizerSelectionState() {}
|
|
// ********** End Class USplineComponentVisualizerSelectionState ***********************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_ComponentVisualizers_Public_SplineComponentVisualizer_h__Script_ComponentVisualizers_Statics
|
|
{
|
|
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
|
|
{ ESelectedTangentHandle_StaticEnum, TEXT("ESelectedTangentHandle"), &Z_Registration_Info_UEnum_ESelectedTangentHandle, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 2750032886U) },
|
|
};
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_USplineComponentVisualizerSelectionState, USplineComponentVisualizerSelectionState::StaticClass, TEXT("USplineComponentVisualizerSelectionState"), &Z_Registration_Info_UClass_USplineComponentVisualizerSelectionState, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(USplineComponentVisualizerSelectionState), 3089497097U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_ComponentVisualizers_Public_SplineComponentVisualizer_h__Script_ComponentVisualizers_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_ComponentVisualizers_Public_SplineComponentVisualizer_h__Script_ComponentVisualizers_207055919{
|
|
TEXT("/Script/ComponentVisualizers"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Editor_ComponentVisualizers_Public_SplineComponentVisualizer_h__Script_ComponentVisualizers_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_ComponentVisualizers_Public_SplineComponentVisualizer_h__Script_ComponentVisualizers_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Editor_ComponentVisualizers_Public_SplineComponentVisualizer_h__Script_ComponentVisualizers_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_ComponentVisualizers_Public_SplineComponentVisualizer_h__Script_ComponentVisualizers_Statics::EnumInfo),
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|