153 lines
9.3 KiB
C++
153 lines
9.3 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 "Binding/PropertyBinding.h"
|
||
|
|
#include "Binding/DynamicPropertyPath.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodePropertyBinding() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
||
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
|
||
|
|
UMG_API UClass* Z_Construct_UClass_UPropertyBinding();
|
||
|
|
UMG_API UClass* Z_Construct_UClass_UPropertyBinding_NoRegister();
|
||
|
|
UMG_API UScriptStruct* Z_Construct_UScriptStruct_FDynamicPropertyPath();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_UMG();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UPropertyBinding *********************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UPropertyBinding;
|
||
|
|
UClass* UPropertyBinding::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UPropertyBinding;
|
||
|
|
if (!Z_Registration_Info_UClass_UPropertyBinding.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("PropertyBinding"),
|
||
|
|
Z_Registration_Info_UClass_UPropertyBinding.InnerSingleton,
|
||
|
|
StaticRegisterNativesUPropertyBinding,
|
||
|
|
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_UPropertyBinding.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UPropertyBinding_NoRegister()
|
||
|
|
{
|
||
|
|
return UPropertyBinding::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UPropertyBinding_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "IncludePath", "Binding/PropertyBinding.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/Binding/PropertyBinding.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceObject_MetaData[] = {
|
||
|
|
{ "Comment", "/** The source object to use as the initial container to resolve the Source Property Path on. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Binding/PropertyBinding.h" },
|
||
|
|
{ "ToolTip", "The source object to use as the initial container to resolve the Source Property Path on." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourcePath_MetaData[] = {
|
||
|
|
{ "Comment", "/** The property path to trace to resolve this binding on the Source Object */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Binding/PropertyBinding.h" },
|
||
|
|
{ "ToolTip", "The property path to trace to resolve this binding on the Source Object" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DestinationProperty_MetaData[] = {
|
||
|
|
{ "Comment", "/** Used to determine if a binding already exists on the object and if this binding can be safely removed. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Binding/PropertyBinding.h" },
|
||
|
|
{ "ToolTip", "Used to determine if a binding already exists on the object and if this binding can be safely removed." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UPropertyBinding constinit property declarations *************************
|
||
|
|
static const UECodeGen_Private::FWeakObjectPropertyParams NewProp_SourceObject;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SourcePath;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_DestinationProperty;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UPropertyBinding constinit property declarations ***************************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UPropertyBinding>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UPropertyBinding_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UPropertyBinding Property Definitions ************************************
|
||
|
|
const UECodeGen_Private::FWeakObjectPropertyParams Z_Construct_UClass_UPropertyBinding_Statics::NewProp_SourceObject = { "SourceObject", nullptr, (EPropertyFlags)0x0014000000002000, UECodeGen_Private::EPropertyGenFlags::WeakObject, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPropertyBinding, SourceObject), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceObject_MetaData), NewProp_SourceObject_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UPropertyBinding_Statics::NewProp_SourcePath = { "SourcePath", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPropertyBinding, SourcePath), Z_Construct_UScriptStruct_FDynamicPropertyPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourcePath_MetaData), NewProp_SourcePath_MetaData) }; // 2549903337
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UPropertyBinding_Statics::NewProp_DestinationProperty = { "DestinationProperty", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPropertyBinding, DestinationProperty), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DestinationProperty_MetaData), NewProp_DestinationProperty_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UPropertyBinding_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyBinding_Statics::NewProp_SourceObject,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyBinding_Statics::NewProp_SourcePath,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyBinding_Statics::NewProp_DestinationProperty,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPropertyBinding_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UPropertyBinding Property Definitions **************************************
|
||
|
|
UObject* (*const Z_Construct_UClass_UPropertyBinding_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_UMG,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPropertyBinding_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UPropertyBinding_Statics::ClassParams = {
|
||
|
|
&UPropertyBinding::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_UPropertyBinding_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UPropertyBinding_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x000800A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPropertyBinding_Statics::Class_MetaDataParams), Z_Construct_UClass_UPropertyBinding_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UPropertyBinding::StaticRegisterNativesUPropertyBinding()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UPropertyBinding()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UPropertyBinding.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPropertyBinding.OuterSingleton, Z_Construct_UClass_UPropertyBinding_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UPropertyBinding.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPropertyBinding);
|
||
|
|
UPropertyBinding::~UPropertyBinding() {}
|
||
|
|
// ********** End Class UPropertyBinding ***********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Binding_PropertyBinding_h__Script_UMG_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UPropertyBinding, UPropertyBinding::StaticClass, TEXT("UPropertyBinding"), &Z_Registration_Info_UClass_UPropertyBinding, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPropertyBinding), 1828500009U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Binding_PropertyBinding_h__Script_UMG_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Binding_PropertyBinding_h__Script_UMG_1471849194{
|
||
|
|
TEXT("/Script/UMG"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Binding_PropertyBinding_h__Script_UMG_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Binding_PropertyBinding_h__Script_UMG_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|