140 lines
8.0 KiB
C++
140 lines
8.0 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 "PhysicsEngine/PhysicsThrusterComponent.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodePhysicsThrusterComponent() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
ENGINE_API UClass* Z_Construct_UClass_UPhysicsThrusterComponent();
|
|
ENGINE_API UClass* Z_Construct_UClass_UPhysicsThrusterComponent_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_USceneComponent();
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UPhysicsThrusterComponent ************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UPhysicsThrusterComponent;
|
|
UClass* UPhysicsThrusterComponent::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UPhysicsThrusterComponent;
|
|
if (!Z_Registration_Info_UClass_UPhysicsThrusterComponent.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("PhysicsThrusterComponent"),
|
|
Z_Registration_Info_UClass_UPhysicsThrusterComponent.InnerSingleton,
|
|
StaticRegisterNativesUPhysicsThrusterComponent,
|
|
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_UPhysicsThrusterComponent.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UPhysicsThrusterComponent_NoRegister()
|
|
{
|
|
return UPhysicsThrusterComponent::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UPhysicsThrusterComponent_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "BlueprintSpawnableComponent", "" },
|
|
{ "ClassGroupNames", "Physics" },
|
|
{ "Comment", "/** \n *\x09Used with objects that have physics to apply a force down the negative-X direction\n *\x09ie. point X in the direction you want the thrust in.\n */" },
|
|
{ "HideCategories", "Object Mobility LOD PhysicsVolume" },
|
|
{ "IncludePath", "PhysicsEngine/PhysicsThrusterComponent.h" },
|
|
{ "ModuleRelativePath", "Classes/PhysicsEngine/PhysicsThrusterComponent.h" },
|
|
{ "ToolTip", "Used with objects that have physics to apply a force down the negative-X direction\nie. point X in the direction you want the thrust in." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ThrustStrength_MetaData[] = {
|
|
{ "Category", "Physics" },
|
|
{ "Comment", "/** Strength of thrust force applied to the base object. */" },
|
|
{ "ModuleRelativePath", "Classes/PhysicsEngine/PhysicsThrusterComponent.h" },
|
|
{ "ToolTip", "Strength of thrust force applied to the base object." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UPhysicsThrusterComponent constinit property declarations ****************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ThrustStrength;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UPhysicsThrusterComponent constinit property declarations ******************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UPhysicsThrusterComponent>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UPhysicsThrusterComponent_Statics
|
|
|
|
// ********** Begin Class UPhysicsThrusterComponent Property Definitions ***************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UPhysicsThrusterComponent_Statics::NewProp_ThrustStrength = { "ThrustStrength", nullptr, (EPropertyFlags)0x0010000200000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPhysicsThrusterComponent, ThrustStrength), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ThrustStrength_MetaData), NewProp_ThrustStrength_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UPhysicsThrusterComponent_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPhysicsThrusterComponent_Statics::NewProp_ThrustStrength,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPhysicsThrusterComponent_Statics::PropPointers) < 2048);
|
|
// ********** End Class UPhysicsThrusterComponent Property Definitions *****************************
|
|
UObject* (*const Z_Construct_UClass_UPhysicsThrusterComponent_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_USceneComponent,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPhysicsThrusterComponent_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UPhysicsThrusterComponent_Statics::ClassParams = {
|
|
&UPhysicsThrusterComponent::StaticClass,
|
|
"Engine",
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UPhysicsThrusterComponent_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UPhysicsThrusterComponent_Statics::PropPointers),
|
|
0,
|
|
0x00A800A4u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPhysicsThrusterComponent_Statics::Class_MetaDataParams), Z_Construct_UClass_UPhysicsThrusterComponent_Statics::Class_MetaDataParams)
|
|
};
|
|
void UPhysicsThrusterComponent::StaticRegisterNativesUPhysicsThrusterComponent()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UPhysicsThrusterComponent()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UPhysicsThrusterComponent.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPhysicsThrusterComponent.OuterSingleton, Z_Construct_UClass_UPhysicsThrusterComponent_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UPhysicsThrusterComponent.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPhysicsThrusterComponent);
|
|
UPhysicsThrusterComponent::~UPhysicsThrusterComponent() {}
|
|
// ********** End Class UPhysicsThrusterComponent **************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_PhysicsEngine_PhysicsThrusterComponent_h__Script_Engine_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UPhysicsThrusterComponent, UPhysicsThrusterComponent::StaticClass, TEXT("UPhysicsThrusterComponent"), &Z_Registration_Info_UClass_UPhysicsThrusterComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPhysicsThrusterComponent), 4282224310U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_PhysicsEngine_PhysicsThrusterComponent_h__Script_Engine_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_PhysicsEngine_PhysicsThrusterComponent_h__Script_Engine_1648470896{
|
|
TEXT("/Script/Engine"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_PhysicsEngine_PhysicsThrusterComponent_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_PhysicsEngine_PhysicsThrusterComponent_h__Script_Engine_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|