158 lines
10 KiB
C++
158 lines
10 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 "Distributions/DistributionVectorConstant.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeDistributionVectorConstant() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UDistributionVector();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UDistributionVectorConstant();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UDistributionVectorConstant_NoRegister();
|
||
|
|
ENGINE_API UEnum* Z_Construct_UEnum_Engine_EDistributionVectorLockFlags();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UDistributionVectorConstant **********************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UDistributionVectorConstant;
|
||
|
|
UClass* UDistributionVectorConstant::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UDistributionVectorConstant;
|
||
|
|
if (!Z_Registration_Info_UClass_UDistributionVectorConstant.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("DistributionVectorConstant"),
|
||
|
|
Z_Registration_Info_UClass_UDistributionVectorConstant.InnerSingleton,
|
||
|
|
StaticRegisterNativesUDistributionVectorConstant,
|
||
|
|
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_UDistributionVectorConstant.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UDistributionVectorConstant_NoRegister()
|
||
|
|
{
|
||
|
|
return UDistributionVectorConstant::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UDistributionVectorConstant_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "HideCategories", "Object Object" },
|
||
|
|
{ "IncludePath", "Distributions/DistributionVectorConstant.h" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Distributions/DistributionVectorConstant.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Constant_MetaData[] = {
|
||
|
|
{ "Category", "DistributionVectorConstant" },
|
||
|
|
{ "Comment", "/** This FVector will be returned for all input times. */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Distributions/DistributionVectorConstant.h" },
|
||
|
|
{ "ToolTip", "This FVector will be returned for all input times." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bLockAxes_MetaData[] = {
|
||
|
|
{ "Comment", "/** If true, X == Y == Z ie. only one degree of freedom. If false, each axis is picked independently. */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Distributions/DistributionVectorConstant.h" },
|
||
|
|
{ "ToolTip", "If true, X == Y == Z ie. only one degree of freedom. If false, each axis is picked independently." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LockedAxes_MetaData[] = {
|
||
|
|
{ "Category", "DistributionVectorConstant" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Distributions/DistributionVectorConstant.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UDistributionVectorConstant constinit property declarations **************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Constant;
|
||
|
|
static void NewProp_bLockAxes_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bLockAxes;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_LockedAxes;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UDistributionVectorConstant constinit property declarations ****************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UDistributionVectorConstant>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UDistributionVectorConstant_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UDistributionVectorConstant Property Definitions *************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UDistributionVectorConstant_Statics::NewProp_Constant = { "Constant", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDistributionVectorConstant, Constant), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Constant_MetaData), NewProp_Constant_MetaData) };
|
||
|
|
void Z_Construct_UClass_UDistributionVectorConstant_Statics::NewProp_bLockAxes_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((UDistributionVectorConstant*)Obj)->bLockAxes = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDistributionVectorConstant_Statics::NewProp_bLockAxes = { "bLockAxes", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UDistributionVectorConstant), &Z_Construct_UClass_UDistributionVectorConstant_Statics::NewProp_bLockAxes_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bLockAxes_MetaData), NewProp_bLockAxes_MetaData) };
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UDistributionVectorConstant_Statics::NewProp_LockedAxes = { "LockedAxes", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDistributionVectorConstant, LockedAxes), Z_Construct_UEnum_Engine_EDistributionVectorLockFlags, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LockedAxes_MetaData), NewProp_LockedAxes_MetaData) }; // 3257586259
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDistributionVectorConstant_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDistributionVectorConstant_Statics::NewProp_Constant,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDistributionVectorConstant_Statics::NewProp_bLockAxes,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDistributionVectorConstant_Statics::NewProp_LockedAxes,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDistributionVectorConstant_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UDistributionVectorConstant Property Definitions ***************************
|
||
|
|
UObject* (*const Z_Construct_UClass_UDistributionVectorConstant_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UDistributionVector,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDistributionVectorConstant_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDistributionVectorConstant_Statics::ClassParams = {
|
||
|
|
&UDistributionVectorConstant::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_UDistributionVectorConstant_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UDistributionVectorConstant_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x002830A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDistributionVectorConstant_Statics::Class_MetaDataParams), Z_Construct_UClass_UDistributionVectorConstant_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UDistributionVectorConstant::StaticRegisterNativesUDistributionVectorConstant()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UDistributionVectorConstant()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UDistributionVectorConstant.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDistributionVectorConstant.OuterSingleton, Z_Construct_UClass_UDistributionVectorConstant_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UDistributionVectorConstant.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDistributionVectorConstant);
|
||
|
|
UDistributionVectorConstant::~UDistributionVectorConstant() {}
|
||
|
|
// ********** End Class UDistributionVectorConstant ************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Distributions_DistributionVectorConstant_h__Script_Engine_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UDistributionVectorConstant, UDistributionVectorConstant::StaticClass, TEXT("UDistributionVectorConstant"), &Z_Registration_Info_UClass_UDistributionVectorConstant, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDistributionVectorConstant), 3110834676U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Distributions_DistributionVectorConstant_h__Script_Engine_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Distributions_DistributionVectorConstant_h__Script_Engine_1838094358{
|
||
|
|
TEXT("/Script/Engine"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Distributions_DistributionVectorConstant_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Distributions_DistributionVectorConstant_h__Script_Engine_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|