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 "PropertyValueSoftObject.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodePropertyValueSoftObject() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
UPackage* Z_Construct_UPackage__Script_VariantManagerContent();
|
||
|
|
VARIANTMANAGERCONTENT_API UClass* Z_Construct_UClass_UPropertyValue();
|
||
|
|
VARIANTMANAGERCONTENT_API UClass* Z_Construct_UClass_UPropertyValueSoftObject();
|
||
|
|
VARIANTMANAGERCONTENT_API UClass* Z_Construct_UClass_UPropertyValueSoftObject_NoRegister();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UPropertyValueSoftObject *************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UPropertyValueSoftObject;
|
||
|
|
UClass* UPropertyValueSoftObject::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UPropertyValueSoftObject;
|
||
|
|
if (!Z_Registration_Info_UClass_UPropertyValueSoftObject.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("PropertyValueSoftObject"),
|
||
|
|
Z_Registration_Info_UClass_UPropertyValueSoftObject.InnerSingleton,
|
||
|
|
StaticRegisterNativesUPropertyValueSoftObject,
|
||
|
|
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_UPropertyValueSoftObject.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UPropertyValueSoftObject_NoRegister()
|
||
|
|
{
|
||
|
|
return UPropertyValueSoftObject::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UPropertyValueSoftObject_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "Comment", "/**\n * Stores data from a USoftObjectProperty.\n * It will store it's recorded data as a raw UObject*, and use the usual UPropertyValue\n * facilities for serializing it as a Soft object ptr. This derived class handles converting\n * to and from the property's underlying FSoftObjectPtr to our UObject*.\n * We can't keep a FSoftObjectPtr ourselves, neither as a temp member nor as raw bytes, as it has\n * internal heap-allocated data members like FName and FString.\n */" },
|
||
|
|
{ "IncludePath", "PropertyValueSoftObject.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/PropertyValueSoftObject.h" },
|
||
|
|
{ "ToolTip", "Stores data from a USoftObjectProperty.\nIt will store it's recorded data as a raw UObject*, and use the usual UPropertyValue\nfacilities for serializing it as a Soft object ptr. This derived class handles converting\nto and from the property's underlying FSoftObjectPtr to our UObject*.\nWe can't keep a FSoftObjectPtr ourselves, neither as a temp member nor as raw bytes, as it has\ninternal heap-allocated data members like FName and FString." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UPropertyValueSoftObject constinit property declarations *****************
|
||
|
|
// ********** End Class UPropertyValueSoftObject constinit property declarations *******************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UPropertyValueSoftObject>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UPropertyValueSoftObject_Statics
|
||
|
|
UObject* (*const Z_Construct_UClass_UPropertyValueSoftObject_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UPropertyValue,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_VariantManagerContent,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPropertyValueSoftObject_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UPropertyValueSoftObject_Statics::ClassParams = {
|
||
|
|
&UPropertyValueSoftObject::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0x000800A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPropertyValueSoftObject_Statics::Class_MetaDataParams), Z_Construct_UClass_UPropertyValueSoftObject_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UPropertyValueSoftObject::StaticRegisterNativesUPropertyValueSoftObject()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UPropertyValueSoftObject()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UPropertyValueSoftObject.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPropertyValueSoftObject.OuterSingleton, Z_Construct_UClass_UPropertyValueSoftObject_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UPropertyValueSoftObject.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPropertyValueSoftObject);
|
||
|
|
UPropertyValueSoftObject::~UPropertyValueSoftObject() {}
|
||
|
|
// ********** End Class UPropertyValueSoftObject ***************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_VariantManagerContent_Source_VariantManagerContent_Public_PropertyValueSoftObject_h__Script_VariantManagerContent_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UPropertyValueSoftObject, UPropertyValueSoftObject::StaticClass, TEXT("UPropertyValueSoftObject"), &Z_Registration_Info_UClass_UPropertyValueSoftObject, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPropertyValueSoftObject), 2882007956U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_VariantManagerContent_Source_VariantManagerContent_Public_PropertyValueSoftObject_h__Script_VariantManagerContent_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_VariantManagerContent_Source_VariantManagerContent_Public_PropertyValueSoftObject_h__Script_VariantManagerContent_6049885{
|
||
|
|
TEXT("/Script/VariantManagerContent"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_VariantManagerContent_Source_VariantManagerContent_Public_PropertyValueSoftObject_h__Script_VariantManagerContent_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_VariantManagerContent_Source_VariantManagerContent_Public_PropertyValueSoftObject_h__Script_VariantManagerContent_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|