5344 lines
395 KiB
C++
5344 lines
395 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 "PyTest.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodePyTest() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector2D();
|
|
ENGINE_API UClass* Z_Construct_UClass_UBlueprintFunctionLibrary();
|
|
PYTHONSCRIPTPLUGIN_API UClass* Z_Construct_UClass_UDEPRECATED_LegacyPyTestObject();
|
|
PYTHONSCRIPTPLUGIN_API UClass* Z_Construct_UClass_UDEPRECATED_LegacyPyTestObject_NoRegister();
|
|
PYTHONSCRIPTPLUGIN_API UClass* Z_Construct_UClass_UPyTestChildInterface_NoRegister();
|
|
PYTHONSCRIPTPLUGIN_API UClass* Z_Construct_UClass_UPyTestChildObject();
|
|
PYTHONSCRIPTPLUGIN_API UClass* Z_Construct_UClass_UPyTestChildObject_NoRegister();
|
|
PYTHONSCRIPTPLUGIN_API UClass* Z_Construct_UClass_UPyTestObject();
|
|
PYTHONSCRIPTPLUGIN_API UClass* Z_Construct_UClass_UPyTestObject_NoRegister();
|
|
PYTHONSCRIPTPLUGIN_API UClass* Z_Construct_UClass_UPyTestObjectLibrary();
|
|
PYTHONSCRIPTPLUGIN_API UClass* Z_Construct_UClass_UPyTestObjectLibrary_NoRegister();
|
|
PYTHONSCRIPTPLUGIN_API UClass* Z_Construct_UClass_UPyTestOtherInterface_NoRegister();
|
|
PYTHONSCRIPTPLUGIN_API UClass* Z_Construct_UClass_UPyTestStructDelegate();
|
|
PYTHONSCRIPTPLUGIN_API UClass* Z_Construct_UClass_UPyTestStructDelegate_NoRegister();
|
|
PYTHONSCRIPTPLUGIN_API UClass* Z_Construct_UClass_UPyTestStructLibrary();
|
|
PYTHONSCRIPTPLUGIN_API UClass* Z_Construct_UClass_UPyTestStructLibrary_NoRegister();
|
|
PYTHONSCRIPTPLUGIN_API UClass* Z_Construct_UClass_UPyTestTypeHint();
|
|
PYTHONSCRIPTPLUGIN_API UClass* Z_Construct_UClass_UPyTestTypeHint_NoRegister();
|
|
PYTHONSCRIPTPLUGIN_API UClass* Z_Construct_UClass_UPyTestVectorDelegate();
|
|
PYTHONSCRIPTPLUGIN_API UClass* Z_Construct_UClass_UPyTestVectorDelegate_NoRegister();
|
|
PYTHONSCRIPTPLUGIN_API UEnum* Z_Construct_UEnum_PythonScriptPlugin_EPyTestEnum();
|
|
PYTHONSCRIPTPLUGIN_API UFunction* Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestDelegate__DelegateSignature();
|
|
PYTHONSCRIPTPLUGIN_API UFunction* Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestMulticastDelegate__DelegateSignature();
|
|
PYTHONSCRIPTPLUGIN_API UFunction* Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestSlateTickDelegate__DelegateSignature();
|
|
PYTHONSCRIPTPLUGIN_API UFunction* Z_Construct_UDelegateFunction_UPyTestStructDelegate_OnNameCollisionDelegate__DelegateSignature();
|
|
PYTHONSCRIPTPLUGIN_API UFunction* Z_Construct_UDelegateFunction_UPyTestVectorDelegate_OnNameCollisionDelegate__DelegateSignature();
|
|
PYTHONSCRIPTPLUGIN_API UScriptStruct* Z_Construct_UScriptStruct_FPyTestChildStruct();
|
|
PYTHONSCRIPTPLUGIN_API UScriptStruct* Z_Construct_UScriptStruct_FPyTestClassSparseData();
|
|
PYTHONSCRIPTPLUGIN_API UScriptStruct* Z_Construct_UScriptStruct_FPyTestStruct();
|
|
UPackage* Z_Construct_UPackage__Script_PythonScriptPlugin();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Delegate FPyTestDelegate *******************************************************
|
|
struct Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestDelegate__DelegateSignature_Statics
|
|
{
|
|
struct _Script_PythonScriptPlugin_eventPyTestDelegate_Parms
|
|
{
|
|
int32 InValue;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * Delegate to allow testing of the various script delegate features that are exposed to Python wrapped types.\n */" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ToolTip", "Delegate to allow testing of the various script delegate features that are exposed to Python wrapped types." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Delegate FPyTestDelegate constinit property declarations ***********************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_InValue;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Delegate FPyTestDelegate constinit property declarations *************************
|
|
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Delegate FPyTestDelegate Property Definitions **********************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestDelegate__DelegateSignature_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_PythonScriptPlugin_eventPyTestDelegate_Parms, InValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestDelegate__DelegateSignature_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_PythonScriptPlugin_eventPyTestDelegate_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestDelegate__DelegateSignature_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestDelegate__DelegateSignature_Statics::NewProp_InValue,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestDelegate__DelegateSignature_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestDelegate__DelegateSignature_Statics::PropPointers) < 2048);
|
|
// ********** End Delegate FPyTestDelegate Property Definitions ************************************
|
|
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestDelegate__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_PythonScriptPlugin, nullptr, "PyTestDelegate__DelegateSignature", Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestDelegate__DelegateSignature_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestDelegate__DelegateSignature_Statics::PropPointers),
|
|
sizeof(Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestDelegate__DelegateSignature_Statics::_Script_PythonScriptPlugin_eventPyTestDelegate_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00120000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestDelegate__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestDelegate__DelegateSignature_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestDelegate__DelegateSignature_Statics::_Script_PythonScriptPlugin_eventPyTestDelegate_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestDelegate__DelegateSignature()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestDelegate__DelegateSignature_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
int32 FPyTestDelegate_DelegateWrapper(const FScriptDelegate& PyTestDelegate, int32 InValue)
|
|
{
|
|
struct _Script_PythonScriptPlugin_eventPyTestDelegate_Parms
|
|
{
|
|
int32 InValue;
|
|
int32 ReturnValue;
|
|
|
|
/** Constructor, initializes return property only **/
|
|
_Script_PythonScriptPlugin_eventPyTestDelegate_Parms()
|
|
: ReturnValue(0)
|
|
{
|
|
}
|
|
};
|
|
_Script_PythonScriptPlugin_eventPyTestDelegate_Parms Parms;
|
|
Parms.InValue=InValue;
|
|
PyTestDelegate.ProcessDelegate<UObject>(&Parms);
|
|
return Parms.ReturnValue;
|
|
}
|
|
// ********** End Delegate FPyTestDelegate *********************************************************
|
|
|
|
// ********** Begin Delegate FPyTestMulticastDelegate **********************************************
|
|
struct Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestMulticastDelegate__DelegateSignature_Statics
|
|
{
|
|
struct _Script_PythonScriptPlugin_eventPyTestMulticastDelegate_Parms
|
|
{
|
|
FString InStr;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * Multicast delegate to allow testing of the various script delegate features that are exposed to Python wrapped types.\n */" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ToolTip", "Multicast delegate to allow testing of the various script delegate features that are exposed to Python wrapped types." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Delegate FPyTestMulticastDelegate constinit property declarations **************
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_InStr;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Delegate FPyTestMulticastDelegate constinit property declarations ****************
|
|
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Delegate FPyTestMulticastDelegate Property Definitions *************************
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestMulticastDelegate__DelegateSignature_Statics::NewProp_InStr = { "InStr", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_PythonScriptPlugin_eventPyTestMulticastDelegate_Parms, InStr), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestMulticastDelegate__DelegateSignature_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestMulticastDelegate__DelegateSignature_Statics::NewProp_InStr,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestMulticastDelegate__DelegateSignature_Statics::PropPointers) < 2048);
|
|
// ********** End Delegate FPyTestMulticastDelegate Property Definitions ***************************
|
|
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestMulticastDelegate__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_PythonScriptPlugin, nullptr, "PyTestMulticastDelegate__DelegateSignature", Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestMulticastDelegate__DelegateSignature_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestMulticastDelegate__DelegateSignature_Statics::PropPointers),
|
|
sizeof(Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestMulticastDelegate__DelegateSignature_Statics::_Script_PythonScriptPlugin_eventPyTestMulticastDelegate_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestMulticastDelegate__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestMulticastDelegate__DelegateSignature_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestMulticastDelegate__DelegateSignature_Statics::_Script_PythonScriptPlugin_eventPyTestMulticastDelegate_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestMulticastDelegate__DelegateSignature()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestMulticastDelegate__DelegateSignature_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
void FPyTestMulticastDelegate_DelegateWrapper(const FMulticastScriptDelegate& PyTestMulticastDelegate, const FString& InStr)
|
|
{
|
|
struct _Script_PythonScriptPlugin_eventPyTestMulticastDelegate_Parms
|
|
{
|
|
FString InStr;
|
|
};
|
|
_Script_PythonScriptPlugin_eventPyTestMulticastDelegate_Parms Parms;
|
|
Parms.InStr=InStr;
|
|
PyTestMulticastDelegate.ProcessMulticastDelegate<UObject>(&Parms);
|
|
}
|
|
// ********** End Delegate FPyTestMulticastDelegate ************************************************
|
|
|
|
// ********** Begin Delegate FPyTestSlateTickDelegate **********************************************
|
|
struct Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestSlateTickDelegate__DelegateSignature_Statics
|
|
{
|
|
struct _Script_PythonScriptPlugin_eventPyTestSlateTickDelegate_Parms
|
|
{
|
|
float InDeltaTime;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * Delegate for slate pre/post tick event.\n */" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ToolTip", "Delegate for slate pre/post tick event." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Delegate FPyTestSlateTickDelegate constinit property declarations **************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InDeltaTime;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Delegate FPyTestSlateTickDelegate constinit property declarations ****************
|
|
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Delegate FPyTestSlateTickDelegate Property Definitions *************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestSlateTickDelegate__DelegateSignature_Statics::NewProp_InDeltaTime = { "InDeltaTime", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_PythonScriptPlugin_eventPyTestSlateTickDelegate_Parms, InDeltaTime), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestSlateTickDelegate__DelegateSignature_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestSlateTickDelegate__DelegateSignature_Statics::NewProp_InDeltaTime,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestSlateTickDelegate__DelegateSignature_Statics::PropPointers) < 2048);
|
|
// ********** End Delegate FPyTestSlateTickDelegate Property Definitions ***************************
|
|
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestSlateTickDelegate__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_PythonScriptPlugin, nullptr, "PyTestSlateTickDelegate__DelegateSignature", Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestSlateTickDelegate__DelegateSignature_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestSlateTickDelegate__DelegateSignature_Statics::PropPointers),
|
|
sizeof(Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestSlateTickDelegate__DelegateSignature_Statics::_Script_PythonScriptPlugin_eventPyTestSlateTickDelegate_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00120000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestSlateTickDelegate__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestSlateTickDelegate__DelegateSignature_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestSlateTickDelegate__DelegateSignature_Statics::_Script_PythonScriptPlugin_eventPyTestSlateTickDelegate_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestSlateTickDelegate__DelegateSignature()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestSlateTickDelegate__DelegateSignature_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
void FPyTestSlateTickDelegate_DelegateWrapper(const FScriptDelegate& PyTestSlateTickDelegate, float InDeltaTime)
|
|
{
|
|
struct _Script_PythonScriptPlugin_eventPyTestSlateTickDelegate_Parms
|
|
{
|
|
float InDeltaTime;
|
|
};
|
|
_Script_PythonScriptPlugin_eventPyTestSlateTickDelegate_Parms Parms;
|
|
Parms.InDeltaTime=InDeltaTime;
|
|
PyTestSlateTickDelegate.ProcessDelegate<UObject>(&Parms);
|
|
}
|
|
// ********** End Delegate FPyTestSlateTickDelegate ************************************************
|
|
|
|
// ********** Begin Enum EPyTestEnum ***************************************************************
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EPyTestEnum;
|
|
static UEnum* EPyTestEnum_StaticEnum()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_EPyTestEnum.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UEnum_EPyTestEnum.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_PythonScriptPlugin_EPyTestEnum, (UObject*)Z_Construct_UPackage__Script_PythonScriptPlugin(), TEXT("EPyTestEnum"));
|
|
}
|
|
return Z_Registration_Info_UEnum_EPyTestEnum.OuterSingleton;
|
|
}
|
|
template<> PYTHONSCRIPTPLUGIN_NON_ATTRIBUTED_API UEnum* StaticEnum<EPyTestEnum>()
|
|
{
|
|
return EPyTestEnum_StaticEnum();
|
|
}
|
|
struct Z_Construct_UEnum_PythonScriptPlugin_EPyTestEnum_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "Comment", "/**\n * Enum to allow testing of the various UEnum features that are exposed to Python wrapped types.\n */" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "One.DisplayName", "Says One but my value is Zero" },
|
|
{ "One.Name", "EPyTestEnum::One" },
|
|
{ "ToolTip", "Enum to allow testing of the various UEnum features that are exposed to Python wrapped types." },
|
|
{ "Two.Name", "EPyTestEnum::Two" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
|
{ "EPyTestEnum::One", (int64)EPyTestEnum::One },
|
|
{ "EPyTestEnum::Two", (int64)EPyTestEnum::Two },
|
|
};
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
|
}; // struct Z_Construct_UEnum_PythonScriptPlugin_EPyTestEnum_Statics
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_PythonScriptPlugin_EPyTestEnum_Statics::EnumParams = {
|
|
(UObject*(*)())Z_Construct_UPackage__Script_PythonScriptPlugin,
|
|
nullptr,
|
|
"EPyTestEnum",
|
|
"EPyTestEnum",
|
|
Z_Construct_UEnum_PythonScriptPlugin_EPyTestEnum_Statics::Enumerators,
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_PythonScriptPlugin_EPyTestEnum_Statics::Enumerators),
|
|
EEnumFlags::None,
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_PythonScriptPlugin_EPyTestEnum_Statics::Enum_MetaDataParams), Z_Construct_UEnum_PythonScriptPlugin_EPyTestEnum_Statics::Enum_MetaDataParams)
|
|
};
|
|
UEnum* Z_Construct_UEnum_PythonScriptPlugin_EPyTestEnum()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_EPyTestEnum.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EPyTestEnum.InnerSingleton, Z_Construct_UEnum_PythonScriptPlugin_EPyTestEnum_Statics::EnumParams);
|
|
}
|
|
return Z_Registration_Info_UEnum_EPyTestEnum.InnerSingleton;
|
|
}
|
|
// ********** End Enum EPyTestEnum *****************************************************************
|
|
|
|
// ********** Begin ScriptStruct FPyTestStruct *****************************************************
|
|
struct Z_Construct_UScriptStruct_FPyTestStruct_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FPyTestStruct); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FPyTestStruct); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "Comment", "/**\n * Struct to allow testing of the various UStruct features that are exposed to Python wrapped types.\n */" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ToolTip", "Struct to allow testing of the various UStruct features that are exposed to Python wrapped types." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Bool_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Int_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Float_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Enum_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_String_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Name_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Text_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FieldPath_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StructFieldPath_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StringArray_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StringSet_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StringIntMap_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LegacyInt_MetaData[] = {
|
|
{ "DeprecatedProperty", "" },
|
|
{ "DeprecationMessage", "LegacyInt is deprecated. Please use Int instead." },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BoolInstanceOnly_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BoolDefaultsOnly_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BoolMutable_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FPyTestStruct constinit property declarations *********************
|
|
static void NewProp_Bool_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_Bool;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Int;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Float;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_Enum_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_Enum;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_String;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_Name;
|
|
static const UECodeGen_Private::FTextPropertyParams NewProp_Text;
|
|
static const UECodeGen_Private::FFieldPathPropertyParams NewProp_FieldPath;
|
|
static const UECodeGen_Private::FFieldPathPropertyParams NewProp_StructFieldPath;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_StringArray_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_StringArray;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_StringSet_ElementProp;
|
|
static const UECodeGen_Private::FSetPropertyParams NewProp_StringSet;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_StringIntMap_ValueProp;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_StringIntMap_Key_KeyProp;
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_StringIntMap;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_LegacyInt;
|
|
static void NewProp_BoolInstanceOnly_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_BoolInstanceOnly;
|
|
static void NewProp_BoolDefaultsOnly_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_BoolDefaultsOnly;
|
|
static void NewProp_BoolMutable_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_BoolMutable;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FPyTestStruct constinit property declarations ***********************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FPyTestStruct>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FPyTestStruct_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FPyTestStruct;
|
|
class UScriptStruct* FPyTestStruct::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FPyTestStruct.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FPyTestStruct.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FPyTestStruct, (UObject*)Z_Construct_UPackage__Script_PythonScriptPlugin(), TEXT("PyTestStruct"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FPyTestStruct.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FPyTestStruct Property Definitions ********************************
|
|
void Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_Bool_SetBit(void* Obj)
|
|
{
|
|
((FPyTestStruct*)Obj)->Bool = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_Bool = { "Bool", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FPyTestStruct), &Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_Bool_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Bool_MetaData), NewProp_Bool_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_Int = { "Int", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FPyTestStruct, Int), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Int_MetaData), NewProp_Int_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_Float = { "Float", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FPyTestStruct, Float), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Float_MetaData), NewProp_Float_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_Enum_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_Enum = { "Enum", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FPyTestStruct, Enum), Z_Construct_UEnum_PythonScriptPlugin_EPyTestEnum, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Enum_MetaData), NewProp_Enum_MetaData) }; // 1303654346
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_String = { "String", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FPyTestStruct, String), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_String_MetaData), NewProp_String_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FPyTestStruct, Name), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Name_MetaData), NewProp_Name_MetaData) };
|
|
const UECodeGen_Private::FTextPropertyParams Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_Text = { "Text", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FPyTestStruct, Text), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Text_MetaData), NewProp_Text_MetaData) };
|
|
const UECodeGen_Private::FFieldPathPropertyParams Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_FieldPath = { "FieldPath", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::FieldPath, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FPyTestStruct, FieldPath), &FProperty::StaticClass, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FieldPath_MetaData), NewProp_FieldPath_MetaData) };
|
|
const UECodeGen_Private::FFieldPathPropertyParams Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_StructFieldPath = { "StructFieldPath", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::FieldPath, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FPyTestStruct, StructFieldPath), &FStructProperty::StaticClass, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StructFieldPath_MetaData), NewProp_StructFieldPath_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_StringArray_Inner = { "StringArray", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_StringArray = { "StringArray", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FPyTestStruct, StringArray), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StringArray_MetaData), NewProp_StringArray_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_StringSet_ElementProp = { "StringSet", nullptr, (EPropertyFlags)0x0000000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FSetPropertyParams Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_StringSet = { "StringSet", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Set, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FPyTestStruct, StringSet), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StringSet_MetaData), NewProp_StringSet_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_StringIntMap_ValueProp = { "StringIntMap", nullptr, (EPropertyFlags)0x0000000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_StringIntMap_Key_KeyProp = { "StringIntMap_Key", nullptr, (EPropertyFlags)0x0000000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FMapPropertyParams Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_StringIntMap = { "StringIntMap", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FPyTestStruct, StringIntMap), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StringIntMap_MetaData), NewProp_StringIntMap_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_LegacyInt = { "LegacyInt", nullptr, (EPropertyFlags)0x0010000020000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FPyTestStruct, LegacyInt_DEPRECATED), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LegacyInt_MetaData), NewProp_LegacyInt_MetaData) };
|
|
void Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_BoolInstanceOnly_SetBit(void* Obj)
|
|
{
|
|
((FPyTestStruct*)Obj)->BoolInstanceOnly = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_BoolInstanceOnly = { "BoolInstanceOnly", nullptr, (EPropertyFlags)0x0010000000000801, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FPyTestStruct), &Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_BoolInstanceOnly_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BoolInstanceOnly_MetaData), NewProp_BoolInstanceOnly_MetaData) };
|
|
void Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_BoolDefaultsOnly_SetBit(void* Obj)
|
|
{
|
|
((FPyTestStruct*)Obj)->BoolDefaultsOnly = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_BoolDefaultsOnly = { "BoolDefaultsOnly", nullptr, (EPropertyFlags)0x0010000000010001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FPyTestStruct), &Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_BoolDefaultsOnly_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BoolDefaultsOnly_MetaData), NewProp_BoolDefaultsOnly_MetaData) };
|
|
void Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_BoolMutable_SetBit(void* Obj)
|
|
{
|
|
((FPyTestStruct*)Obj)->BoolMutable = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_BoolMutable = { "BoolMutable", nullptr, (EPropertyFlags)0x0010000000020015, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FPyTestStruct), &Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_BoolMutable_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BoolMutable_MetaData), NewProp_BoolMutable_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FPyTestStruct_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_Bool,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_Int,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_Float,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_Enum_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_Enum,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_String,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_Name,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_Text,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_FieldPath,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_StructFieldPath,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_StringArray_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_StringArray,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_StringSet_ElementProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_StringSet,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_StringIntMap_ValueProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_StringIntMap_Key_KeyProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_StringIntMap,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_LegacyInt,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_BoolInstanceOnly,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_BoolDefaultsOnly,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewProp_BoolMutable,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FPyTestStruct_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FPyTestStruct Property Definitions **********************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FPyTestStruct_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_PythonScriptPlugin,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"PyTestStruct",
|
|
Z_Construct_UScriptStruct_FPyTestStruct_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FPyTestStruct_Statics::PropPointers),
|
|
sizeof(FPyTestStruct),
|
|
alignof(FPyTestStruct),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FPyTestStruct_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FPyTestStruct_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FPyTestStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FPyTestStruct.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FPyTestStruct.InnerSingleton, Z_Construct_UScriptStruct_FPyTestStruct_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FPyTestStruct.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FPyTestStruct *******************************************************
|
|
|
|
// ********** Begin ScriptStruct FPyTestChildStruct ************************************************
|
|
struct Z_Construct_UScriptStruct_FPyTestChildStruct_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FPyTestChildStruct); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FPyTestChildStruct); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "Comment", "/**\n * Struct to allow testing of inheritance on Python wrapped types.\n */" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ToolTip", "Struct to allow testing of inheritance on Python wrapped types." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FPyTestChildStruct constinit property declarations ****************
|
|
// ********** End ScriptStruct FPyTestChildStruct constinit property declarations ******************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FPyTestChildStruct>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FPyTestChildStruct_Statics
|
|
static_assert(std::is_polymorphic<FPyTestChildStruct>() == std::is_polymorphic<FPyTestStruct>(), "USTRUCT FPyTestChildStruct cannot be polymorphic unless super FPyTestStruct is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FPyTestChildStruct;
|
|
class UScriptStruct* FPyTestChildStruct::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FPyTestChildStruct.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FPyTestChildStruct.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FPyTestChildStruct, (UObject*)Z_Construct_UPackage__Script_PythonScriptPlugin(), TEXT("PyTestChildStruct"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FPyTestChildStruct.OuterSingleton;
|
|
}
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FPyTestChildStruct_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_PythonScriptPlugin,
|
|
Z_Construct_UScriptStruct_FPyTestStruct,
|
|
&NewStructOps,
|
|
"PyTestChildStruct",
|
|
nullptr,
|
|
0,
|
|
sizeof(FPyTestChildStruct),
|
|
alignof(FPyTestChildStruct),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FPyTestChildStruct_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FPyTestChildStruct_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FPyTestChildStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FPyTestChildStruct.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FPyTestChildStruct.InnerSingleton, Z_Construct_UScriptStruct_FPyTestChildStruct_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FPyTestChildStruct.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FPyTestChildStruct **************************************************
|
|
|
|
// ********** Begin Class UPyTestStructLibrary Function AddFloat ***********************************
|
|
struct Z_Construct_UFunction_UPyTestStructLibrary_AddFloat_Statics
|
|
{
|
|
struct PyTestStructLibrary_eventAddFloat_Parms
|
|
{
|
|
FPyTestStruct InStruct;
|
|
float InValue;
|
|
FPyTestStruct ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ScriptMethod", "" },
|
|
{ "ScriptMethodSelfReturn", "" },
|
|
{ "ScriptOperator", "+;+=" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InStruct_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InValue_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function AddFloat constinit property declarations ******************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InStruct;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InValue;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function AddFloat constinit property declarations ********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function AddFloat Property Definitions *****************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UPyTestStructLibrary_AddFloat_Statics::NewProp_InStruct = { "InStruct", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestStructLibrary_eventAddFloat_Parms, InStruct), Z_Construct_UScriptStruct_FPyTestStruct, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InStruct_MetaData), NewProp_InStruct_MetaData) }; // 1624567870
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UPyTestStructLibrary_AddFloat_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestStructLibrary_eventAddFloat_Parms, InValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InValue_MetaData), NewProp_InValue_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UPyTestStructLibrary_AddFloat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestStructLibrary_eventAddFloat_Parms, ReturnValue), Z_Construct_UScriptStruct_FPyTestStruct, METADATA_PARAMS(0, nullptr) }; // 1624567870
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestStructLibrary_AddFloat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestStructLibrary_AddFloat_Statics::NewProp_InStruct,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestStructLibrary_AddFloat_Statics::NewProp_InValue,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestStructLibrary_AddFloat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestStructLibrary_AddFloat_Statics::PropPointers) < 2048);
|
|
// ********** End Function AddFloat Property Definitions *******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestStructLibrary_AddFloat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestStructLibrary, nullptr, "AddFloat", Z_Construct_UFunction_UPyTestStructLibrary_AddFloat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestStructLibrary_AddFloat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestStructLibrary_AddFloat_Statics::PyTestStructLibrary_eventAddFloat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04442401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestStructLibrary_AddFloat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestStructLibrary_AddFloat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestStructLibrary_AddFloat_Statics::PyTestStructLibrary_eventAddFloat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestStructLibrary_AddFloat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestStructLibrary_AddFloat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestStructLibrary::execAddFloat)
|
|
{
|
|
P_GET_STRUCT_REF(FPyTestStruct,Z_Param_Out_InStruct);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InValue);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FPyTestStruct*)Z_Param__Result=UPyTestStructLibrary::AddFloat(Z_Param_Out_InStruct,Z_Param_InValue);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestStructLibrary Function AddFloat *************************************
|
|
|
|
// ********** Begin Class UPyTestStructLibrary Function AddInt *************************************
|
|
struct Z_Construct_UFunction_UPyTestStructLibrary_AddInt_Statics
|
|
{
|
|
struct PyTestStructLibrary_eventAddInt_Parms
|
|
{
|
|
FPyTestStruct InStruct;
|
|
int32 InValue;
|
|
FPyTestStruct ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ScriptMethod", "" },
|
|
{ "ScriptMethodSelfReturn", "" },
|
|
{ "ScriptOperator", "+;+=" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InStruct_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InValue_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function AddInt constinit property declarations ********************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InStruct;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_InValue;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function AddInt constinit property declarations **********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function AddInt Property Definitions *******************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UPyTestStructLibrary_AddInt_Statics::NewProp_InStruct = { "InStruct", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestStructLibrary_eventAddInt_Parms, InStruct), Z_Construct_UScriptStruct_FPyTestStruct, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InStruct_MetaData), NewProp_InStruct_MetaData) }; // 1624567870
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPyTestStructLibrary_AddInt_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestStructLibrary_eventAddInt_Parms, InValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InValue_MetaData), NewProp_InValue_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UPyTestStructLibrary_AddInt_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestStructLibrary_eventAddInt_Parms, ReturnValue), Z_Construct_UScriptStruct_FPyTestStruct, METADATA_PARAMS(0, nullptr) }; // 1624567870
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestStructLibrary_AddInt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestStructLibrary_AddInt_Statics::NewProp_InStruct,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestStructLibrary_AddInt_Statics::NewProp_InValue,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestStructLibrary_AddInt_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestStructLibrary_AddInt_Statics::PropPointers) < 2048);
|
|
// ********** End Function AddInt Property Definitions *********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestStructLibrary_AddInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestStructLibrary, nullptr, "AddInt", Z_Construct_UFunction_UPyTestStructLibrary_AddInt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestStructLibrary_AddInt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestStructLibrary_AddInt_Statics::PyTestStructLibrary_eventAddInt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04442401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestStructLibrary_AddInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestStructLibrary_AddInt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestStructLibrary_AddInt_Statics::PyTestStructLibrary_eventAddInt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestStructLibrary_AddInt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestStructLibrary_AddInt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestStructLibrary::execAddInt)
|
|
{
|
|
P_GET_STRUCT_REF(FPyTestStruct,Z_Param_Out_InStruct);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_InValue);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FPyTestStruct*)Z_Param__Result=UPyTestStructLibrary::AddInt(Z_Param_Out_InStruct,Z_Param_InValue);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestStructLibrary Function AddInt ***************************************
|
|
|
|
// ********** Begin Class UPyTestStructLibrary Function AddStr *************************************
|
|
struct Z_Construct_UFunction_UPyTestStructLibrary_AddStr_Statics
|
|
{
|
|
struct PyTestStructLibrary_eventAddStr_Parms
|
|
{
|
|
FPyTestStruct InStruct;
|
|
FString InValue;
|
|
FPyTestStruct ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ScriptMethod", "" },
|
|
{ "ScriptMethodSelfReturn", "" },
|
|
{ "ScriptOperator", "+;+=" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InStruct_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InValue_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function AddStr constinit property declarations ********************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InStruct;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_InValue;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function AddStr constinit property declarations **********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function AddStr Property Definitions *******************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UPyTestStructLibrary_AddStr_Statics::NewProp_InStruct = { "InStruct", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestStructLibrary_eventAddStr_Parms, InStruct), Z_Construct_UScriptStruct_FPyTestStruct, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InStruct_MetaData), NewProp_InStruct_MetaData) }; // 1624567870
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UPyTestStructLibrary_AddStr_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestStructLibrary_eventAddStr_Parms, InValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InValue_MetaData), NewProp_InValue_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UPyTestStructLibrary_AddStr_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestStructLibrary_eventAddStr_Parms, ReturnValue), Z_Construct_UScriptStruct_FPyTestStruct, METADATA_PARAMS(0, nullptr) }; // 1624567870
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestStructLibrary_AddStr_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestStructLibrary_AddStr_Statics::NewProp_InStruct,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestStructLibrary_AddStr_Statics::NewProp_InValue,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestStructLibrary_AddStr_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestStructLibrary_AddStr_Statics::PropPointers) < 2048);
|
|
// ********** End Function AddStr Property Definitions *********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestStructLibrary_AddStr_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestStructLibrary, nullptr, "AddStr", Z_Construct_UFunction_UPyTestStructLibrary_AddStr_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestStructLibrary_AddStr_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestStructLibrary_AddStr_Statics::PyTestStructLibrary_eventAddStr_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04442401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestStructLibrary_AddStr_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestStructLibrary_AddStr_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestStructLibrary_AddStr_Statics::PyTestStructLibrary_eventAddStr_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestStructLibrary_AddStr()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestStructLibrary_AddStr_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestStructLibrary::execAddStr)
|
|
{
|
|
P_GET_STRUCT_REF(FPyTestStruct,Z_Param_Out_InStruct);
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_InValue);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FPyTestStruct*)Z_Param__Result=UPyTestStructLibrary::AddStr(Z_Param_Out_InStruct,Z_Param_InValue);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestStructLibrary Function AddStr ***************************************
|
|
|
|
// ********** Begin Class UPyTestStructLibrary Function ClearBoolMutable ***************************
|
|
struct Z_Construct_UFunction_UPyTestStructLibrary_ClearBoolMutable_Statics
|
|
{
|
|
struct PyTestStructLibrary_eventClearBoolMutable_Parms
|
|
{
|
|
FPyTestStruct InStruct;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ScriptMethod", "" },
|
|
{ "ScriptMethodMutable", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InStruct_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ClearBoolMutable constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InStruct;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function ClearBoolMutable constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function ClearBoolMutable Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UPyTestStructLibrary_ClearBoolMutable_Statics::NewProp_InStruct = { "InStruct", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestStructLibrary_eventClearBoolMutable_Parms, InStruct), Z_Construct_UScriptStruct_FPyTestStruct, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InStruct_MetaData), NewProp_InStruct_MetaData) }; // 1624567870
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestStructLibrary_ClearBoolMutable_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestStructLibrary_ClearBoolMutable_Statics::NewProp_InStruct,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestStructLibrary_ClearBoolMutable_Statics::PropPointers) < 2048);
|
|
// ********** End Function ClearBoolMutable Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestStructLibrary_ClearBoolMutable_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestStructLibrary, nullptr, "ClearBoolMutable", Z_Construct_UFunction_UPyTestStructLibrary_ClearBoolMutable_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestStructLibrary_ClearBoolMutable_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestStructLibrary_ClearBoolMutable_Statics::PyTestStructLibrary_eventClearBoolMutable_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04442401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestStructLibrary_ClearBoolMutable_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestStructLibrary_ClearBoolMutable_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestStructLibrary_ClearBoolMutable_Statics::PyTestStructLibrary_eventClearBoolMutable_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestStructLibrary_ClearBoolMutable()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestStructLibrary_ClearBoolMutable_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestStructLibrary::execClearBoolMutable)
|
|
{
|
|
P_GET_STRUCT_REF(FPyTestStruct,Z_Param_Out_InStruct);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UPyTestStructLibrary::ClearBoolMutable(Z_Param_Out_InStruct);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestStructLibrary Function ClearBoolMutable *****************************
|
|
|
|
// ********** Begin Class UPyTestStructLibrary Function ClearBoolMutableViaRef *********************
|
|
struct Z_Construct_UFunction_UPyTestStructLibrary_ClearBoolMutableViaRef_Statics
|
|
{
|
|
struct PyTestStructLibrary_eventClearBoolMutableViaRef_Parms
|
|
{
|
|
FPyTestStruct InStruct;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ScriptMethod", "" },
|
|
{ "ScriptMethodMutable", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ClearBoolMutableViaRef constinit property declarations ****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InStruct;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function ClearBoolMutableViaRef constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function ClearBoolMutableViaRef Property Definitions ***************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UPyTestStructLibrary_ClearBoolMutableViaRef_Statics::NewProp_InStruct = { "InStruct", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestStructLibrary_eventClearBoolMutableViaRef_Parms, InStruct), Z_Construct_UScriptStruct_FPyTestStruct, METADATA_PARAMS(0, nullptr) }; // 1624567870
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestStructLibrary_ClearBoolMutableViaRef_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestStructLibrary_ClearBoolMutableViaRef_Statics::NewProp_InStruct,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestStructLibrary_ClearBoolMutableViaRef_Statics::PropPointers) < 2048);
|
|
// ********** End Function ClearBoolMutableViaRef Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestStructLibrary_ClearBoolMutableViaRef_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestStructLibrary, nullptr, "ClearBoolMutableViaRef", Z_Construct_UFunction_UPyTestStructLibrary_ClearBoolMutableViaRef_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestStructLibrary_ClearBoolMutableViaRef_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestStructLibrary_ClearBoolMutableViaRef_Statics::PyTestStructLibrary_eventClearBoolMutableViaRef_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04442401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestStructLibrary_ClearBoolMutableViaRef_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestStructLibrary_ClearBoolMutableViaRef_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestStructLibrary_ClearBoolMutableViaRef_Statics::PyTestStructLibrary_eventClearBoolMutableViaRef_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestStructLibrary_ClearBoolMutableViaRef()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestStructLibrary_ClearBoolMutableViaRef_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestStructLibrary::execClearBoolMutableViaRef)
|
|
{
|
|
P_GET_STRUCT_REF(FPyTestStruct,Z_Param_Out_InStruct);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UPyTestStructLibrary::ClearBoolMutableViaRef(Z_Param_Out_InStruct);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestStructLibrary Function ClearBoolMutableViaRef ***********************
|
|
|
|
// ********** Begin Class UPyTestStructLibrary Function GetConstantValue ***************************
|
|
struct Z_Construct_UFunction_UPyTestStructLibrary_GetConstantValue_Statics
|
|
{
|
|
struct PyTestStructLibrary_eventGetConstantValue_Parms
|
|
{
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ScriptConstant", "ConstantValue" },
|
|
{ "ScriptConstantHost", "/Script/PythonScriptPlugin.PyTestStruct" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetConstantValue constinit property declarations **********************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetConstantValue constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetConstantValue Property Definitions *********************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPyTestStructLibrary_GetConstantValue_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestStructLibrary_eventGetConstantValue_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestStructLibrary_GetConstantValue_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestStructLibrary_GetConstantValue_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestStructLibrary_GetConstantValue_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetConstantValue Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestStructLibrary_GetConstantValue_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestStructLibrary, nullptr, "GetConstantValue", Z_Construct_UFunction_UPyTestStructLibrary_GetConstantValue_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestStructLibrary_GetConstantValue_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestStructLibrary_GetConstantValue_Statics::PyTestStructLibrary_eventGetConstantValue_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14042401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestStructLibrary_GetConstantValue_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestStructLibrary_GetConstantValue_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestStructLibrary_GetConstantValue_Statics::PyTestStructLibrary_eventGetConstantValue_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestStructLibrary_GetConstantValue()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestStructLibrary_GetConstantValue_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestStructLibrary::execGetConstantValue)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UPyTestStructLibrary::GetConstantValue();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestStructLibrary Function GetConstantValue *****************************
|
|
|
|
// ********** Begin Class UPyTestStructLibrary Function IsBoolSet **********************************
|
|
struct Z_Construct_UFunction_UPyTestStructLibrary_IsBoolSet_Statics
|
|
{
|
|
struct PyTestStructLibrary_eventIsBoolSet_Parms
|
|
{
|
|
FPyTestStruct InStruct;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ScriptMethod", "IsBoolSet;IsBoolSetOld" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InStruct_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function IsBoolSet constinit property declarations *****************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InStruct;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function IsBoolSet constinit property declarations *******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function IsBoolSet Property Definitions ****************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UPyTestStructLibrary_IsBoolSet_Statics::NewProp_InStruct = { "InStruct", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestStructLibrary_eventIsBoolSet_Parms, InStruct), Z_Construct_UScriptStruct_FPyTestStruct, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InStruct_MetaData), NewProp_InStruct_MetaData) }; // 1624567870
|
|
void Z_Construct_UFunction_UPyTestStructLibrary_IsBoolSet_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((PyTestStructLibrary_eventIsBoolSet_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UPyTestStructLibrary_IsBoolSet_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(PyTestStructLibrary_eventIsBoolSet_Parms), &Z_Construct_UFunction_UPyTestStructLibrary_IsBoolSet_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestStructLibrary_IsBoolSet_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestStructLibrary_IsBoolSet_Statics::NewProp_InStruct,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestStructLibrary_IsBoolSet_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestStructLibrary_IsBoolSet_Statics::PropPointers) < 2048);
|
|
// ********** End Function IsBoolSet Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestStructLibrary_IsBoolSet_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestStructLibrary, nullptr, "IsBoolSet", Z_Construct_UFunction_UPyTestStructLibrary_IsBoolSet_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestStructLibrary_IsBoolSet_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestStructLibrary_IsBoolSet_Statics::PyTestStructLibrary_eventIsBoolSet_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14442401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestStructLibrary_IsBoolSet_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestStructLibrary_IsBoolSet_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestStructLibrary_IsBoolSet_Statics::PyTestStructLibrary_eventIsBoolSet_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestStructLibrary_IsBoolSet()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestStructLibrary_IsBoolSet_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestStructLibrary::execIsBoolSet)
|
|
{
|
|
P_GET_STRUCT_REF(FPyTestStruct,Z_Param_Out_InStruct);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UPyTestStructLibrary::IsBoolSet(Z_Param_Out_InStruct);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestStructLibrary Function IsBoolSet ************************************
|
|
|
|
// ********** Begin Class UPyTestStructLibrary Function LegacyIsBoolSet ****************************
|
|
struct Z_Construct_UFunction_UPyTestStructLibrary_LegacyIsBoolSet_Statics
|
|
{
|
|
struct PyTestStructLibrary_eventLegacyIsBoolSet_Parms
|
|
{
|
|
FPyTestStruct InStruct;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "LegacyIsBoolSet is deprecated. Please use IsBoolSet instead." },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InStruct_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LegacyIsBoolSet constinit property declarations ***********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InStruct;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LegacyIsBoolSet constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LegacyIsBoolSet Property Definitions **********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UPyTestStructLibrary_LegacyIsBoolSet_Statics::NewProp_InStruct = { "InStruct", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestStructLibrary_eventLegacyIsBoolSet_Parms, InStruct), Z_Construct_UScriptStruct_FPyTestStruct, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InStruct_MetaData), NewProp_InStruct_MetaData) }; // 1624567870
|
|
void Z_Construct_UFunction_UPyTestStructLibrary_LegacyIsBoolSet_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((PyTestStructLibrary_eventLegacyIsBoolSet_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UPyTestStructLibrary_LegacyIsBoolSet_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(PyTestStructLibrary_eventLegacyIsBoolSet_Parms), &Z_Construct_UFunction_UPyTestStructLibrary_LegacyIsBoolSet_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestStructLibrary_LegacyIsBoolSet_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestStructLibrary_LegacyIsBoolSet_Statics::NewProp_InStruct,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestStructLibrary_LegacyIsBoolSet_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestStructLibrary_LegacyIsBoolSet_Statics::PropPointers) < 2048);
|
|
// ********** End Function LegacyIsBoolSet Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestStructLibrary_LegacyIsBoolSet_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestStructLibrary, nullptr, "LegacyIsBoolSet", Z_Construct_UFunction_UPyTestStructLibrary_LegacyIsBoolSet_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestStructLibrary_LegacyIsBoolSet_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestStructLibrary_LegacyIsBoolSet_Statics::PyTestStructLibrary_eventLegacyIsBoolSet_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14442401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestStructLibrary_LegacyIsBoolSet_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestStructLibrary_LegacyIsBoolSet_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestStructLibrary_LegacyIsBoolSet_Statics::PyTestStructLibrary_eventLegacyIsBoolSet_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestStructLibrary_LegacyIsBoolSet()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestStructLibrary_LegacyIsBoolSet_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestStructLibrary::execLegacyIsBoolSet)
|
|
{
|
|
P_GET_STRUCT_REF(FPyTestStruct,Z_Param_Out_InStruct);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UPyTestStructLibrary::LegacyIsBoolSet(Z_Param_Out_InStruct);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestStructLibrary Function LegacyIsBoolSet ******************************
|
|
|
|
// ********** Begin Class UPyTestStructLibrary Function SetBoolMutable *****************************
|
|
struct Z_Construct_UFunction_UPyTestStructLibrary_SetBoolMutable_Statics
|
|
{
|
|
struct PyTestStructLibrary_eventSetBoolMutable_Parms
|
|
{
|
|
FPyTestStruct InStruct;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ScriptMethod", "" },
|
|
{ "ScriptMethodMutable", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InStruct_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetBoolMutable constinit property declarations ************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InStruct;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetBoolMutable constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetBoolMutable Property Definitions ***********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UPyTestStructLibrary_SetBoolMutable_Statics::NewProp_InStruct = { "InStruct", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestStructLibrary_eventSetBoolMutable_Parms, InStruct), Z_Construct_UScriptStruct_FPyTestStruct, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InStruct_MetaData), NewProp_InStruct_MetaData) }; // 1624567870
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestStructLibrary_SetBoolMutable_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestStructLibrary_SetBoolMutable_Statics::NewProp_InStruct,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestStructLibrary_SetBoolMutable_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetBoolMutable Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestStructLibrary_SetBoolMutable_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestStructLibrary, nullptr, "SetBoolMutable", Z_Construct_UFunction_UPyTestStructLibrary_SetBoolMutable_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestStructLibrary_SetBoolMutable_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestStructLibrary_SetBoolMutable_Statics::PyTestStructLibrary_eventSetBoolMutable_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04442401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestStructLibrary_SetBoolMutable_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestStructLibrary_SetBoolMutable_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestStructLibrary_SetBoolMutable_Statics::PyTestStructLibrary_eventSetBoolMutable_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestStructLibrary_SetBoolMutable()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestStructLibrary_SetBoolMutable_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestStructLibrary::execSetBoolMutable)
|
|
{
|
|
P_GET_STRUCT_REF(FPyTestStruct,Z_Param_Out_InStruct);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UPyTestStructLibrary::SetBoolMutable(Z_Param_Out_InStruct);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestStructLibrary Function SetBoolMutable *******************************
|
|
|
|
// ********** Begin Class UPyTestStructLibrary Function SetBoolMutableViaRef ***********************
|
|
struct Z_Construct_UFunction_UPyTestStructLibrary_SetBoolMutableViaRef_Statics
|
|
{
|
|
struct PyTestStructLibrary_eventSetBoolMutableViaRef_Parms
|
|
{
|
|
FPyTestStruct InStruct;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ScriptMethod", "" },
|
|
{ "ScriptMethodMutable", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetBoolMutableViaRef constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InStruct;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetBoolMutableViaRef constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetBoolMutableViaRef Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UPyTestStructLibrary_SetBoolMutableViaRef_Statics::NewProp_InStruct = { "InStruct", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestStructLibrary_eventSetBoolMutableViaRef_Parms, InStruct), Z_Construct_UScriptStruct_FPyTestStruct, METADATA_PARAMS(0, nullptr) }; // 1624567870
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestStructLibrary_SetBoolMutableViaRef_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestStructLibrary_SetBoolMutableViaRef_Statics::NewProp_InStruct,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestStructLibrary_SetBoolMutableViaRef_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetBoolMutableViaRef Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestStructLibrary_SetBoolMutableViaRef_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestStructLibrary, nullptr, "SetBoolMutableViaRef", Z_Construct_UFunction_UPyTestStructLibrary_SetBoolMutableViaRef_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestStructLibrary_SetBoolMutableViaRef_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestStructLibrary_SetBoolMutableViaRef_Statics::PyTestStructLibrary_eventSetBoolMutableViaRef_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04442401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestStructLibrary_SetBoolMutableViaRef_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestStructLibrary_SetBoolMutableViaRef_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestStructLibrary_SetBoolMutableViaRef_Statics::PyTestStructLibrary_eventSetBoolMutableViaRef_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestStructLibrary_SetBoolMutableViaRef()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestStructLibrary_SetBoolMutableViaRef_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestStructLibrary::execSetBoolMutableViaRef)
|
|
{
|
|
P_GET_STRUCT_REF(FPyTestStruct,Z_Param_Out_InStruct);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UPyTestStructLibrary::SetBoolMutableViaRef(Z_Param_Out_InStruct);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestStructLibrary Function SetBoolMutableViaRef *************************
|
|
|
|
// ********** Begin Class UPyTestStructLibrary *****************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UPyTestStructLibrary;
|
|
UClass* UPyTestStructLibrary::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UPyTestStructLibrary;
|
|
if (!Z_Registration_Info_UClass_UPyTestStructLibrary.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("PyTestStructLibrary"),
|
|
Z_Registration_Info_UClass_UPyTestStructLibrary.InnerSingleton,
|
|
StaticRegisterNativesUPyTestStructLibrary,
|
|
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_UPyTestStructLibrary.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UPyTestStructLibrary_NoRegister()
|
|
{
|
|
return UPyTestStructLibrary::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UPyTestStructLibrary_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * Function library containing methods that should be hoisted onto the test struct in Python.\n */" },
|
|
{ "IncludePath", "PyTest.h" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ToolTip", "Function library containing methods that should be hoisted onto the test struct in Python." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UPyTestStructLibrary constinit property declarations *********************
|
|
// ********** End Class UPyTestStructLibrary constinit property declarations ***********************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("AddFloat"), .Pointer = &UPyTestStructLibrary::execAddFloat },
|
|
{ .NameUTF8 = UTF8TEXT("AddInt"), .Pointer = &UPyTestStructLibrary::execAddInt },
|
|
{ .NameUTF8 = UTF8TEXT("AddStr"), .Pointer = &UPyTestStructLibrary::execAddStr },
|
|
{ .NameUTF8 = UTF8TEXT("ClearBoolMutable"), .Pointer = &UPyTestStructLibrary::execClearBoolMutable },
|
|
{ .NameUTF8 = UTF8TEXT("ClearBoolMutableViaRef"), .Pointer = &UPyTestStructLibrary::execClearBoolMutableViaRef },
|
|
{ .NameUTF8 = UTF8TEXT("GetConstantValue"), .Pointer = &UPyTestStructLibrary::execGetConstantValue },
|
|
{ .NameUTF8 = UTF8TEXT("IsBoolSet"), .Pointer = &UPyTestStructLibrary::execIsBoolSet },
|
|
{ .NameUTF8 = UTF8TEXT("LegacyIsBoolSet"), .Pointer = &UPyTestStructLibrary::execLegacyIsBoolSet },
|
|
{ .NameUTF8 = UTF8TEXT("SetBoolMutable"), .Pointer = &UPyTestStructLibrary::execSetBoolMutable },
|
|
{ .NameUTF8 = UTF8TEXT("SetBoolMutableViaRef"), .Pointer = &UPyTestStructLibrary::execSetBoolMutableViaRef },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UPyTestStructLibrary_AddFloat, "AddFloat" }, // 3036633821
|
|
{ &Z_Construct_UFunction_UPyTestStructLibrary_AddInt, "AddInt" }, // 114868286
|
|
{ &Z_Construct_UFunction_UPyTestStructLibrary_AddStr, "AddStr" }, // 487403984
|
|
{ &Z_Construct_UFunction_UPyTestStructLibrary_ClearBoolMutable, "ClearBoolMutable" }, // 3391208774
|
|
{ &Z_Construct_UFunction_UPyTestStructLibrary_ClearBoolMutableViaRef, "ClearBoolMutableViaRef" }, // 2123748691
|
|
{ &Z_Construct_UFunction_UPyTestStructLibrary_GetConstantValue, "GetConstantValue" }, // 1945513635
|
|
{ &Z_Construct_UFunction_UPyTestStructLibrary_IsBoolSet, "IsBoolSet" }, // 408481480
|
|
{ &Z_Construct_UFunction_UPyTestStructLibrary_LegacyIsBoolSet, "LegacyIsBoolSet" }, // 2546848662
|
|
{ &Z_Construct_UFunction_UPyTestStructLibrary_SetBoolMutable, "SetBoolMutable" }, // 3604923200
|
|
{ &Z_Construct_UFunction_UPyTestStructLibrary_SetBoolMutableViaRef, "SetBoolMutableViaRef" }, // 249843006
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UPyTestStructLibrary>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UPyTestStructLibrary_Statics
|
|
UObject* (*const Z_Construct_UClass_UPyTestStructLibrary_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UBlueprintFunctionLibrary,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_PythonScriptPlugin,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPyTestStructLibrary_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UPyTestStructLibrary_Statics::ClassParams = {
|
|
&UPyTestStructLibrary::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
nullptr,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
0,
|
|
0,
|
|
0x000000A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPyTestStructLibrary_Statics::Class_MetaDataParams), Z_Construct_UClass_UPyTestStructLibrary_Statics::Class_MetaDataParams)
|
|
};
|
|
void UPyTestStructLibrary::StaticRegisterNativesUPyTestStructLibrary()
|
|
{
|
|
UClass* Class = UPyTestStructLibrary::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UPyTestStructLibrary_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UPyTestStructLibrary()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UPyTestStructLibrary.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPyTestStructLibrary.OuterSingleton, Z_Construct_UClass_UPyTestStructLibrary_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UPyTestStructLibrary.OuterSingleton;
|
|
}
|
|
UPyTestStructLibrary::UPyTestStructLibrary(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPyTestStructLibrary);
|
|
UPyTestStructLibrary::~UPyTestStructLibrary() {}
|
|
// ********** End Class UPyTestStructLibrary *******************************************************
|
|
|
|
// ********** Begin ScriptStruct FPyTestClassSparseData ********************************************
|
|
struct Z_Construct_UScriptStruct_FPyTestClassSparseData_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FPyTestClassSparseData); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FPyTestClassSparseData); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "Comment", "/**\n * Struct to allow testing of class sparse data on a Python exposed type.\n */" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ToolTip", "Struct to allow testing of class sparse data on a Python exposed type." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_IntFromSparseData_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FPyTestClassSparseData constinit property declarations ************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_IntFromSparseData;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FPyTestClassSparseData constinit property declarations **************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FPyTestClassSparseData>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FPyTestClassSparseData_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FPyTestClassSparseData;
|
|
class UScriptStruct* FPyTestClassSparseData::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FPyTestClassSparseData.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FPyTestClassSparseData.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FPyTestClassSparseData, (UObject*)Z_Construct_UPackage__Script_PythonScriptPlugin(), TEXT("PyTestClassSparseData"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FPyTestClassSparseData.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FPyTestClassSparseData Property Definitions ***********************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FPyTestClassSparseData_Statics::NewProp_IntFromSparseData = { "IntFromSparseData", nullptr, (EPropertyFlags)0x0010000000010015, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FPyTestClassSparseData, IntFromSparseData), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_IntFromSparseData_MetaData), NewProp_IntFromSparseData_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FPyTestClassSparseData_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPyTestClassSparseData_Statics::NewProp_IntFromSparseData,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FPyTestClassSparseData_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FPyTestClassSparseData Property Definitions *************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FPyTestClassSparseData_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_PythonScriptPlugin,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"PyTestClassSparseData",
|
|
Z_Construct_UScriptStruct_FPyTestClassSparseData_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FPyTestClassSparseData_Statics::PropPointers),
|
|
sizeof(FPyTestClassSparseData),
|
|
alignof(FPyTestClassSparseData),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FPyTestClassSparseData_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FPyTestClassSparseData_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FPyTestClassSparseData()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FPyTestClassSparseData.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FPyTestClassSparseData.InnerSingleton, Z_Construct_UScriptStruct_FPyTestClassSparseData_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FPyTestClassSparseData.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FPyTestClassSparseData **********************************************
|
|
|
|
// ********** Begin Class UPyTestObject Function CallFuncBlueprintImplementable ********************
|
|
struct Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementable_Statics
|
|
{
|
|
struct PyTestObject_eventCallFuncBlueprintImplementable_Parms
|
|
{
|
|
int32 InValue;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InValue_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function CallFuncBlueprintImplementable constinit property declarations ********
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_InValue;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function CallFuncBlueprintImplementable constinit property declarations **********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function CallFuncBlueprintImplementable Property Definitions *******************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementable_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestObject_eventCallFuncBlueprintImplementable_Parms, InValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InValue_MetaData), NewProp_InValue_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementable_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestObject_eventCallFuncBlueprintImplementable_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementable_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementable_Statics::NewProp_InValue,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementable_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementable_Statics::PropPointers) < 2048);
|
|
// ********** End Function CallFuncBlueprintImplementable Property Definitions *********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementable_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestObject, nullptr, "CallFuncBlueprintImplementable", Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementable_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementable_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementable_Statics::PyTestObject_eventCallFuncBlueprintImplementable_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementable_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementable_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementable_Statics::PyTestObject_eventCallFuncBlueprintImplementable_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementable()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementable_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestObject::execCallFuncBlueprintImplementable)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_InValue);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=P_THIS->CallFuncBlueprintImplementable(Z_Param_InValue);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestObject Function CallFuncBlueprintImplementable **********************
|
|
|
|
// ********** Begin Class UPyTestObject Function CallFuncBlueprintImplementablePackedGetter ********
|
|
struct Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementablePackedGetter_Statics
|
|
{
|
|
struct PyTestObject_eventCallFuncBlueprintImplementablePackedGetter_Parms
|
|
{
|
|
int32 OutValue;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function CallFuncBlueprintImplementablePackedGetter constinit property declarations
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_OutValue;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function CallFuncBlueprintImplementablePackedGetter constinit property declarations
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function CallFuncBlueprintImplementablePackedGetter Property Definitions *******
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementablePackedGetter_Statics::NewProp_OutValue = { "OutValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestObject_eventCallFuncBlueprintImplementablePackedGetter_Parms, OutValue), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementablePackedGetter_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((PyTestObject_eventCallFuncBlueprintImplementablePackedGetter_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementablePackedGetter_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(PyTestObject_eventCallFuncBlueprintImplementablePackedGetter_Parms), &Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementablePackedGetter_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementablePackedGetter_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementablePackedGetter_Statics::NewProp_OutValue,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementablePackedGetter_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementablePackedGetter_Statics::PropPointers) < 2048);
|
|
// ********** End Function CallFuncBlueprintImplementablePackedGetter Property Definitions *********
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementablePackedGetter_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestObject, nullptr, "CallFuncBlueprintImplementablePackedGetter", Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementablePackedGetter_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementablePackedGetter_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementablePackedGetter_Statics::PyTestObject_eventCallFuncBlueprintImplementablePackedGetter_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementablePackedGetter_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementablePackedGetter_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementablePackedGetter_Statics::PyTestObject_eventCallFuncBlueprintImplementablePackedGetter_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementablePackedGetter()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementablePackedGetter_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestObject::execCallFuncBlueprintImplementablePackedGetter)
|
|
{
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_OutValue);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=P_THIS->CallFuncBlueprintImplementablePackedGetter(Z_Param_Out_OutValue);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestObject Function CallFuncBlueprintImplementablePackedGetter **********
|
|
|
|
// ********** Begin Class UPyTestObject Function CallFuncBlueprintNative ***************************
|
|
struct Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNative_Statics
|
|
{
|
|
struct PyTestObject_eventCallFuncBlueprintNative_Parms
|
|
{
|
|
int32 InValue;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InValue_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function CallFuncBlueprintNative constinit property declarations ***************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_InValue;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function CallFuncBlueprintNative constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function CallFuncBlueprintNative Property Definitions **************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNative_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestObject_eventCallFuncBlueprintNative_Parms, InValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InValue_MetaData), NewProp_InValue_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNative_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestObject_eventCallFuncBlueprintNative_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNative_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNative_Statics::NewProp_InValue,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNative_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNative_Statics::PropPointers) < 2048);
|
|
// ********** End Function CallFuncBlueprintNative Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNative_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestObject, nullptr, "CallFuncBlueprintNative", Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNative_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNative_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNative_Statics::PyTestObject_eventCallFuncBlueprintNative_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNative_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNative_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNative_Statics::PyTestObject_eventCallFuncBlueprintNative_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNative()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNative_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestObject::execCallFuncBlueprintNative)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_InValue);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=P_THIS->CallFuncBlueprintNative(Z_Param_InValue);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestObject Function CallFuncBlueprintNative *****************************
|
|
|
|
// ********** Begin Class UPyTestObject Function CallFuncBlueprintNativeRef ************************
|
|
struct Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNativeRef_Statics
|
|
{
|
|
struct PyTestObject_eventCallFuncBlueprintNativeRef_Parms
|
|
{
|
|
FPyTestStruct InOutStruct;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function CallFuncBlueprintNativeRef constinit property declarations ************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InOutStruct;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function CallFuncBlueprintNativeRef constinit property declarations **************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function CallFuncBlueprintNativeRef Property Definitions ***********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNativeRef_Statics::NewProp_InOutStruct = { "InOutStruct", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestObject_eventCallFuncBlueprintNativeRef_Parms, InOutStruct), Z_Construct_UScriptStruct_FPyTestStruct, METADATA_PARAMS(0, nullptr) }; // 1624567870
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNativeRef_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNativeRef_Statics::NewProp_InOutStruct,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNativeRef_Statics::PropPointers) < 2048);
|
|
// ********** End Function CallFuncBlueprintNativeRef Property Definitions *************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNativeRef_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestObject, nullptr, "CallFuncBlueprintNativeRef", Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNativeRef_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNativeRef_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNativeRef_Statics::PyTestObject_eventCallFuncBlueprintNativeRef_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNativeRef_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNativeRef_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNativeRef_Statics::PyTestObject_eventCallFuncBlueprintNativeRef_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNativeRef()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNativeRef_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestObject::execCallFuncBlueprintNativeRef)
|
|
{
|
|
P_GET_STRUCT_REF(FPyTestStruct,Z_Param_Out_InOutStruct);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->CallFuncBlueprintNativeRef(Z_Param_Out_InOutStruct);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestObject Function CallFuncBlueprintNativeRef **************************
|
|
|
|
// ********** Begin Class UPyTestObject Function DelegatePropertyCallback **************************
|
|
struct Z_Construct_UFunction_UPyTestObject_DelegatePropertyCallback_Statics
|
|
{
|
|
struct PyTestObject_eventDelegatePropertyCallback_Parms
|
|
{
|
|
int32 InValue;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "Comment", "// UHT couldn't parse any default value for the FieldPath.\n" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ToolTip", "UHT couldn't parse any default value for the FieldPath." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InValue_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function DelegatePropertyCallback constinit property declarations **************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_InValue;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function DelegatePropertyCallback constinit property declarations ****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function DelegatePropertyCallback Property Definitions *************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPyTestObject_DelegatePropertyCallback_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestObject_eventDelegatePropertyCallback_Parms, InValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InValue_MetaData), NewProp_InValue_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPyTestObject_DelegatePropertyCallback_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestObject_eventDelegatePropertyCallback_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestObject_DelegatePropertyCallback_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_DelegatePropertyCallback_Statics::NewProp_InValue,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_DelegatePropertyCallback_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_DelegatePropertyCallback_Statics::PropPointers) < 2048);
|
|
// ********** End Function DelegatePropertyCallback Property Definitions ***************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestObject_DelegatePropertyCallback_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestObject, nullptr, "DelegatePropertyCallback", Z_Construct_UFunction_UPyTestObject_DelegatePropertyCallback_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_DelegatePropertyCallback_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestObject_DelegatePropertyCallback_Statics::PyTestObject_eventDelegatePropertyCallback_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_DelegatePropertyCallback_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestObject_DelegatePropertyCallback_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestObject_DelegatePropertyCallback_Statics::PyTestObject_eventDelegatePropertyCallback_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestObject_DelegatePropertyCallback()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestObject_DelegatePropertyCallback_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestObject::execDelegatePropertyCallback)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_InValue);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=P_THIS->DelegatePropertyCallback(Z_Param_InValue);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestObject Function DelegatePropertyCallback ****************************
|
|
|
|
// ********** Begin Class UPyTestObject Function EmitScriptError ***********************************
|
|
struct Z_Construct_UFunction_UPyTestObject_EmitScriptError_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function EmitScriptError constinit property declarations ***********************
|
|
// ********** End Function EmitScriptError constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestObject_EmitScriptError_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestObject, nullptr, "EmitScriptError", nullptr,
|
|
0,
|
|
0,
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_EmitScriptError_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestObject_EmitScriptError_Statics::Function_MetaDataParams)}, };
|
|
UFunction* Z_Construct_UFunction_UPyTestObject_EmitScriptError()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestObject_EmitScriptError_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestObject::execEmitScriptError)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UPyTestObject::EmitScriptError();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestObject Function EmitScriptError *************************************
|
|
|
|
// ********** Begin Class UPyTestObject Function EmitScriptWarning *********************************
|
|
struct Z_Construct_UFunction_UPyTestObject_EmitScriptWarning_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function EmitScriptWarning constinit property declarations *********************
|
|
// ********** End Function EmitScriptWarning constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestObject_EmitScriptWarning_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestObject, nullptr, "EmitScriptWarning", nullptr,
|
|
0,
|
|
0,
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_EmitScriptWarning_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestObject_EmitScriptWarning_Statics::Function_MetaDataParams)}, };
|
|
UFunction* Z_Construct_UFunction_UPyTestObject_EmitScriptWarning()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestObject_EmitScriptWarning_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestObject::execEmitScriptWarning)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UPyTestObject::EmitScriptWarning();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestObject Function EmitScriptWarning ***********************************
|
|
|
|
// ********** Begin Class UPyTestObject Function FuncBlueprintImplementable ************************
|
|
struct PyTestObject_eventFuncBlueprintImplementable_Parms
|
|
{
|
|
int32 InValue;
|
|
int32 ReturnValue;
|
|
|
|
/** Constructor, initializes return property only **/
|
|
PyTestObject_eventFuncBlueprintImplementable_Parms()
|
|
: ReturnValue(0)
|
|
{
|
|
}
|
|
};
|
|
static FName NAME_UPyTestObject_FuncBlueprintImplementable = FName(TEXT("FuncBlueprintImplementable"));
|
|
int32 UPyTestObject::FuncBlueprintImplementable(const int32 InValue) const
|
|
{
|
|
PyTestObject_eventFuncBlueprintImplementable_Parms Parms;
|
|
Parms.InValue=InValue;
|
|
UFunction* Func = FindFunctionChecked(NAME_UPyTestObject_FuncBlueprintImplementable);
|
|
const_cast<UPyTestObject*>(this)->ProcessEvent(Func,&Parms);
|
|
return Parms.ReturnValue;
|
|
}
|
|
struct Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementable_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InValue_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FuncBlueprintImplementable constinit property declarations ************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_InValue;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FuncBlueprintImplementable constinit property declarations **************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FuncBlueprintImplementable Property Definitions ***********************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementable_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestObject_eventFuncBlueprintImplementable_Parms, InValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InValue_MetaData), NewProp_InValue_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementable_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestObject_eventFuncBlueprintImplementable_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementable_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementable_Statics::NewProp_InValue,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementable_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementable_Statics::PropPointers) < 2048);
|
|
// ********** End Function FuncBlueprintImplementable Property Definitions *************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementable_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestObject, nullptr, "FuncBlueprintImplementable", Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementable_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementable_Statics::PropPointers),
|
|
sizeof(PyTestObject_eventFuncBlueprintImplementable_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x48020800, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementable_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementable_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(PyTestObject_eventFuncBlueprintImplementable_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementable()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementable_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
// ********** End Class UPyTestObject Function FuncBlueprintImplementable **************************
|
|
|
|
// ********** Begin Class UPyTestObject Function FuncBlueprintImplementablePackedGetter ************
|
|
struct PyTestObject_eventFuncBlueprintImplementablePackedGetter_Parms
|
|
{
|
|
int32 OutValue;
|
|
bool ReturnValue;
|
|
|
|
/** Constructor, initializes return property only **/
|
|
PyTestObject_eventFuncBlueprintImplementablePackedGetter_Parms()
|
|
: ReturnValue(false)
|
|
{
|
|
}
|
|
};
|
|
static FName NAME_UPyTestObject_FuncBlueprintImplementablePackedGetter = FName(TEXT("FuncBlueprintImplementablePackedGetter"));
|
|
bool UPyTestObject::FuncBlueprintImplementablePackedGetter(int32& OutValue) const
|
|
{
|
|
PyTestObject_eventFuncBlueprintImplementablePackedGetter_Parms Parms;
|
|
Parms.OutValue=OutValue;
|
|
UFunction* Func = FindFunctionChecked(NAME_UPyTestObject_FuncBlueprintImplementablePackedGetter);
|
|
const_cast<UPyTestObject*>(this)->ProcessEvent(Func,&Parms);
|
|
OutValue=Parms.OutValue;
|
|
return !!Parms.ReturnValue;
|
|
}
|
|
struct Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementablePackedGetter_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FuncBlueprintImplementablePackedGetter constinit property declarations
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_OutValue;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FuncBlueprintImplementablePackedGetter constinit property declarations **
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FuncBlueprintImplementablePackedGetter Property Definitions ***********
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementablePackedGetter_Statics::NewProp_OutValue = { "OutValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestObject_eventFuncBlueprintImplementablePackedGetter_Parms, OutValue), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementablePackedGetter_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((PyTestObject_eventFuncBlueprintImplementablePackedGetter_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementablePackedGetter_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(PyTestObject_eventFuncBlueprintImplementablePackedGetter_Parms), &Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementablePackedGetter_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementablePackedGetter_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementablePackedGetter_Statics::NewProp_OutValue,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementablePackedGetter_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementablePackedGetter_Statics::PropPointers) < 2048);
|
|
// ********** End Function FuncBlueprintImplementablePackedGetter Property Definitions *************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementablePackedGetter_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestObject, nullptr, "FuncBlueprintImplementablePackedGetter", Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementablePackedGetter_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementablePackedGetter_Statics::PropPointers),
|
|
sizeof(PyTestObject_eventFuncBlueprintImplementablePackedGetter_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x48420800, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementablePackedGetter_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementablePackedGetter_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(PyTestObject_eventFuncBlueprintImplementablePackedGetter_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementablePackedGetter()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementablePackedGetter_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
// ********** End Class UPyTestObject Function FuncBlueprintImplementablePackedGetter **************
|
|
|
|
// ********** Begin Class UPyTestObject Function FuncBlueprintNative *******************************
|
|
struct PyTestObject_eventFuncBlueprintNative_Parms
|
|
{
|
|
int32 InValue;
|
|
int32 ReturnValue;
|
|
|
|
/** Constructor, initializes return property only **/
|
|
PyTestObject_eventFuncBlueprintNative_Parms()
|
|
: ReturnValue(0)
|
|
{
|
|
}
|
|
};
|
|
static FName NAME_UPyTestObject_FuncBlueprintNative = FName(TEXT("FuncBlueprintNative"));
|
|
int32 UPyTestObject::FuncBlueprintNative(const int32 InValue) const
|
|
{
|
|
UFunction* Func = FindFunctionChecked(NAME_UPyTestObject_FuncBlueprintNative);
|
|
if (!Func->GetOwnerClass()->HasAnyClassFlags(CLASS_Native))
|
|
{
|
|
PyTestObject_eventFuncBlueprintNative_Parms Parms;
|
|
Parms.InValue=InValue;
|
|
const_cast<UPyTestObject*>(this)->ProcessEvent(Func,&Parms);
|
|
return Parms.ReturnValue;
|
|
}
|
|
else
|
|
{
|
|
return const_cast<UPyTestObject*>(this)->FuncBlueprintNative_Implementation(InValue);
|
|
}
|
|
}
|
|
struct Z_Construct_UFunction_UPyTestObject_FuncBlueprintNative_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InValue_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FuncBlueprintNative constinit property declarations *******************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_InValue;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FuncBlueprintNative constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FuncBlueprintNative Property Definitions ******************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPyTestObject_FuncBlueprintNative_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestObject_eventFuncBlueprintNative_Parms, InValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InValue_MetaData), NewProp_InValue_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPyTestObject_FuncBlueprintNative_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestObject_eventFuncBlueprintNative_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestObject_FuncBlueprintNative_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_FuncBlueprintNative_Statics::NewProp_InValue,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_FuncBlueprintNative_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_FuncBlueprintNative_Statics::PropPointers) < 2048);
|
|
// ********** End Function FuncBlueprintNative Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestObject_FuncBlueprintNative_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestObject, nullptr, "FuncBlueprintNative", Z_Construct_UFunction_UPyTestObject_FuncBlueprintNative_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_FuncBlueprintNative_Statics::PropPointers),
|
|
sizeof(PyTestObject_eventFuncBlueprintNative_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x48020C00, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_FuncBlueprintNative_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestObject_FuncBlueprintNative_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(PyTestObject_eventFuncBlueprintNative_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestObject_FuncBlueprintNative()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestObject_FuncBlueprintNative_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestObject::execFuncBlueprintNative)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_InValue);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=P_THIS->FuncBlueprintNative_Implementation(Z_Param_InValue);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestObject Function FuncBlueprintNative *********************************
|
|
|
|
// ********** Begin Class UPyTestObject Function FuncBlueprintNativeRef ****************************
|
|
struct PyTestObject_eventFuncBlueprintNativeRef_Parms
|
|
{
|
|
FPyTestStruct InOutStruct;
|
|
};
|
|
static FName NAME_UPyTestObject_FuncBlueprintNativeRef = FName(TEXT("FuncBlueprintNativeRef"));
|
|
void UPyTestObject::FuncBlueprintNativeRef(FPyTestStruct& InOutStruct) const
|
|
{
|
|
UFunction* Func = FindFunctionChecked(NAME_UPyTestObject_FuncBlueprintNativeRef);
|
|
if (!Func->GetOwnerClass()->HasAnyClassFlags(CLASS_Native))
|
|
{
|
|
PyTestObject_eventFuncBlueprintNativeRef_Parms Parms;
|
|
Parms.InOutStruct=InOutStruct;
|
|
const_cast<UPyTestObject*>(this)->ProcessEvent(Func,&Parms);
|
|
InOutStruct=Parms.InOutStruct;
|
|
}
|
|
else
|
|
{
|
|
const_cast<UPyTestObject*>(this)->FuncBlueprintNativeRef_Implementation(InOutStruct);
|
|
}
|
|
}
|
|
struct Z_Construct_UFunction_UPyTestObject_FuncBlueprintNativeRef_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FuncBlueprintNativeRef constinit property declarations ****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InOutStruct;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FuncBlueprintNativeRef constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FuncBlueprintNativeRef Property Definitions ***************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UPyTestObject_FuncBlueprintNativeRef_Statics::NewProp_InOutStruct = { "InOutStruct", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestObject_eventFuncBlueprintNativeRef_Parms, InOutStruct), Z_Construct_UScriptStruct_FPyTestStruct, METADATA_PARAMS(0, nullptr) }; // 1624567870
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestObject_FuncBlueprintNativeRef_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_FuncBlueprintNativeRef_Statics::NewProp_InOutStruct,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_FuncBlueprintNativeRef_Statics::PropPointers) < 2048);
|
|
// ********** End Function FuncBlueprintNativeRef Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestObject_FuncBlueprintNativeRef_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestObject, nullptr, "FuncBlueprintNativeRef", Z_Construct_UFunction_UPyTestObject_FuncBlueprintNativeRef_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_FuncBlueprintNativeRef_Statics::PropPointers),
|
|
sizeof(PyTestObject_eventFuncBlueprintNativeRef_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x48420C00, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_FuncBlueprintNativeRef_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestObject_FuncBlueprintNativeRef_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(PyTestObject_eventFuncBlueprintNativeRef_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestObject_FuncBlueprintNativeRef()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestObject_FuncBlueprintNativeRef_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestObject::execFuncBlueprintNativeRef)
|
|
{
|
|
P_GET_STRUCT_REF(FPyTestStruct,Z_Param_Out_InOutStruct);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->FuncBlueprintNativeRef_Implementation(Z_Param_Out_InOutStruct);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestObject Function FuncBlueprintNativeRef ******************************
|
|
|
|
// ********** Begin Class UPyTestObject Function FuncTakingFieldPath *******************************
|
|
struct Z_Construct_UFunction_UPyTestObject_FuncTakingFieldPath_Statics
|
|
{
|
|
struct PyTestObject_eventFuncTakingFieldPath_Parms
|
|
{
|
|
TFieldPath<FProperty> InFieldPath;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InFieldPath_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FuncTakingFieldPath constinit property declarations *******************
|
|
static const UECodeGen_Private::FFieldPathPropertyParams NewProp_InFieldPath;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FuncTakingFieldPath constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FuncTakingFieldPath Property Definitions ******************************
|
|
const UECodeGen_Private::FFieldPathPropertyParams Z_Construct_UFunction_UPyTestObject_FuncTakingFieldPath_Statics::NewProp_InFieldPath = { "InFieldPath", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::FieldPath, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestObject_eventFuncTakingFieldPath_Parms, InFieldPath), &FProperty::StaticClass, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InFieldPath_MetaData), NewProp_InFieldPath_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestObject_FuncTakingFieldPath_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_FuncTakingFieldPath_Statics::NewProp_InFieldPath,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_FuncTakingFieldPath_Statics::PropPointers) < 2048);
|
|
// ********** End Function FuncTakingFieldPath Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestObject_FuncTakingFieldPath_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestObject, nullptr, "FuncTakingFieldPath", Z_Construct_UFunction_UPyTestObject_FuncTakingFieldPath_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_FuncTakingFieldPath_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestObject_FuncTakingFieldPath_Statics::PyTestObject_eventFuncTakingFieldPath_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_FuncTakingFieldPath_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestObject_FuncTakingFieldPath_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestObject_FuncTakingFieldPath_Statics::PyTestObject_eventFuncTakingFieldPath_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestObject_FuncTakingFieldPath()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestObject_FuncTakingFieldPath_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestObject::execFuncTakingFieldPath)
|
|
{
|
|
P_GET_TFIELDPATH_REF(TFieldPath<FProperty>,Z_Param_Out_InFieldPath);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->FuncTakingFieldPath(Z_Param_Out_InFieldPath);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestObject Function FuncTakingFieldPath *********************************
|
|
|
|
// ********** Begin Class UPyTestObject Function FuncTakingPyTestChildStruct ***********************
|
|
struct Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestChildStruct_Statics
|
|
{
|
|
struct PyTestObject_eventFuncTakingPyTestChildStruct_Parms
|
|
{
|
|
FPyTestChildStruct InStruct;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InStruct_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FuncTakingPyTestChildStruct constinit property declarations ***********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InStruct;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FuncTakingPyTestChildStruct constinit property declarations *************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FuncTakingPyTestChildStruct Property Definitions **********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestChildStruct_Statics::NewProp_InStruct = { "InStruct", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestObject_eventFuncTakingPyTestChildStruct_Parms, InStruct), Z_Construct_UScriptStruct_FPyTestChildStruct, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InStruct_MetaData), NewProp_InStruct_MetaData) }; // 3742928258
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestChildStruct_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestChildStruct_Statics::NewProp_InStruct,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestChildStruct_Statics::PropPointers) < 2048);
|
|
// ********** End Function FuncTakingPyTestChildStruct Property Definitions ************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestChildStruct_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestObject, nullptr, "FuncTakingPyTestChildStruct", Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestChildStruct_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestChildStruct_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestChildStruct_Statics::PyTestObject_eventFuncTakingPyTestChildStruct_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestChildStruct_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestChildStruct_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestChildStruct_Statics::PyTestObject_eventFuncTakingPyTestChildStruct_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestChildStruct()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestChildStruct_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestObject::execFuncTakingPyTestChildStruct)
|
|
{
|
|
P_GET_STRUCT_REF(FPyTestChildStruct,Z_Param_Out_InStruct);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->FuncTakingPyTestChildStruct(Z_Param_Out_InStruct);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestObject Function FuncTakingPyTestChildStruct *************************
|
|
|
|
// ********** Begin Class UPyTestObject Function FuncTakingPyTestDelegate **************************
|
|
struct Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestDelegate_Statics
|
|
{
|
|
struct PyTestObject_eventFuncTakingPyTestDelegate_Parms
|
|
{
|
|
FScriptDelegate InDelegate;
|
|
int32 InValue;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InDelegate_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InValue_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FuncTakingPyTestDelegate constinit property declarations **************
|
|
static const UECodeGen_Private::FDelegatePropertyParams NewProp_InDelegate;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_InValue;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FuncTakingPyTestDelegate constinit property declarations ****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FuncTakingPyTestDelegate Property Definitions *************************
|
|
const UECodeGen_Private::FDelegatePropertyParams Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestDelegate_Statics::NewProp_InDelegate = { "InDelegate", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Delegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestObject_eventFuncTakingPyTestDelegate_Parms, InDelegate), Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestDelegate__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InDelegate_MetaData), NewProp_InDelegate_MetaData) }; // 112200771
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestDelegate_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestObject_eventFuncTakingPyTestDelegate_Parms, InValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InValue_MetaData), NewProp_InValue_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestDelegate_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestObject_eventFuncTakingPyTestDelegate_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestDelegate_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestDelegate_Statics::NewProp_InDelegate,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestDelegate_Statics::NewProp_InValue,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestDelegate_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestDelegate_Statics::PropPointers) < 2048);
|
|
// ********** End Function FuncTakingPyTestDelegate Property Definitions ***************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestDelegate_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestObject, nullptr, "FuncTakingPyTestDelegate", Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestDelegate_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestDelegate_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestDelegate_Statics::PyTestObject_eventFuncTakingPyTestDelegate_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestDelegate_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestDelegate_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestDelegate_Statics::PyTestObject_eventFuncTakingPyTestDelegate_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestDelegate()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestDelegate_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestObject::execFuncTakingPyTestDelegate)
|
|
{
|
|
P_GET_PROPERTY_REF(FDelegateProperty,Z_Param_Out_InDelegate);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_InValue);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=P_THIS->FuncTakingPyTestDelegate(FPyTestDelegate(Z_Param_Out_InDelegate),Z_Param_InValue);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestObject Function FuncTakingPyTestDelegate ****************************
|
|
|
|
// ********** Begin Class UPyTestObject Function FuncTakingPyTestStruct ****************************
|
|
struct Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestStruct_Statics
|
|
{
|
|
struct PyTestObject_eventFuncTakingPyTestStruct_Parms
|
|
{
|
|
FPyTestStruct InStruct;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InStruct_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FuncTakingPyTestStruct constinit property declarations ****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InStruct;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FuncTakingPyTestStruct constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FuncTakingPyTestStruct Property Definitions ***************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestStruct_Statics::NewProp_InStruct = { "InStruct", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestObject_eventFuncTakingPyTestStruct_Parms, InStruct), Z_Construct_UScriptStruct_FPyTestStruct, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InStruct_MetaData), NewProp_InStruct_MetaData) }; // 1624567870
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestStruct_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestStruct_Statics::NewProp_InStruct,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestStruct_Statics::PropPointers) < 2048);
|
|
// ********** End Function FuncTakingPyTestStruct Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestStruct_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestObject, nullptr, "FuncTakingPyTestStruct", Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestStruct_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestStruct_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestStruct_Statics::PyTestObject_eventFuncTakingPyTestStruct_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestStruct_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestStruct_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestStruct_Statics::PyTestObject_eventFuncTakingPyTestStruct_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestStruct()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestStruct_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestObject::execFuncTakingPyTestStruct)
|
|
{
|
|
P_GET_STRUCT_REF(FPyTestStruct,Z_Param_Out_InStruct);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->FuncTakingPyTestStruct(Z_Param_Out_InStruct);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestObject Function FuncTakingPyTestStruct ******************************
|
|
|
|
// ********** Begin Class UPyTestObject Function FuncTakingPyTestStructDefault *********************
|
|
struct Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestStructDefault_Statics
|
|
{
|
|
struct PyTestObject_eventFuncTakingPyTestStructDefault_Parms
|
|
{
|
|
FPyTestStruct InStruct;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "CPP_Default_InStruct", "()" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InStruct_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FuncTakingPyTestStructDefault constinit property declarations *********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InStruct;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FuncTakingPyTestStructDefault constinit property declarations ***********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FuncTakingPyTestStructDefault Property Definitions ********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestStructDefault_Statics::NewProp_InStruct = { "InStruct", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestObject_eventFuncTakingPyTestStructDefault_Parms, InStruct), Z_Construct_UScriptStruct_FPyTestStruct, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InStruct_MetaData), NewProp_InStruct_MetaData) }; // 1624567870
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestStructDefault_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestStructDefault_Statics::NewProp_InStruct,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestStructDefault_Statics::PropPointers) < 2048);
|
|
// ********** End Function FuncTakingPyTestStructDefault Property Definitions **********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestStructDefault_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestObject, nullptr, "FuncTakingPyTestStructDefault", Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestStructDefault_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestStructDefault_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestStructDefault_Statics::PyTestObject_eventFuncTakingPyTestStructDefault_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestStructDefault_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestStructDefault_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestStructDefault_Statics::PyTestObject_eventFuncTakingPyTestStructDefault_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestStructDefault()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestStructDefault_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestObject::execFuncTakingPyTestStructDefault)
|
|
{
|
|
P_GET_STRUCT_REF(FPyTestStruct,Z_Param_Out_InStruct);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->FuncTakingPyTestStructDefault(Z_Param_Out_InStruct);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestObject Function FuncTakingPyTestStructDefault ***********************
|
|
|
|
// ********** Begin Class UPyTestObject Function GetConstantValue **********************************
|
|
struct Z_Construct_UFunction_UPyTestObject_GetConstantValue_Statics
|
|
{
|
|
struct PyTestObject_eventGetConstantValue_Parms
|
|
{
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ScriptConstant", "ConstantValue" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetConstantValue constinit property declarations **********************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetConstantValue constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetConstantValue Property Definitions *********************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPyTestObject_GetConstantValue_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestObject_eventGetConstantValue_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestObject_GetConstantValue_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_GetConstantValue_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_GetConstantValue_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetConstantValue Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestObject_GetConstantValue_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestObject, nullptr, "GetConstantValue", Z_Construct_UFunction_UPyTestObject_GetConstantValue_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_GetConstantValue_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestObject_GetConstantValue_Statics::PyTestObject_eventGetConstantValue_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_GetConstantValue_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestObject_GetConstantValue_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestObject_GetConstantValue_Statics::PyTestObject_eventGetConstantValue_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestObject_GetConstantValue()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestObject_GetConstantValue_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestObject::execGetConstantValue)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UPyTestObject::GetConstantValue();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestObject Function GetConstantValue ************************************
|
|
|
|
// ********** Begin Class UPyTestObject Function LegacyFuncTakingPyTestStruct **********************
|
|
struct Z_Construct_UFunction_UPyTestObject_LegacyFuncTakingPyTestStruct_Statics
|
|
{
|
|
struct PyTestObject_eventLegacyFuncTakingPyTestStruct_Parms
|
|
{
|
|
FPyTestStruct InStruct;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "LegacyFuncTakingPyTestStruct is deprecated. Please use FuncTakingPyTestStruct instead." },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InStruct_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LegacyFuncTakingPyTestStruct constinit property declarations **********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InStruct;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LegacyFuncTakingPyTestStruct constinit property declarations ************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LegacyFuncTakingPyTestStruct Property Definitions *********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UPyTestObject_LegacyFuncTakingPyTestStruct_Statics::NewProp_InStruct = { "InStruct", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestObject_eventLegacyFuncTakingPyTestStruct_Parms, InStruct), Z_Construct_UScriptStruct_FPyTestStruct, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InStruct_MetaData), NewProp_InStruct_MetaData) }; // 1624567870
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestObject_LegacyFuncTakingPyTestStruct_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_LegacyFuncTakingPyTestStruct_Statics::NewProp_InStruct,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_LegacyFuncTakingPyTestStruct_Statics::PropPointers) < 2048);
|
|
// ********** End Function LegacyFuncTakingPyTestStruct Property Definitions ***********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestObject_LegacyFuncTakingPyTestStruct_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestObject, nullptr, "LegacyFuncTakingPyTestStruct", Z_Construct_UFunction_UPyTestObject_LegacyFuncTakingPyTestStruct_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_LegacyFuncTakingPyTestStruct_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestObject_LegacyFuncTakingPyTestStruct_Statics::PyTestObject_eventLegacyFuncTakingPyTestStruct_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_LegacyFuncTakingPyTestStruct_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestObject_LegacyFuncTakingPyTestStruct_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestObject_LegacyFuncTakingPyTestStruct_Statics::PyTestObject_eventLegacyFuncTakingPyTestStruct_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestObject_LegacyFuncTakingPyTestStruct()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestObject_LegacyFuncTakingPyTestStruct_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestObject::execLegacyFuncTakingPyTestStruct)
|
|
{
|
|
P_GET_STRUCT_REF(FPyTestStruct,Z_Param_Out_InStruct);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->LegacyFuncTakingPyTestStruct(Z_Param_Out_InStruct);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestObject Function LegacyFuncTakingPyTestStruct ************************
|
|
|
|
// ********** Begin Class UPyTestObject Function MulticastDelegatePropertyCallback *****************
|
|
struct Z_Construct_UFunction_UPyTestObject_MulticastDelegatePropertyCallback_Statics
|
|
{
|
|
struct PyTestObject_eventMulticastDelegatePropertyCallback_Parms
|
|
{
|
|
FString InStr;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MulticastDelegatePropertyCallback constinit property declarations *****
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_InStr;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MulticastDelegatePropertyCallback constinit property declarations *******
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MulticastDelegatePropertyCallback Property Definitions ****************
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UPyTestObject_MulticastDelegatePropertyCallback_Statics::NewProp_InStr = { "InStr", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestObject_eventMulticastDelegatePropertyCallback_Parms, InStr), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestObject_MulticastDelegatePropertyCallback_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_MulticastDelegatePropertyCallback_Statics::NewProp_InStr,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_MulticastDelegatePropertyCallback_Statics::PropPointers) < 2048);
|
|
// ********** End Function MulticastDelegatePropertyCallback Property Definitions ******************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestObject_MulticastDelegatePropertyCallback_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestObject, nullptr, "MulticastDelegatePropertyCallback", Z_Construct_UFunction_UPyTestObject_MulticastDelegatePropertyCallback_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_MulticastDelegatePropertyCallback_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestObject_MulticastDelegatePropertyCallback_Statics::PyTestObject_eventMulticastDelegatePropertyCallback_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x44020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_MulticastDelegatePropertyCallback_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestObject_MulticastDelegatePropertyCallback_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestObject_MulticastDelegatePropertyCallback_Statics::PyTestObject_eventMulticastDelegatePropertyCallback_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestObject_MulticastDelegatePropertyCallback()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestObject_MulticastDelegatePropertyCallback_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestObject::execMulticastDelegatePropertyCallback)
|
|
{
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_InStr);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->MulticastDelegatePropertyCallback(Z_Param_InStr);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestObject Function MulticastDelegatePropertyCallback *******************
|
|
|
|
// ********** Begin Class UPyTestObject Function ReturnArray ***************************************
|
|
struct Z_Construct_UFunction_UPyTestObject_ReturnArray_Statics
|
|
{
|
|
struct PyTestObject_eventReturnArray_Parms
|
|
{
|
|
TArray<int32> ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ReturnArray constinit property declarations ***************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function ReturnArray constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function ReturnArray Property Definitions **************************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPyTestObject_ReturnArray_Statics::NewProp_ReturnValue_Inner = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UPyTestObject_ReturnArray_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestObject_eventReturnArray_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestObject_ReturnArray_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_ReturnArray_Statics::NewProp_ReturnValue_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_ReturnArray_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_ReturnArray_Statics::PropPointers) < 2048);
|
|
// ********** End Function ReturnArray Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestObject_ReturnArray_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestObject, nullptr, "ReturnArray", Z_Construct_UFunction_UPyTestObject_ReturnArray_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_ReturnArray_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestObject_ReturnArray_Statics::PyTestObject_eventReturnArray_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_ReturnArray_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestObject_ReturnArray_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestObject_ReturnArray_Statics::PyTestObject_eventReturnArray_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestObject_ReturnArray()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestObject_ReturnArray_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestObject::execReturnArray)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(TArray<int32>*)Z_Param__Result=UPyTestObject::ReturnArray();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestObject Function ReturnArray *****************************************
|
|
|
|
// ********** Begin Class UPyTestObject Function ReturnFieldPath ***********************************
|
|
struct Z_Construct_UFunction_UPyTestObject_ReturnFieldPath_Statics
|
|
{
|
|
struct PyTestObject_eventReturnFieldPath_Parms
|
|
{
|
|
TFieldPath<FProperty> ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ReturnFieldPath constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFieldPathPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function ReturnFieldPath constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function ReturnFieldPath Property Definitions **********************************
|
|
const UECodeGen_Private::FFieldPathPropertyParams Z_Construct_UFunction_UPyTestObject_ReturnFieldPath_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::FieldPath, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestObject_eventReturnFieldPath_Parms, ReturnValue), &FProperty::StaticClass, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestObject_ReturnFieldPath_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_ReturnFieldPath_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_ReturnFieldPath_Statics::PropPointers) < 2048);
|
|
// ********** End Function ReturnFieldPath Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestObject_ReturnFieldPath_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestObject, nullptr, "ReturnFieldPath", Z_Construct_UFunction_UPyTestObject_ReturnFieldPath_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_ReturnFieldPath_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestObject_ReturnFieldPath_Statics::PyTestObject_eventReturnFieldPath_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_ReturnFieldPath_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestObject_ReturnFieldPath_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestObject_ReturnFieldPath_Statics::PyTestObject_eventReturnFieldPath_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestObject_ReturnFieldPath()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestObject_ReturnFieldPath_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestObject::execReturnFieldPath)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(TFieldPath<FProperty>*)Z_Param__Result=UPyTestObject::ReturnFieldPath();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestObject Function ReturnFieldPath *************************************
|
|
|
|
// ********** Begin Class UPyTestObject Function ReturnMap *****************************************
|
|
struct Z_Construct_UFunction_UPyTestObject_ReturnMap_Statics
|
|
{
|
|
struct PyTestObject_eventReturnMap_Parms
|
|
{
|
|
TMap<int32,bool> ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ReturnMap constinit property declarations *****************************
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue_ValueProp;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue_Key_KeyProp;
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function ReturnMap constinit property declarations *******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function ReturnMap Property Definitions ****************************************
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UPyTestObject_ReturnMap_Statics::NewProp_ReturnValue_ValueProp = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPyTestObject_ReturnMap_Statics::NewProp_ReturnValue_Key_KeyProp = { "ReturnValue_Key", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FMapPropertyParams Z_Construct_UFunction_UPyTestObject_ReturnMap_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestObject_eventReturnMap_Parms, ReturnValue), EMapPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestObject_ReturnMap_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_ReturnMap_Statics::NewProp_ReturnValue_ValueProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_ReturnMap_Statics::NewProp_ReturnValue_Key_KeyProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_ReturnMap_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_ReturnMap_Statics::PropPointers) < 2048);
|
|
// ********** End Function ReturnMap Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestObject_ReturnMap_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestObject, nullptr, "ReturnMap", Z_Construct_UFunction_UPyTestObject_ReturnMap_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_ReturnMap_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestObject_ReturnMap_Statics::PyTestObject_eventReturnMap_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_ReturnMap_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestObject_ReturnMap_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestObject_ReturnMap_Statics::PyTestObject_eventReturnMap_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestObject_ReturnMap()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestObject_ReturnMap_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestObject::execReturnMap)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(TMap<int32,bool>*)Z_Param__Result=UPyTestObject::ReturnMap();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestObject Function ReturnMap *******************************************
|
|
|
|
// ********** Begin Class UPyTestObject Function ReturnSet *****************************************
|
|
struct Z_Construct_UFunction_UPyTestObject_ReturnSet_Statics
|
|
{
|
|
struct PyTestObject_eventReturnSet_Parms
|
|
{
|
|
TSet<int32> ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ReturnSet constinit property declarations *****************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue_ElementProp;
|
|
static const UECodeGen_Private::FSetPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function ReturnSet constinit property declarations *******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function ReturnSet Property Definitions ****************************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPyTestObject_ReturnSet_Statics::NewProp_ReturnValue_ElementProp = { "ReturnValue", 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_UFunction_UPyTestObject_ReturnSet_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Set, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestObject_eventReturnSet_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestObject_ReturnSet_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_ReturnSet_Statics::NewProp_ReturnValue_ElementProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObject_ReturnSet_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_ReturnSet_Statics::PropPointers) < 2048);
|
|
// ********** End Function ReturnSet Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestObject_ReturnSet_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestObject, nullptr, "ReturnSet", Z_Construct_UFunction_UPyTestObject_ReturnSet_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_ReturnSet_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestObject_ReturnSet_Statics::PyTestObject_eventReturnSet_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObject_ReturnSet_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestObject_ReturnSet_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestObject_ReturnSet_Statics::PyTestObject_eventReturnSet_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestObject_ReturnSet()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestObject_ReturnSet_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestObject::execReturnSet)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(TSet<int32>*)Z_Param__Result=UPyTestObject::ReturnSet();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestObject Function ReturnSet *******************************************
|
|
|
|
// ********** Begin Class UPyTestObject ************************************************************
|
|
FPyTestClassSparseData* UPyTestObject::GetPyTestClassSparseData() const
|
|
{
|
|
return static_cast<FPyTestClassSparseData*>(GetClass()->GetOrCreateSparseClassData());
|
|
}
|
|
FPyTestClassSparseData* UPyTestObject::GetMutablePyTestClassSparseData() const
|
|
{
|
|
return static_cast<FPyTestClassSparseData*>(GetClass()->GetOrCreateSparseClassData());
|
|
}
|
|
const FPyTestClassSparseData* UPyTestObject::GetPyTestClassSparseData(EGetSparseClassDataMethod GetMethod) const
|
|
{
|
|
return static_cast<const FPyTestClassSparseData*>(GetClass()->GetSparseClassData(GetMethod));
|
|
}
|
|
UScriptStruct* UPyTestObject::StaticGetPyTestClassSparseDataScriptStruct()
|
|
{
|
|
return FPyTestClassSparseData::StaticStruct();
|
|
}
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UPyTestObject;
|
|
UClass* UPyTestObject::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UPyTestObject;
|
|
if (!Z_Registration_Info_UClass_UPyTestObject.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("PyTestObject"),
|
|
Z_Registration_Info_UClass_UPyTestObject.InnerSingleton,
|
|
StaticRegisterNativesUPyTestObject,
|
|
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_UPyTestObject.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UPyTestObject_NoRegister()
|
|
{
|
|
return UPyTestObject::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UPyTestObject_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "Comment", "/**\n * Object to allow testing of the various UObject features that are exposed to Python wrapped types.\n */" },
|
|
{ "IncludePath", "PyTest.h" },
|
|
{ "IsBlueprintBase", "true" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "SparseClassDataTypes", "PyTestClassSparseData" },
|
|
{ "ToolTip", "Object to allow testing of the various UObject features that are exposed to Python wrapped types." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Bool_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Int_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Float_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Enum_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_String_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Name_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Text_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FieldPath_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StructFieldPath_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StringArray_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StringSet_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StringIntMap_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Delegate_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MulticastDelegate_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Struct_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StructArray_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ChildStruct_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BoolInstanceOnly_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BoolDefaultsOnly_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UPyTestObject constinit property declarations ****************************
|
|
static void NewProp_Bool_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_Bool;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Int;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Float;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_Enum_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_Enum;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_String;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_Name;
|
|
static const UECodeGen_Private::FTextPropertyParams NewProp_Text;
|
|
static const UECodeGen_Private::FFieldPathPropertyParams NewProp_FieldPath;
|
|
static const UECodeGen_Private::FFieldPathPropertyParams NewProp_StructFieldPath;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_StringArray_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_StringArray;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_StringSet_ElementProp;
|
|
static const UECodeGen_Private::FSetPropertyParams NewProp_StringSet;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_StringIntMap_ValueProp;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_StringIntMap_Key_KeyProp;
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_StringIntMap;
|
|
static const UECodeGen_Private::FDelegatePropertyParams NewProp_Delegate;
|
|
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_MulticastDelegate;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Struct;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_StructArray_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_StructArray;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ChildStruct;
|
|
static void NewProp_BoolInstanceOnly_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_BoolInstanceOnly;
|
|
static void NewProp_BoolDefaultsOnly_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_BoolDefaultsOnly;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UPyTestObject constinit property declarations ******************************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("CallFuncBlueprintImplementable"), .Pointer = &UPyTestObject::execCallFuncBlueprintImplementable },
|
|
{ .NameUTF8 = UTF8TEXT("CallFuncBlueprintImplementablePackedGetter"), .Pointer = &UPyTestObject::execCallFuncBlueprintImplementablePackedGetter },
|
|
{ .NameUTF8 = UTF8TEXT("CallFuncBlueprintNative"), .Pointer = &UPyTestObject::execCallFuncBlueprintNative },
|
|
{ .NameUTF8 = UTF8TEXT("CallFuncBlueprintNativeRef"), .Pointer = &UPyTestObject::execCallFuncBlueprintNativeRef },
|
|
{ .NameUTF8 = UTF8TEXT("DelegatePropertyCallback"), .Pointer = &UPyTestObject::execDelegatePropertyCallback },
|
|
{ .NameUTF8 = UTF8TEXT("EmitScriptError"), .Pointer = &UPyTestObject::execEmitScriptError },
|
|
{ .NameUTF8 = UTF8TEXT("EmitScriptWarning"), .Pointer = &UPyTestObject::execEmitScriptWarning },
|
|
{ .NameUTF8 = UTF8TEXT("FuncBlueprintNative"), .Pointer = &UPyTestObject::execFuncBlueprintNative },
|
|
{ .NameUTF8 = UTF8TEXT("FuncBlueprintNativeRef"), .Pointer = &UPyTestObject::execFuncBlueprintNativeRef },
|
|
{ .NameUTF8 = UTF8TEXT("FuncTakingFieldPath"), .Pointer = &UPyTestObject::execFuncTakingFieldPath },
|
|
{ .NameUTF8 = UTF8TEXT("FuncTakingPyTestChildStruct"), .Pointer = &UPyTestObject::execFuncTakingPyTestChildStruct },
|
|
{ .NameUTF8 = UTF8TEXT("FuncTakingPyTestDelegate"), .Pointer = &UPyTestObject::execFuncTakingPyTestDelegate },
|
|
{ .NameUTF8 = UTF8TEXT("FuncTakingPyTestStruct"), .Pointer = &UPyTestObject::execFuncTakingPyTestStruct },
|
|
{ .NameUTF8 = UTF8TEXT("FuncTakingPyTestStructDefault"), .Pointer = &UPyTestObject::execFuncTakingPyTestStructDefault },
|
|
{ .NameUTF8 = UTF8TEXT("GetConstantValue"), .Pointer = &UPyTestObject::execGetConstantValue },
|
|
{ .NameUTF8 = UTF8TEXT("LegacyFuncTakingPyTestStruct"), .Pointer = &UPyTestObject::execLegacyFuncTakingPyTestStruct },
|
|
{ .NameUTF8 = UTF8TEXT("MulticastDelegatePropertyCallback"), .Pointer = &UPyTestObject::execMulticastDelegatePropertyCallback },
|
|
{ .NameUTF8 = UTF8TEXT("ReturnArray"), .Pointer = &UPyTestObject::execReturnArray },
|
|
{ .NameUTF8 = UTF8TEXT("ReturnFieldPath"), .Pointer = &UPyTestObject::execReturnFieldPath },
|
|
{ .NameUTF8 = UTF8TEXT("ReturnMap"), .Pointer = &UPyTestObject::execReturnMap },
|
|
{ .NameUTF8 = UTF8TEXT("ReturnSet"), .Pointer = &UPyTestObject::execReturnSet },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementable, "CallFuncBlueprintImplementable" }, // 971263327
|
|
{ &Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintImplementablePackedGetter, "CallFuncBlueprintImplementablePackedGetter" }, // 3132583920
|
|
{ &Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNative, "CallFuncBlueprintNative" }, // 3818374765
|
|
{ &Z_Construct_UFunction_UPyTestObject_CallFuncBlueprintNativeRef, "CallFuncBlueprintNativeRef" }, // 4042178657
|
|
{ &Z_Construct_UFunction_UPyTestObject_DelegatePropertyCallback, "DelegatePropertyCallback" }, // 604172730
|
|
{ &Z_Construct_UFunction_UPyTestObject_EmitScriptError, "EmitScriptError" }, // 862053277
|
|
{ &Z_Construct_UFunction_UPyTestObject_EmitScriptWarning, "EmitScriptWarning" }, // 2602356955
|
|
{ &Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementable, "FuncBlueprintImplementable" }, // 2771171394
|
|
{ &Z_Construct_UFunction_UPyTestObject_FuncBlueprintImplementablePackedGetter, "FuncBlueprintImplementablePackedGetter" }, // 704190000
|
|
{ &Z_Construct_UFunction_UPyTestObject_FuncBlueprintNative, "FuncBlueprintNative" }, // 1287433449
|
|
{ &Z_Construct_UFunction_UPyTestObject_FuncBlueprintNativeRef, "FuncBlueprintNativeRef" }, // 1724841144
|
|
{ &Z_Construct_UFunction_UPyTestObject_FuncTakingFieldPath, "FuncTakingFieldPath" }, // 3009924661
|
|
{ &Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestChildStruct, "FuncTakingPyTestChildStruct" }, // 1298704665
|
|
{ &Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestDelegate, "FuncTakingPyTestDelegate" }, // 2976151557
|
|
{ &Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestStruct, "FuncTakingPyTestStruct" }, // 1370712209
|
|
{ &Z_Construct_UFunction_UPyTestObject_FuncTakingPyTestStructDefault, "FuncTakingPyTestStructDefault" }, // 1372003787
|
|
{ &Z_Construct_UFunction_UPyTestObject_GetConstantValue, "GetConstantValue" }, // 2955883952
|
|
{ &Z_Construct_UFunction_UPyTestObject_LegacyFuncTakingPyTestStruct, "LegacyFuncTakingPyTestStruct" }, // 601835051
|
|
{ &Z_Construct_UFunction_UPyTestObject_MulticastDelegatePropertyCallback, "MulticastDelegatePropertyCallback" }, // 1872623778
|
|
{ &Z_Construct_UFunction_UPyTestObject_ReturnArray, "ReturnArray" }, // 3567445985
|
|
{ &Z_Construct_UFunction_UPyTestObject_ReturnFieldPath, "ReturnFieldPath" }, // 3715587369
|
|
{ &Z_Construct_UFunction_UPyTestObject_ReturnMap, "ReturnMap" }, // 1736867847
|
|
{ &Z_Construct_UFunction_UPyTestObject_ReturnSet, "ReturnSet" }, // 993892040
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UPyTestObject>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UPyTestObject_Statics
|
|
|
|
// ********** Begin Class UPyTestObject Property Definitions ***************************************
|
|
void Z_Construct_UClass_UPyTestObject_Statics::NewProp_Bool_SetBit(void* Obj)
|
|
{
|
|
((UPyTestObject*)Obj)->Bool = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UPyTestObject_Statics::NewProp_Bool = { "Bool", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UPyTestObject), &Z_Construct_UClass_UPyTestObject_Statics::NewProp_Bool_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Bool_MetaData), NewProp_Bool_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UPyTestObject_Statics::NewProp_Int = { "Int", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestObject, Int), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Int_MetaData), NewProp_Int_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UPyTestObject_Statics::NewProp_Float = { "Float", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestObject, Float), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Float_MetaData), NewProp_Float_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UPyTestObject_Statics::NewProp_Enum_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UPyTestObject_Statics::NewProp_Enum = { "Enum", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestObject, Enum), Z_Construct_UEnum_PythonScriptPlugin_EPyTestEnum, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Enum_MetaData), NewProp_Enum_MetaData) }; // 1303654346
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UPyTestObject_Statics::NewProp_String = { "String", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestObject, String), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_String_MetaData), NewProp_String_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UPyTestObject_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestObject, Name), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Name_MetaData), NewProp_Name_MetaData) };
|
|
const UECodeGen_Private::FTextPropertyParams Z_Construct_UClass_UPyTestObject_Statics::NewProp_Text = { "Text", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestObject, Text), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Text_MetaData), NewProp_Text_MetaData) };
|
|
const UECodeGen_Private::FFieldPathPropertyParams Z_Construct_UClass_UPyTestObject_Statics::NewProp_FieldPath = { "FieldPath", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::FieldPath, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestObject, FieldPath), &FProperty::StaticClass, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FieldPath_MetaData), NewProp_FieldPath_MetaData) };
|
|
const UECodeGen_Private::FFieldPathPropertyParams Z_Construct_UClass_UPyTestObject_Statics::NewProp_StructFieldPath = { "StructFieldPath", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::FieldPath, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestObject, StructFieldPath), &FStructProperty::StaticClass, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StructFieldPath_MetaData), NewProp_StructFieldPath_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UPyTestObject_Statics::NewProp_StringArray_Inner = { "StringArray", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UPyTestObject_Statics::NewProp_StringArray = { "StringArray", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestObject, StringArray), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StringArray_MetaData), NewProp_StringArray_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UPyTestObject_Statics::NewProp_StringSet_ElementProp = { "StringSet", nullptr, (EPropertyFlags)0x0000000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FSetPropertyParams Z_Construct_UClass_UPyTestObject_Statics::NewProp_StringSet = { "StringSet", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Set, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestObject, StringSet), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StringSet_MetaData), NewProp_StringSet_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UPyTestObject_Statics::NewProp_StringIntMap_ValueProp = { "StringIntMap", nullptr, (EPropertyFlags)0x0000000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UPyTestObject_Statics::NewProp_StringIntMap_Key_KeyProp = { "StringIntMap_Key", nullptr, (EPropertyFlags)0x0000000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_UPyTestObject_Statics::NewProp_StringIntMap = { "StringIntMap", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestObject, StringIntMap), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StringIntMap_MetaData), NewProp_StringIntMap_MetaData) };
|
|
const UECodeGen_Private::FDelegatePropertyParams Z_Construct_UClass_UPyTestObject_Statics::NewProp_Delegate = { "Delegate", nullptr, (EPropertyFlags)0x0010000000080005, UECodeGen_Private::EPropertyGenFlags::Delegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestObject, Delegate), Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestDelegate__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Delegate_MetaData), NewProp_Delegate_MetaData) }; // 112200771
|
|
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UPyTestObject_Statics::NewProp_MulticastDelegate = { "MulticastDelegate", nullptr, (EPropertyFlags)0x0010000010080001, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestObject, MulticastDelegate), Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestMulticastDelegate__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MulticastDelegate_MetaData), NewProp_MulticastDelegate_MetaData) }; // 1988183532
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UPyTestObject_Statics::NewProp_Struct = { "Struct", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestObject, Struct), Z_Construct_UScriptStruct_FPyTestStruct, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Struct_MetaData), NewProp_Struct_MetaData) }; // 1624567870
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UPyTestObject_Statics::NewProp_StructArray_Inner = { "StructArray", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FPyTestStruct, METADATA_PARAMS(0, nullptr) }; // 1624567870
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UPyTestObject_Statics::NewProp_StructArray = { "StructArray", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestObject, StructArray), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StructArray_MetaData), NewProp_StructArray_MetaData) }; // 1624567870
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UPyTestObject_Statics::NewProp_ChildStruct = { "ChildStruct", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestObject, ChildStruct), Z_Construct_UScriptStruct_FPyTestChildStruct, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ChildStruct_MetaData), NewProp_ChildStruct_MetaData) }; // 3742928258
|
|
void Z_Construct_UClass_UPyTestObject_Statics::NewProp_BoolInstanceOnly_SetBit(void* Obj)
|
|
{
|
|
((UPyTestObject*)Obj)->BoolInstanceOnly = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UPyTestObject_Statics::NewProp_BoolInstanceOnly = { "BoolInstanceOnly", nullptr, (EPropertyFlags)0x0010000000000801, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UPyTestObject), &Z_Construct_UClass_UPyTestObject_Statics::NewProp_BoolInstanceOnly_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BoolInstanceOnly_MetaData), NewProp_BoolInstanceOnly_MetaData) };
|
|
void Z_Construct_UClass_UPyTestObject_Statics::NewProp_BoolDefaultsOnly_SetBit(void* Obj)
|
|
{
|
|
((UPyTestObject*)Obj)->BoolDefaultsOnly = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UPyTestObject_Statics::NewProp_BoolDefaultsOnly = { "BoolDefaultsOnly", nullptr, (EPropertyFlags)0x0010000000010001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UPyTestObject), &Z_Construct_UClass_UPyTestObject_Statics::NewProp_BoolDefaultsOnly_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BoolDefaultsOnly_MetaData), NewProp_BoolDefaultsOnly_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UPyTestObject_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestObject_Statics::NewProp_Bool,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestObject_Statics::NewProp_Int,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestObject_Statics::NewProp_Float,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestObject_Statics::NewProp_Enum_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestObject_Statics::NewProp_Enum,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestObject_Statics::NewProp_String,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestObject_Statics::NewProp_Name,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestObject_Statics::NewProp_Text,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestObject_Statics::NewProp_FieldPath,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestObject_Statics::NewProp_StructFieldPath,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestObject_Statics::NewProp_StringArray_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestObject_Statics::NewProp_StringArray,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestObject_Statics::NewProp_StringSet_ElementProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestObject_Statics::NewProp_StringSet,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestObject_Statics::NewProp_StringIntMap_ValueProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestObject_Statics::NewProp_StringIntMap_Key_KeyProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestObject_Statics::NewProp_StringIntMap,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestObject_Statics::NewProp_Delegate,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestObject_Statics::NewProp_MulticastDelegate,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestObject_Statics::NewProp_Struct,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestObject_Statics::NewProp_StructArray_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestObject_Statics::NewProp_StructArray,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestObject_Statics::NewProp_ChildStruct,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestObject_Statics::NewProp_BoolInstanceOnly,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestObject_Statics::NewProp_BoolDefaultsOnly,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPyTestObject_Statics::PropPointers) < 2048);
|
|
// ********** End Class UPyTestObject Property Definitions *****************************************
|
|
UObject* (*const Z_Construct_UClass_UPyTestObject_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_PythonScriptPlugin,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPyTestObject_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UPyTestObject_Statics::InterfaceParams[] = {
|
|
{ Z_Construct_UClass_UPyTestChildInterface_NoRegister, (int32)VTABLE_OFFSET(UPyTestObject, IPyTestChildInterface), false }, // 57903482
|
|
{ Z_Construct_UClass_UPyTestOtherInterface_NoRegister, (int32)VTABLE_OFFSET(UPyTestObject, IPyTestOtherInterface), false }, // 1288659479
|
|
};
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UPyTestObject_Statics::ClassParams = {
|
|
&UPyTestObject::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
Z_Construct_UClass_UPyTestObject_Statics::PropPointers,
|
|
InterfaceParams,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UPyTestObject_Statics::PropPointers),
|
|
UE_ARRAY_COUNT(InterfaceParams),
|
|
0x008000A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPyTestObject_Statics::Class_MetaDataParams), Z_Construct_UClass_UPyTestObject_Statics::Class_MetaDataParams)
|
|
};
|
|
void UPyTestObject::StaticRegisterNativesUPyTestObject()
|
|
{
|
|
UClass* Class = UPyTestObject::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UPyTestObject_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UPyTestObject()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UPyTestObject.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPyTestObject.OuterSingleton, Z_Construct_UClass_UPyTestObject_Statics::ClassParams);
|
|
Z_Registration_Info_UClass_UPyTestObject.OuterSingleton->SetSparseClassDataStruct(UPyTestObject::StaticGetPyTestClassSparseDataScriptStruct());
|
|
}
|
|
return Z_Registration_Info_UClass_UPyTestObject.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPyTestObject);
|
|
UPyTestObject::~UPyTestObject() {}
|
|
// ********** End Class UPyTestObject **************************************************************
|
|
|
|
// ********** Begin Class UPyTestChildObject *******************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UPyTestChildObject;
|
|
UClass* UPyTestChildObject::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UPyTestChildObject;
|
|
if (!Z_Registration_Info_UClass_UPyTestChildObject.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("PyTestChildObject"),
|
|
Z_Registration_Info_UClass_UPyTestChildObject.InnerSingleton,
|
|
StaticRegisterNativesUPyTestChildObject,
|
|
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_UPyTestChildObject.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UPyTestChildObject_NoRegister()
|
|
{
|
|
return UPyTestChildObject::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UPyTestChildObject_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "Comment", "/**\n * Object to allow testing of inheritance on Python wrapped types.\n */" },
|
|
{ "IncludePath", "PyTest.h" },
|
|
{ "IsBlueprintBase", "true" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "SparseClassDataTypes", "PyTestClassSparseData" },
|
|
{ "ToolTip", "Object to allow testing of inheritance on Python wrapped types." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UPyTestChildObject constinit property declarations ***********************
|
|
// ********** End Class UPyTestChildObject constinit property declarations *************************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UPyTestChildObject>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UPyTestChildObject_Statics
|
|
UObject* (*const Z_Construct_UClass_UPyTestChildObject_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UPyTestObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_PythonScriptPlugin,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPyTestChildObject_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UPyTestChildObject_Statics::ClassParams = {
|
|
&UPyTestChildObject::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
0,
|
|
0x008000A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPyTestChildObject_Statics::Class_MetaDataParams), Z_Construct_UClass_UPyTestChildObject_Statics::Class_MetaDataParams)
|
|
};
|
|
void UPyTestChildObject::StaticRegisterNativesUPyTestChildObject()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UPyTestChildObject()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UPyTestChildObject.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPyTestChildObject.OuterSingleton, Z_Construct_UClass_UPyTestChildObject_Statics::ClassParams);
|
|
Z_Registration_Info_UClass_UPyTestChildObject.OuterSingleton->SetSparseClassDataStruct(UPyTestChildObject::StaticGetPyTestClassSparseDataScriptStruct());
|
|
}
|
|
return Z_Registration_Info_UClass_UPyTestChildObject.OuterSingleton;
|
|
}
|
|
UPyTestChildObject::UPyTestChildObject() {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPyTestChildObject);
|
|
UPyTestChildObject::~UPyTestChildObject() {}
|
|
// ********** End Class UPyTestChildObject *********************************************************
|
|
|
|
// ********** Begin Class UDEPRECATED_LegacyPyTestObject *******************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UDEPRECATED_LegacyPyTestObject;
|
|
UClass* UDEPRECATED_LegacyPyTestObject::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UDEPRECATED_LegacyPyTestObject;
|
|
if (!Z_Registration_Info_UClass_UDEPRECATED_LegacyPyTestObject.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("LegacyPyTestObject"),
|
|
Z_Registration_Info_UClass_UDEPRECATED_LegacyPyTestObject.InnerSingleton,
|
|
StaticRegisterNativesUDEPRECATED_LegacyPyTestObject,
|
|
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_UDEPRECATED_LegacyPyTestObject.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UDEPRECATED_LegacyPyTestObject_NoRegister()
|
|
{
|
|
return UDEPRECATED_LegacyPyTestObject::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UDEPRECATED_LegacyPyTestObject_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "Comment", "/**\n * Object to test deprecation of Python wrapped types.\n */" },
|
|
{ "DeprecationMessage", "LegacyPyTestObject is deprecated. Please use PyTestObject instead." },
|
|
{ "IncludePath", "PyTest.h" },
|
|
{ "IsBlueprintBase", "true" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "SparseClassDataTypes", "PyTestClassSparseData" },
|
|
{ "ToolTip", "Object to test deprecation of Python wrapped types." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UDEPRECATED_LegacyPyTestObject constinit property declarations ***********
|
|
// ********** End Class UDEPRECATED_LegacyPyTestObject constinit property declarations *************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UDEPRECATED_LegacyPyTestObject>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UDEPRECATED_LegacyPyTestObject_Statics
|
|
UObject* (*const Z_Construct_UClass_UDEPRECATED_LegacyPyTestObject_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UPyTestObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_PythonScriptPlugin,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDEPRECATED_LegacyPyTestObject_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDEPRECATED_LegacyPyTestObject_Statics::ClassParams = {
|
|
&UDEPRECATED_LegacyPyTestObject::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
0,
|
|
0x028002A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDEPRECATED_LegacyPyTestObject_Statics::Class_MetaDataParams), Z_Construct_UClass_UDEPRECATED_LegacyPyTestObject_Statics::Class_MetaDataParams)
|
|
};
|
|
void UDEPRECATED_LegacyPyTestObject::StaticRegisterNativesUDEPRECATED_LegacyPyTestObject()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UDEPRECATED_LegacyPyTestObject()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UDEPRECATED_LegacyPyTestObject.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDEPRECATED_LegacyPyTestObject.OuterSingleton, Z_Construct_UClass_UDEPRECATED_LegacyPyTestObject_Statics::ClassParams);
|
|
Z_Registration_Info_UClass_UDEPRECATED_LegacyPyTestObject.OuterSingleton->SetSparseClassDataStruct(UDEPRECATED_LegacyPyTestObject::StaticGetPyTestClassSparseDataScriptStruct());
|
|
}
|
|
return Z_Registration_Info_UClass_UDEPRECATED_LegacyPyTestObject.OuterSingleton;
|
|
}
|
|
UDEPRECATED_LegacyPyTestObject::UDEPRECATED_LegacyPyTestObject() {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDEPRECATED_LegacyPyTestObject);
|
|
UDEPRECATED_LegacyPyTestObject::~UDEPRECATED_LegacyPyTestObject() {}
|
|
// ********** End Class UDEPRECATED_LegacyPyTestObject *********************************************
|
|
|
|
// ********** Begin Class UPyTestObjectLibrary Function GetOtherConstantValue **********************
|
|
struct Z_Construct_UFunction_UPyTestObjectLibrary_GetOtherConstantValue_Statics
|
|
{
|
|
struct PyTestObjectLibrary_eventGetOtherConstantValue_Parms
|
|
{
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ScriptConstant", "OtherConstantValue" },
|
|
{ "ScriptConstantHost", "/Script/PythonScriptPlugin.PyTestObject" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetOtherConstantValue constinit property declarations *****************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetOtherConstantValue constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetOtherConstantValue Property Definitions ****************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPyTestObjectLibrary_GetOtherConstantValue_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestObjectLibrary_eventGetOtherConstantValue_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestObjectLibrary_GetOtherConstantValue_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObjectLibrary_GetOtherConstantValue_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObjectLibrary_GetOtherConstantValue_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetOtherConstantValue Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestObjectLibrary_GetOtherConstantValue_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestObjectLibrary, nullptr, "GetOtherConstantValue", Z_Construct_UFunction_UPyTestObjectLibrary_GetOtherConstantValue_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObjectLibrary_GetOtherConstantValue_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestObjectLibrary_GetOtherConstantValue_Statics::PyTestObjectLibrary_eventGetOtherConstantValue_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14042401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObjectLibrary_GetOtherConstantValue_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestObjectLibrary_GetOtherConstantValue_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestObjectLibrary_GetOtherConstantValue_Statics::PyTestObjectLibrary_eventGetOtherConstantValue_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestObjectLibrary_GetOtherConstantValue()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestObjectLibrary_GetOtherConstantValue_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestObjectLibrary::execGetOtherConstantValue)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UPyTestObjectLibrary::GetOtherConstantValue();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestObjectLibrary Function GetOtherConstantValue ************************
|
|
|
|
// ********** Begin Class UPyTestObjectLibrary Function IsBoolSet **********************************
|
|
struct Z_Construct_UFunction_UPyTestObjectLibrary_IsBoolSet_Statics
|
|
{
|
|
struct PyTestObjectLibrary_eventIsBoolSet_Parms
|
|
{
|
|
const UPyTestObject* InObj;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ScriptMethod", "IsBoolSet" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InObj_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function IsBoolSet constinit property declarations *****************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_InObj;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function IsBoolSet constinit property declarations *******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function IsBoolSet Property Definitions ****************************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UPyTestObjectLibrary_IsBoolSet_Statics::NewProp_InObj = { "InObj", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestObjectLibrary_eventIsBoolSet_Parms, InObj), Z_Construct_UClass_UPyTestObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InObj_MetaData), NewProp_InObj_MetaData) };
|
|
void Z_Construct_UFunction_UPyTestObjectLibrary_IsBoolSet_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((PyTestObjectLibrary_eventIsBoolSet_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UPyTestObjectLibrary_IsBoolSet_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(PyTestObjectLibrary_eventIsBoolSet_Parms), &Z_Construct_UFunction_UPyTestObjectLibrary_IsBoolSet_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestObjectLibrary_IsBoolSet_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObjectLibrary_IsBoolSet_Statics::NewProp_InObj,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestObjectLibrary_IsBoolSet_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObjectLibrary_IsBoolSet_Statics::PropPointers) < 2048);
|
|
// ********** End Function IsBoolSet Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestObjectLibrary_IsBoolSet_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestObjectLibrary, nullptr, "IsBoolSet", Z_Construct_UFunction_UPyTestObjectLibrary_IsBoolSet_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObjectLibrary_IsBoolSet_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestObjectLibrary_IsBoolSet_Statics::PyTestObjectLibrary_eventIsBoolSet_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14042401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestObjectLibrary_IsBoolSet_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestObjectLibrary_IsBoolSet_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestObjectLibrary_IsBoolSet_Statics::PyTestObjectLibrary_eventIsBoolSet_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestObjectLibrary_IsBoolSet()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestObjectLibrary_IsBoolSet_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestObjectLibrary::execIsBoolSet)
|
|
{
|
|
P_GET_OBJECT(UPyTestObject,Z_Param_InObj);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UPyTestObjectLibrary::IsBoolSet(Z_Param_InObj);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestObjectLibrary Function IsBoolSet ************************************
|
|
|
|
// ********** Begin Class UPyTestObjectLibrary *****************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UPyTestObjectLibrary;
|
|
UClass* UPyTestObjectLibrary::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UPyTestObjectLibrary;
|
|
if (!Z_Registration_Info_UClass_UPyTestObjectLibrary.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("PyTestObjectLibrary"),
|
|
Z_Registration_Info_UClass_UPyTestObjectLibrary.InnerSingleton,
|
|
StaticRegisterNativesUPyTestObjectLibrary,
|
|
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_UPyTestObjectLibrary.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UPyTestObjectLibrary_NoRegister()
|
|
{
|
|
return UPyTestObjectLibrary::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UPyTestObjectLibrary_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * Function library containing methods that should be hoisted onto the test object in Python.\n */" },
|
|
{ "IncludePath", "PyTest.h" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ToolTip", "Function library containing methods that should be hoisted onto the test object in Python." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UPyTestObjectLibrary constinit property declarations *********************
|
|
// ********** End Class UPyTestObjectLibrary constinit property declarations ***********************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("GetOtherConstantValue"), .Pointer = &UPyTestObjectLibrary::execGetOtherConstantValue },
|
|
{ .NameUTF8 = UTF8TEXT("IsBoolSet"), .Pointer = &UPyTestObjectLibrary::execIsBoolSet },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UPyTestObjectLibrary_GetOtherConstantValue, "GetOtherConstantValue" }, // 4063543532
|
|
{ &Z_Construct_UFunction_UPyTestObjectLibrary_IsBoolSet, "IsBoolSet" }, // 268269989
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UPyTestObjectLibrary>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UPyTestObjectLibrary_Statics
|
|
UObject* (*const Z_Construct_UClass_UPyTestObjectLibrary_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UBlueprintFunctionLibrary,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_PythonScriptPlugin,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPyTestObjectLibrary_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UPyTestObjectLibrary_Statics::ClassParams = {
|
|
&UPyTestObjectLibrary::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
nullptr,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
0,
|
|
0,
|
|
0x000000A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPyTestObjectLibrary_Statics::Class_MetaDataParams), Z_Construct_UClass_UPyTestObjectLibrary_Statics::Class_MetaDataParams)
|
|
};
|
|
void UPyTestObjectLibrary::StaticRegisterNativesUPyTestObjectLibrary()
|
|
{
|
|
UClass* Class = UPyTestObjectLibrary::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UPyTestObjectLibrary_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UPyTestObjectLibrary()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UPyTestObjectLibrary.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPyTestObjectLibrary.OuterSingleton, Z_Construct_UClass_UPyTestObjectLibrary_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UPyTestObjectLibrary.OuterSingleton;
|
|
}
|
|
UPyTestObjectLibrary::UPyTestObjectLibrary(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPyTestObjectLibrary);
|
|
UPyTestObjectLibrary::~UPyTestObjectLibrary() {}
|
|
// ********** End Class UPyTestObjectLibrary *******************************************************
|
|
|
|
// ********** Begin Delegate FOnNameCollisionDelegate **********************************************
|
|
struct Z_Construct_UDelegateFunction_UPyTestStructDelegate_OnNameCollisionDelegate__DelegateSignature_Statics
|
|
{
|
|
struct PyTestStructDelegate_eventOnNameCollisionDelegate_Parms
|
|
{
|
|
FPyTestStruct PyStruct;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PyStruct_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Delegate FOnNameCollisionDelegate constinit property declarations **************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_PyStruct;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Delegate FOnNameCollisionDelegate constinit property declarations ****************
|
|
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Delegate FOnNameCollisionDelegate Property Definitions *************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UDelegateFunction_UPyTestStructDelegate_OnNameCollisionDelegate__DelegateSignature_Statics::NewProp_PyStruct = { "PyStruct", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestStructDelegate_eventOnNameCollisionDelegate_Parms, PyStruct), Z_Construct_UScriptStruct_FPyTestStruct, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PyStruct_MetaData), NewProp_PyStruct_MetaData) }; // 1624567870
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_UPyTestStructDelegate_OnNameCollisionDelegate__DelegateSignature_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_UPyTestStructDelegate_OnNameCollisionDelegate__DelegateSignature_Statics::NewProp_PyStruct,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_UPyTestStructDelegate_OnNameCollisionDelegate__DelegateSignature_Statics::PropPointers) < 2048);
|
|
// ********** End Delegate FOnNameCollisionDelegate Property Definitions ***************************
|
|
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_UPyTestStructDelegate_OnNameCollisionDelegate__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestStructDelegate, nullptr, "OnNameCollisionDelegate__DelegateSignature", Z_Construct_UDelegateFunction_UPyTestStructDelegate_OnNameCollisionDelegate__DelegateSignature_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_UPyTestStructDelegate_OnNameCollisionDelegate__DelegateSignature_Statics::PropPointers),
|
|
sizeof(Z_Construct_UDelegateFunction_UPyTestStructDelegate_OnNameCollisionDelegate__DelegateSignature_Statics::PyTestStructDelegate_eventOnNameCollisionDelegate_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00530000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_UPyTestStructDelegate_OnNameCollisionDelegate__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_UPyTestStructDelegate_OnNameCollisionDelegate__DelegateSignature_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UDelegateFunction_UPyTestStructDelegate_OnNameCollisionDelegate__DelegateSignature_Statics::PyTestStructDelegate_eventOnNameCollisionDelegate_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UDelegateFunction_UPyTestStructDelegate_OnNameCollisionDelegate__DelegateSignature()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_UPyTestStructDelegate_OnNameCollisionDelegate__DelegateSignature_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
void UPyTestStructDelegate::FOnNameCollisionDelegate_DelegateWrapper(const FMulticastScriptDelegate& OnNameCollisionDelegate, FPyTestStruct const& PyStruct)
|
|
{
|
|
struct PyTestStructDelegate_eventOnNameCollisionDelegate_Parms
|
|
{
|
|
FPyTestStruct PyStruct;
|
|
};
|
|
PyTestStructDelegate_eventOnNameCollisionDelegate_Parms Parms;
|
|
Parms.PyStruct=PyStruct;
|
|
OnNameCollisionDelegate.ProcessMulticastDelegate<UObject>(&Parms);
|
|
}
|
|
// ********** End Delegate FOnNameCollisionDelegate ************************************************
|
|
|
|
// ********** Begin Class UPyTestStructDelegate ****************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UPyTestStructDelegate;
|
|
UClass* UPyTestStructDelegate::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UPyTestStructDelegate;
|
|
if (!Z_Registration_Info_UClass_UPyTestStructDelegate.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("PyTestStructDelegate"),
|
|
Z_Registration_Info_UClass_UPyTestStructDelegate.InnerSingleton,
|
|
StaticRegisterNativesUPyTestStructDelegate,
|
|
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_UPyTestStructDelegate.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UPyTestStructDelegate_NoRegister()
|
|
{
|
|
return UPyTestStructDelegate::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UPyTestStructDelegate_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "Comment", "/**\n * This class along with UPyTestVectorDelegate verify that 2 UObjects with the same delegate name/type, do not collide.\n */" },
|
|
{ "IncludePath", "PyTest.h" },
|
|
{ "IsBlueprintBase", "true" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ToolTip", "This class along with UPyTestVectorDelegate verify that 2 UObjects with the same delegate name/type, do not collide." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnNameCollisionTestDelegate_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "Comment", "/** Called when a new item is selected in the combobox. */" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ToolTip", "Called when a new item is selected in the combobox." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UPyTestStructDelegate constinit property declarations ********************
|
|
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnNameCollisionTestDelegate;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UPyTestStructDelegate constinit property declarations **********************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UDelegateFunction_UPyTestStructDelegate_OnNameCollisionDelegate__DelegateSignature, "OnNameCollisionDelegate__DelegateSignature" }, // 2477220968
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UPyTestStructDelegate>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UPyTestStructDelegate_Statics
|
|
|
|
// ********** Begin Class UPyTestStructDelegate Property Definitions *******************************
|
|
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UPyTestStructDelegate_Statics::NewProp_OnNameCollisionTestDelegate = { "OnNameCollisionTestDelegate", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestStructDelegate, OnNameCollisionTestDelegate), Z_Construct_UDelegateFunction_UPyTestStructDelegate_OnNameCollisionDelegate__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnNameCollisionTestDelegate_MetaData), NewProp_OnNameCollisionTestDelegate_MetaData) }; // 2477220968
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UPyTestStructDelegate_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestStructDelegate_Statics::NewProp_OnNameCollisionTestDelegate,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPyTestStructDelegate_Statics::PropPointers) < 2048);
|
|
// ********** End Class UPyTestStructDelegate Property Definitions *********************************
|
|
UObject* (*const Z_Construct_UClass_UPyTestStructDelegate_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_PythonScriptPlugin,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPyTestStructDelegate_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UPyTestStructDelegate_Statics::ClassParams = {
|
|
&UPyTestStructDelegate::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
Z_Construct_UClass_UPyTestStructDelegate_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UPyTestStructDelegate_Statics::PropPointers),
|
|
0,
|
|
0x008000A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPyTestStructDelegate_Statics::Class_MetaDataParams), Z_Construct_UClass_UPyTestStructDelegate_Statics::Class_MetaDataParams)
|
|
};
|
|
void UPyTestStructDelegate::StaticRegisterNativesUPyTestStructDelegate()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UPyTestStructDelegate()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UPyTestStructDelegate.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPyTestStructDelegate.OuterSingleton, Z_Construct_UClass_UPyTestStructDelegate_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UPyTestStructDelegate.OuterSingleton;
|
|
}
|
|
UPyTestStructDelegate::UPyTestStructDelegate(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPyTestStructDelegate);
|
|
UPyTestStructDelegate::~UPyTestStructDelegate() {}
|
|
// ********** End Class UPyTestStructDelegate ******************************************************
|
|
|
|
// ********** Begin Delegate FOnNameCollisionDelegate **********************************************
|
|
struct Z_Construct_UDelegateFunction_UPyTestVectorDelegate_OnNameCollisionDelegate__DelegateSignature_Statics
|
|
{
|
|
struct PyTestVectorDelegate_eventOnNameCollisionDelegate_Parms
|
|
{
|
|
FVector2D Vec;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Vec_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Delegate FOnNameCollisionDelegate constinit property declarations **************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Vec;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Delegate FOnNameCollisionDelegate constinit property declarations ****************
|
|
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Delegate FOnNameCollisionDelegate Property Definitions *************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UDelegateFunction_UPyTestVectorDelegate_OnNameCollisionDelegate__DelegateSignature_Statics::NewProp_Vec = { "Vec", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestVectorDelegate_eventOnNameCollisionDelegate_Parms, Vec), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Vec_MetaData), NewProp_Vec_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_UPyTestVectorDelegate_OnNameCollisionDelegate__DelegateSignature_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_UPyTestVectorDelegate_OnNameCollisionDelegate__DelegateSignature_Statics::NewProp_Vec,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_UPyTestVectorDelegate_OnNameCollisionDelegate__DelegateSignature_Statics::PropPointers) < 2048);
|
|
// ********** End Delegate FOnNameCollisionDelegate Property Definitions ***************************
|
|
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_UPyTestVectorDelegate_OnNameCollisionDelegate__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestVectorDelegate, nullptr, "OnNameCollisionDelegate__DelegateSignature", Z_Construct_UDelegateFunction_UPyTestVectorDelegate_OnNameCollisionDelegate__DelegateSignature_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_UPyTestVectorDelegate_OnNameCollisionDelegate__DelegateSignature_Statics::PropPointers),
|
|
sizeof(Z_Construct_UDelegateFunction_UPyTestVectorDelegate_OnNameCollisionDelegate__DelegateSignature_Statics::PyTestVectorDelegate_eventOnNameCollisionDelegate_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00D30000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_UPyTestVectorDelegate_OnNameCollisionDelegate__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_UPyTestVectorDelegate_OnNameCollisionDelegate__DelegateSignature_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UDelegateFunction_UPyTestVectorDelegate_OnNameCollisionDelegate__DelegateSignature_Statics::PyTestVectorDelegate_eventOnNameCollisionDelegate_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UDelegateFunction_UPyTestVectorDelegate_OnNameCollisionDelegate__DelegateSignature()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_UPyTestVectorDelegate_OnNameCollisionDelegate__DelegateSignature_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
void UPyTestVectorDelegate::FOnNameCollisionDelegate_DelegateWrapper(const FMulticastScriptDelegate& OnNameCollisionDelegate, FVector2D const& Vec)
|
|
{
|
|
struct PyTestVectorDelegate_eventOnNameCollisionDelegate_Parms
|
|
{
|
|
FVector2D Vec;
|
|
};
|
|
PyTestVectorDelegate_eventOnNameCollisionDelegate_Parms Parms;
|
|
Parms.Vec=Vec;
|
|
OnNameCollisionDelegate.ProcessMulticastDelegate<UObject>(&Parms);
|
|
}
|
|
// ********** End Delegate FOnNameCollisionDelegate ************************************************
|
|
|
|
// ********** Begin Class UPyTestVectorDelegate ****************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UPyTestVectorDelegate;
|
|
UClass* UPyTestVectorDelegate::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UPyTestVectorDelegate;
|
|
if (!Z_Registration_Info_UClass_UPyTestVectorDelegate.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("PyTestVectorDelegate"),
|
|
Z_Registration_Info_UClass_UPyTestVectorDelegate.InnerSingleton,
|
|
StaticRegisterNativesUPyTestVectorDelegate,
|
|
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_UPyTestVectorDelegate.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UPyTestVectorDelegate_NoRegister()
|
|
{
|
|
return UPyTestVectorDelegate::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UPyTestVectorDelegate_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "Comment", "/**\n * This class along with UPyTestStructDelegate verify that 2 UObjects with the same delegate name/type, do not collide.\n */" },
|
|
{ "IncludePath", "PyTest.h" },
|
|
{ "IsBlueprintBase", "true" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ToolTip", "This class along with UPyTestStructDelegate verify that 2 UObjects with the same delegate name/type, do not collide." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnNameCollisionTestDelegate_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "Comment", "/** Called when a new item is selected in the combobox. */" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ToolTip", "Called when a new item is selected in the combobox." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UPyTestVectorDelegate constinit property declarations ********************
|
|
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnNameCollisionTestDelegate;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UPyTestVectorDelegate constinit property declarations **********************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UDelegateFunction_UPyTestVectorDelegate_OnNameCollisionDelegate__DelegateSignature, "OnNameCollisionDelegate__DelegateSignature" }, // 1340225835
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UPyTestVectorDelegate>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UPyTestVectorDelegate_Statics
|
|
|
|
// ********** Begin Class UPyTestVectorDelegate Property Definitions *******************************
|
|
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UPyTestVectorDelegate_Statics::NewProp_OnNameCollisionTestDelegate = { "OnNameCollisionTestDelegate", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestVectorDelegate, OnNameCollisionTestDelegate), Z_Construct_UDelegateFunction_UPyTestVectorDelegate_OnNameCollisionDelegate__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnNameCollisionTestDelegate_MetaData), NewProp_OnNameCollisionTestDelegate_MetaData) }; // 1340225835
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UPyTestVectorDelegate_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestVectorDelegate_Statics::NewProp_OnNameCollisionTestDelegate,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPyTestVectorDelegate_Statics::PropPointers) < 2048);
|
|
// ********** End Class UPyTestVectorDelegate Property Definitions *********************************
|
|
UObject* (*const Z_Construct_UClass_UPyTestVectorDelegate_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_PythonScriptPlugin,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPyTestVectorDelegate_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UPyTestVectorDelegate_Statics::ClassParams = {
|
|
&UPyTestVectorDelegate::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
Z_Construct_UClass_UPyTestVectorDelegate_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UPyTestVectorDelegate_Statics::PropPointers),
|
|
0,
|
|
0x008000A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPyTestVectorDelegate_Statics::Class_MetaDataParams), Z_Construct_UClass_UPyTestVectorDelegate_Statics::Class_MetaDataParams)
|
|
};
|
|
void UPyTestVectorDelegate::StaticRegisterNativesUPyTestVectorDelegate()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UPyTestVectorDelegate()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UPyTestVectorDelegate.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPyTestVectorDelegate.OuterSingleton, Z_Construct_UClass_UPyTestVectorDelegate_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UPyTestVectorDelegate.OuterSingleton;
|
|
}
|
|
UPyTestVectorDelegate::UPyTestVectorDelegate(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPyTestVectorDelegate);
|
|
UPyTestVectorDelegate::~UPyTestVectorDelegate() {}
|
|
// ********** End Class UPyTestVectorDelegate ******************************************************
|
|
|
|
// ********** Begin Class UPyTestTypeHint Function CheckArrayTypeHints *****************************
|
|
struct Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints_Statics
|
|
{
|
|
struct PyTestTypeHint_eventCheckArrayTypeHints_Parms
|
|
{
|
|
TArray<FString> Param1;
|
|
TArray<FName> Param2;
|
|
TArray<FText> Param3;
|
|
TArray<UObject*> Param4;
|
|
TArray<FText> ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Param1_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Param2_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Param3_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Param4_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function CheckArrayTypeHints constinit property declarations *******************
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Param1_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Param1;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_Param2_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Param2;
|
|
static const UECodeGen_Private::FTextPropertyParams NewProp_Param3_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Param3;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Param4_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Param4;
|
|
static const UECodeGen_Private::FTextPropertyParams NewProp_ReturnValue_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function CheckArrayTypeHints constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function CheckArrayTypeHints Property Definitions ******************************
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints_Statics::NewProp_Param1_Inner = { "Param1", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints_Statics::NewProp_Param1 = { "Param1", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckArrayTypeHints_Parms, Param1), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Param1_MetaData), NewProp_Param1_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints_Statics::NewProp_Param2_Inner = { "Param2", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints_Statics::NewProp_Param2 = { "Param2", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckArrayTypeHints_Parms, Param2), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Param2_MetaData), NewProp_Param2_MetaData) };
|
|
const UECodeGen_Private::FTextPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints_Statics::NewProp_Param3_Inner = { "Param3", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints_Statics::NewProp_Param3 = { "Param3", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckArrayTypeHints_Parms, Param3), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Param3_MetaData), NewProp_Param3_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints_Statics::NewProp_Param4_Inner = { "Param4", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints_Statics::NewProp_Param4 = { "Param4", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckArrayTypeHints_Parms, Param4), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Param4_MetaData), NewProp_Param4_MetaData) };
|
|
const UECodeGen_Private::FTextPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints_Statics::NewProp_ReturnValue_Inner = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckArrayTypeHints_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints_Statics::NewProp_Param1_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints_Statics::NewProp_Param1,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints_Statics::NewProp_Param2_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints_Statics::NewProp_Param2,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints_Statics::NewProp_Param3_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints_Statics::NewProp_Param3,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints_Statics::NewProp_Param4_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints_Statics::NewProp_Param4,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints_Statics::NewProp_ReturnValue_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints_Statics::PropPointers) < 2048);
|
|
// ********** End Function CheckArrayTypeHints Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestTypeHint, nullptr, "CheckArrayTypeHints", Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints_Statics::PyTestTypeHint_eventCheckArrayTypeHints_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints_Statics::PyTestTypeHint_eventCheckArrayTypeHints_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestTypeHint::execCheckArrayTypeHints)
|
|
{
|
|
P_GET_TARRAY_REF(FString,Z_Param_Out_Param1);
|
|
P_GET_TARRAY_REF(FName,Z_Param_Out_Param2);
|
|
P_GET_TARRAY_REF(FText,Z_Param_Out_Param3);
|
|
P_GET_TARRAY_REF(UObject*,Z_Param_Out_Param4);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(TArray<FText>*)Z_Param__Result=P_THIS->CheckArrayTypeHints(Z_Param_Out_Param1,Z_Param_Out_Param2,Z_Param_Out_Param3,Z_Param_Out_Param4);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestTypeHint Function CheckArrayTypeHints *******************************
|
|
|
|
// ********** Begin Class UPyTestTypeHint Function CheckBoolTypeHints ******************************
|
|
struct Z_Construct_UFunction_UPyTestTypeHint_CheckBoolTypeHints_Statics
|
|
{
|
|
struct PyTestTypeHint_eventCheckBoolTypeHints_Parms
|
|
{
|
|
bool bParam1;
|
|
bool bParam2;
|
|
bool bParam3;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "Comment", "//\n// Check type hinted methods.\n//\n" },
|
|
{ "CPP_Default_bParam2", "true" },
|
|
{ "CPP_Default_bParam3", "false" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ToolTip", "Check type hinted methods." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function CheckBoolTypeHints constinit property declarations ********************
|
|
static void NewProp_bParam1_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bParam1;
|
|
static void NewProp_bParam2_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bParam2;
|
|
static void NewProp_bParam3_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bParam3;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function CheckBoolTypeHints constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function CheckBoolTypeHints Property Definitions *******************************
|
|
void Z_Construct_UFunction_UPyTestTypeHint_CheckBoolTypeHints_Statics::NewProp_bParam1_SetBit(void* Obj)
|
|
{
|
|
((PyTestTypeHint_eventCheckBoolTypeHints_Parms*)Obj)->bParam1 = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckBoolTypeHints_Statics::NewProp_bParam1 = { "bParam1", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(PyTestTypeHint_eventCheckBoolTypeHints_Parms), &Z_Construct_UFunction_UPyTestTypeHint_CheckBoolTypeHints_Statics::NewProp_bParam1_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UPyTestTypeHint_CheckBoolTypeHints_Statics::NewProp_bParam2_SetBit(void* Obj)
|
|
{
|
|
((PyTestTypeHint_eventCheckBoolTypeHints_Parms*)Obj)->bParam2 = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckBoolTypeHints_Statics::NewProp_bParam2 = { "bParam2", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(PyTestTypeHint_eventCheckBoolTypeHints_Parms), &Z_Construct_UFunction_UPyTestTypeHint_CheckBoolTypeHints_Statics::NewProp_bParam2_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UPyTestTypeHint_CheckBoolTypeHints_Statics::NewProp_bParam3_SetBit(void* Obj)
|
|
{
|
|
((PyTestTypeHint_eventCheckBoolTypeHints_Parms*)Obj)->bParam3 = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckBoolTypeHints_Statics::NewProp_bParam3 = { "bParam3", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(PyTestTypeHint_eventCheckBoolTypeHints_Parms), &Z_Construct_UFunction_UPyTestTypeHint_CheckBoolTypeHints_Statics::NewProp_bParam3_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UPyTestTypeHint_CheckBoolTypeHints_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((PyTestTypeHint_eventCheckBoolTypeHints_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckBoolTypeHints_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(PyTestTypeHint_eventCheckBoolTypeHints_Parms), &Z_Construct_UFunction_UPyTestTypeHint_CheckBoolTypeHints_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestTypeHint_CheckBoolTypeHints_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckBoolTypeHints_Statics::NewProp_bParam1,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckBoolTypeHints_Statics::NewProp_bParam2,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckBoolTypeHints_Statics::NewProp_bParam3,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckBoolTypeHints_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckBoolTypeHints_Statics::PropPointers) < 2048);
|
|
// ********** End Function CheckBoolTypeHints Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestTypeHint_CheckBoolTypeHints_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestTypeHint, nullptr, "CheckBoolTypeHints", Z_Construct_UFunction_UPyTestTypeHint_CheckBoolTypeHints_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckBoolTypeHints_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckBoolTypeHints_Statics::PyTestTypeHint_eventCheckBoolTypeHints_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckBoolTypeHints_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestTypeHint_CheckBoolTypeHints_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckBoolTypeHints_Statics::PyTestTypeHint_eventCheckBoolTypeHints_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestTypeHint_CheckBoolTypeHints()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestTypeHint_CheckBoolTypeHints_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestTypeHint::execCheckBoolTypeHints)
|
|
{
|
|
P_GET_UBOOL(Z_Param_bParam1);
|
|
P_GET_UBOOL(Z_Param_bParam2);
|
|
P_GET_UBOOL(Z_Param_bParam3);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=P_THIS->CheckBoolTypeHints(Z_Param_bParam1,Z_Param_bParam2,Z_Param_bParam3);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestTypeHint Function CheckBoolTypeHints ********************************
|
|
|
|
// ********** Begin Class UPyTestTypeHint Function CheckDelegateTypeHints **************************
|
|
struct Z_Construct_UFunction_UPyTestTypeHint_CheckDelegateTypeHints_Statics
|
|
{
|
|
struct PyTestTypeHint_eventCheckDelegateTypeHints_Parms
|
|
{
|
|
FScriptDelegate Param1;
|
|
FScriptDelegate ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Param1_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function CheckDelegateTypeHints constinit property declarations ****************
|
|
static const UECodeGen_Private::FDelegatePropertyParams NewProp_Param1;
|
|
static const UECodeGen_Private::FDelegatePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function CheckDelegateTypeHints constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function CheckDelegateTypeHints Property Definitions ***************************
|
|
const UECodeGen_Private::FDelegatePropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckDelegateTypeHints_Statics::NewProp_Param1 = { "Param1", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Delegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckDelegateTypeHints_Parms, Param1), Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestDelegate__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Param1_MetaData), NewProp_Param1_MetaData) }; // 112200771
|
|
const UECodeGen_Private::FDelegatePropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckDelegateTypeHints_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000080580, UECodeGen_Private::EPropertyGenFlags::Delegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckDelegateTypeHints_Parms, ReturnValue), Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestDelegate__DelegateSignature, METADATA_PARAMS(0, nullptr) }; // 112200771
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestTypeHint_CheckDelegateTypeHints_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckDelegateTypeHints_Statics::NewProp_Param1,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckDelegateTypeHints_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckDelegateTypeHints_Statics::PropPointers) < 2048);
|
|
// ********** End Function CheckDelegateTypeHints Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestTypeHint_CheckDelegateTypeHints_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestTypeHint, nullptr, "CheckDelegateTypeHints", Z_Construct_UFunction_UPyTestTypeHint_CheckDelegateTypeHints_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckDelegateTypeHints_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckDelegateTypeHints_Statics::PyTestTypeHint_eventCheckDelegateTypeHints_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckDelegateTypeHints_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestTypeHint_CheckDelegateTypeHints_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckDelegateTypeHints_Statics::PyTestTypeHint_eventCheckDelegateTypeHints_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestTypeHint_CheckDelegateTypeHints()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestTypeHint_CheckDelegateTypeHints_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestTypeHint::execCheckDelegateTypeHints)
|
|
{
|
|
P_GET_PROPERTY_REF(FDelegateProperty,Z_Param_Out_Param1);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FPyTestDelegate*)Z_Param__Result=P_THIS->CheckDelegateTypeHints(FPyTestDelegate(Z_Param_Out_Param1));
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestTypeHint Function CheckDelegateTypeHints ****************************
|
|
|
|
// ********** Begin Class UPyTestTypeHint Function CheckEnumTypeHints ******************************
|
|
struct Z_Construct_UFunction_UPyTestTypeHint_CheckEnumTypeHints_Statics
|
|
{
|
|
struct PyTestTypeHint_eventCheckEnumTypeHints_Parms
|
|
{
|
|
EPyTestEnum Param1;
|
|
EPyTestEnum Param2;
|
|
EPyTestEnum ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "CPP_Default_Param2", "One" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function CheckEnumTypeHints constinit property declarations ********************
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_Param1_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_Param1;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_Param2_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_Param2;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ReturnValue_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function CheckEnumTypeHints constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function CheckEnumTypeHints Property Definitions *******************************
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckEnumTypeHints_Statics::NewProp_Param1_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckEnumTypeHints_Statics::NewProp_Param1 = { "Param1", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckEnumTypeHints_Parms, Param1), Z_Construct_UEnum_PythonScriptPlugin_EPyTestEnum, METADATA_PARAMS(0, nullptr) }; // 1303654346
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckEnumTypeHints_Statics::NewProp_Param2_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckEnumTypeHints_Statics::NewProp_Param2 = { "Param2", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckEnumTypeHints_Parms, Param2), Z_Construct_UEnum_PythonScriptPlugin_EPyTestEnum, METADATA_PARAMS(0, nullptr) }; // 1303654346
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckEnumTypeHints_Statics::NewProp_ReturnValue_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckEnumTypeHints_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckEnumTypeHints_Parms, ReturnValue), Z_Construct_UEnum_PythonScriptPlugin_EPyTestEnum, METADATA_PARAMS(0, nullptr) }; // 1303654346
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestTypeHint_CheckEnumTypeHints_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckEnumTypeHints_Statics::NewProp_Param1_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckEnumTypeHints_Statics::NewProp_Param1,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckEnumTypeHints_Statics::NewProp_Param2_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckEnumTypeHints_Statics::NewProp_Param2,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckEnumTypeHints_Statics::NewProp_ReturnValue_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckEnumTypeHints_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckEnumTypeHints_Statics::PropPointers) < 2048);
|
|
// ********** End Function CheckEnumTypeHints Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestTypeHint_CheckEnumTypeHints_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestTypeHint, nullptr, "CheckEnumTypeHints", Z_Construct_UFunction_UPyTestTypeHint_CheckEnumTypeHints_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckEnumTypeHints_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckEnumTypeHints_Statics::PyTestTypeHint_eventCheckEnumTypeHints_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckEnumTypeHints_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestTypeHint_CheckEnumTypeHints_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckEnumTypeHints_Statics::PyTestTypeHint_eventCheckEnumTypeHints_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestTypeHint_CheckEnumTypeHints()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestTypeHint_CheckEnumTypeHints_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestTypeHint::execCheckEnumTypeHints)
|
|
{
|
|
P_GET_ENUM(EPyTestEnum,Z_Param_Param1);
|
|
P_GET_ENUM(EPyTestEnum,Z_Param_Param2);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(EPyTestEnum*)Z_Param__Result=P_THIS->CheckEnumTypeHints(EPyTestEnum(Z_Param_Param1),EPyTestEnum(Z_Param_Param2));
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestTypeHint Function CheckEnumTypeHints ********************************
|
|
|
|
// ********** Begin Class UPyTestTypeHint Function CheckFieldPathTypeHints *************************
|
|
struct Z_Construct_UFunction_UPyTestTypeHint_CheckFieldPathTypeHints_Statics
|
|
{
|
|
struct PyTestTypeHint_eventCheckFieldPathTypeHints_Parms
|
|
{
|
|
TFieldPath<FProperty> Param1;
|
|
TFieldPath<FProperty> ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Param1_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function CheckFieldPathTypeHints constinit property declarations ***************
|
|
static const UECodeGen_Private::FFieldPathPropertyParams NewProp_Param1;
|
|
static const UECodeGen_Private::FFieldPathPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function CheckFieldPathTypeHints constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function CheckFieldPathTypeHints Property Definitions **************************
|
|
const UECodeGen_Private::FFieldPathPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckFieldPathTypeHints_Statics::NewProp_Param1 = { "Param1", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::FieldPath, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckFieldPathTypeHints_Parms, Param1), &FProperty::StaticClass, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Param1_MetaData), NewProp_Param1_MetaData) };
|
|
const UECodeGen_Private::FFieldPathPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckFieldPathTypeHints_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::FieldPath, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckFieldPathTypeHints_Parms, ReturnValue), &FProperty::StaticClass, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestTypeHint_CheckFieldPathTypeHints_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckFieldPathTypeHints_Statics::NewProp_Param1,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckFieldPathTypeHints_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckFieldPathTypeHints_Statics::PropPointers) < 2048);
|
|
// ********** End Function CheckFieldPathTypeHints Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestTypeHint_CheckFieldPathTypeHints_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestTypeHint, nullptr, "CheckFieldPathTypeHints", Z_Construct_UFunction_UPyTestTypeHint_CheckFieldPathTypeHints_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckFieldPathTypeHints_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckFieldPathTypeHints_Statics::PyTestTypeHint_eventCheckFieldPathTypeHints_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckFieldPathTypeHints_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestTypeHint_CheckFieldPathTypeHints_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckFieldPathTypeHints_Statics::PyTestTypeHint_eventCheckFieldPathTypeHints_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestTypeHint_CheckFieldPathTypeHints()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestTypeHint_CheckFieldPathTypeHints_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestTypeHint::execCheckFieldPathTypeHints)
|
|
{
|
|
P_GET_TFIELDPATH(TFieldPath<FProperty>,Z_Param_Param1);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(TFieldPath<FProperty>*)Z_Param__Result=P_THIS->CheckFieldPathTypeHints(Z_Param_Param1);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestTypeHint Function CheckFieldPathTypeHints ***************************
|
|
|
|
// ********** Begin Class UPyTestTypeHint Function CheckFloatTypeHints *****************************
|
|
struct Z_Construct_UFunction_UPyTestTypeHint_CheckFloatTypeHints_Statics
|
|
{
|
|
struct PyTestTypeHint_eventCheckFloatTypeHints_Parms
|
|
{
|
|
float Param1;
|
|
double Param2;
|
|
float Param3;
|
|
double Param4;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "CPP_Default_Param3", "-3.300000" },
|
|
{ "CPP_Default_Param4", "4.400000" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function CheckFloatTypeHints constinit property declarations *******************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Param1;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Param2;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Param3;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Param4;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function CheckFloatTypeHints constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function CheckFloatTypeHints Property Definitions ******************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckFloatTypeHints_Statics::NewProp_Param1 = { "Param1", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckFloatTypeHints_Parms, Param1), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckFloatTypeHints_Statics::NewProp_Param2 = { "Param2", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckFloatTypeHints_Parms, Param2), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckFloatTypeHints_Statics::NewProp_Param3 = { "Param3", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckFloatTypeHints_Parms, Param3), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckFloatTypeHints_Statics::NewProp_Param4 = { "Param4", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckFloatTypeHints_Parms, Param4), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckFloatTypeHints_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckFloatTypeHints_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestTypeHint_CheckFloatTypeHints_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckFloatTypeHints_Statics::NewProp_Param1,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckFloatTypeHints_Statics::NewProp_Param2,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckFloatTypeHints_Statics::NewProp_Param3,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckFloatTypeHints_Statics::NewProp_Param4,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckFloatTypeHints_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckFloatTypeHints_Statics::PropPointers) < 2048);
|
|
// ********** End Function CheckFloatTypeHints Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestTypeHint_CheckFloatTypeHints_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestTypeHint, nullptr, "CheckFloatTypeHints", Z_Construct_UFunction_UPyTestTypeHint_CheckFloatTypeHints_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckFloatTypeHints_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckFloatTypeHints_Statics::PyTestTypeHint_eventCheckFloatTypeHints_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckFloatTypeHints_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestTypeHint_CheckFloatTypeHints_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckFloatTypeHints_Statics::PyTestTypeHint_eventCheckFloatTypeHints_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestTypeHint_CheckFloatTypeHints()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestTypeHint_CheckFloatTypeHints_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestTypeHint::execCheckFloatTypeHints)
|
|
{
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Param1);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Param2);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Param3);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Param4);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=P_THIS->CheckFloatTypeHints(Z_Param_Param1,Z_Param_Param2,Z_Param_Param3,Z_Param_Param4);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestTypeHint Function CheckFloatTypeHints *******************************
|
|
|
|
// ********** Begin Class UPyTestTypeHint Function CheckIntegerTypeHints ***************************
|
|
struct Z_Construct_UFunction_UPyTestTypeHint_CheckIntegerTypeHints_Statics
|
|
{
|
|
struct PyTestTypeHint_eventCheckIntegerTypeHints_Parms
|
|
{
|
|
uint8 Param1;
|
|
int32 Param2;
|
|
int64 Param3;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "CPP_Default_Param2", "4" },
|
|
{ "CPP_Default_Param3", "5" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function CheckIntegerTypeHints constinit property declarations *****************
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_Param1;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Param2;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_Param3;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function CheckIntegerTypeHints constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function CheckIntegerTypeHints Property Definitions ****************************
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckIntegerTypeHints_Statics::NewProp_Param1 = { "Param1", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckIntegerTypeHints_Parms, Param1), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckIntegerTypeHints_Statics::NewProp_Param2 = { "Param2", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckIntegerTypeHints_Parms, Param2), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckIntegerTypeHints_Statics::NewProp_Param3 = { "Param3", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckIntegerTypeHints_Parms, Param3), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckIntegerTypeHints_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckIntegerTypeHints_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestTypeHint_CheckIntegerTypeHints_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckIntegerTypeHints_Statics::NewProp_Param1,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckIntegerTypeHints_Statics::NewProp_Param2,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckIntegerTypeHints_Statics::NewProp_Param3,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckIntegerTypeHints_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckIntegerTypeHints_Statics::PropPointers) < 2048);
|
|
// ********** End Function CheckIntegerTypeHints Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestTypeHint_CheckIntegerTypeHints_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestTypeHint, nullptr, "CheckIntegerTypeHints", Z_Construct_UFunction_UPyTestTypeHint_CheckIntegerTypeHints_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckIntegerTypeHints_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckIntegerTypeHints_Statics::PyTestTypeHint_eventCheckIntegerTypeHints_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckIntegerTypeHints_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestTypeHint_CheckIntegerTypeHints_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckIntegerTypeHints_Statics::PyTestTypeHint_eventCheckIntegerTypeHints_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestTypeHint_CheckIntegerTypeHints()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestTypeHint_CheckIntegerTypeHints_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestTypeHint::execCheckIntegerTypeHints)
|
|
{
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_Param1);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Param2);
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_Param3);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=P_THIS->CheckIntegerTypeHints(Z_Param_Param1,Z_Param_Param2,Z_Param_Param3);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestTypeHint Function CheckIntegerTypeHints *****************************
|
|
|
|
// ********** Begin Class UPyTestTypeHint Function CheckMapTypeHints *******************************
|
|
struct Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics
|
|
{
|
|
struct PyTestTypeHint_eventCheckMapTypeHints_Parms
|
|
{
|
|
TMap<int32,FString> Param1;
|
|
TMap<int32,FName> Param2;
|
|
TMap<int32,FText> Param3;
|
|
TMap<int32,UObject*> Param4;
|
|
TMap<FString,UObject*> ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Param1_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Param2_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Param3_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Param4_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function CheckMapTypeHints constinit property declarations *********************
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Param1_ValueProp;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Param1_Key_KeyProp;
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_Param1;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_Param2_ValueProp;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Param2_Key_KeyProp;
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_Param2;
|
|
static const UECodeGen_Private::FTextPropertyParams NewProp_Param3_ValueProp;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Param3_Key_KeyProp;
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_Param3;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Param4_ValueProp;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Param4_Key_KeyProp;
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_Param4;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue_ValueProp;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue_Key_KeyProp;
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function CheckMapTypeHints constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function CheckMapTypeHints Property Definitions ********************************
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::NewProp_Param1_ValueProp = { "Param1", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::NewProp_Param1_Key_KeyProp = { "Param1_Key", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FMapPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::NewProp_Param1 = { "Param1", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckMapTypeHints_Parms, Param1), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Param1_MetaData), NewProp_Param1_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::NewProp_Param2_ValueProp = { "Param2", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::NewProp_Param2_Key_KeyProp = { "Param2_Key", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FMapPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::NewProp_Param2 = { "Param2", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckMapTypeHints_Parms, Param2), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Param2_MetaData), NewProp_Param2_MetaData) };
|
|
const UECodeGen_Private::FTextPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::NewProp_Param3_ValueProp = { "Param3", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::NewProp_Param3_Key_KeyProp = { "Param3_Key", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FMapPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::NewProp_Param3 = { "Param3", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckMapTypeHints_Parms, Param3), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Param3_MetaData), NewProp_Param3_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::NewProp_Param4_ValueProp = { "Param4", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::NewProp_Param4_Key_KeyProp = { "Param4_Key", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FMapPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::NewProp_Param4 = { "Param4", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckMapTypeHints_Parms, Param4), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Param4_MetaData), NewProp_Param4_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::NewProp_ReturnValue_ValueProp = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::NewProp_ReturnValue_Key_KeyProp = { "ReturnValue_Key", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FMapPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckMapTypeHints_Parms, ReturnValue), EMapPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::NewProp_Param1_ValueProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::NewProp_Param1_Key_KeyProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::NewProp_Param1,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::NewProp_Param2_ValueProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::NewProp_Param2_Key_KeyProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::NewProp_Param2,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::NewProp_Param3_ValueProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::NewProp_Param3_Key_KeyProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::NewProp_Param3,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::NewProp_Param4_ValueProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::NewProp_Param4_Key_KeyProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::NewProp_Param4,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::NewProp_ReturnValue_ValueProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::NewProp_ReturnValue_Key_KeyProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::PropPointers) < 2048);
|
|
// ********** End Function CheckMapTypeHints Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestTypeHint, nullptr, "CheckMapTypeHints", Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::PyTestTypeHint_eventCheckMapTypeHints_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::PyTestTypeHint_eventCheckMapTypeHints_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestTypeHint::execCheckMapTypeHints)
|
|
{
|
|
P_GET_TMAP_REF(int32,FString,Z_Param_Out_Param1);
|
|
P_GET_TMAP_REF(int32,FName,Z_Param_Out_Param2);
|
|
P_GET_TMAP_REF(int32,FText,Z_Param_Out_Param3);
|
|
P_GET_TMAP_REF(int32,UObject*,Z_Param_Out_Param4);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(TMap<FString,UObject*>*)Z_Param__Result=P_THIS->CheckMapTypeHints(Z_Param_Out_Param1,Z_Param_Out_Param2,Z_Param_Out_Param3,Z_Param_Out_Param4);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestTypeHint Function CheckMapTypeHints *********************************
|
|
|
|
// ********** Begin Class UPyTestTypeHint Function CheckNameTypeHints ******************************
|
|
struct Z_Construct_UFunction_UPyTestTypeHint_CheckNameTypeHints_Statics
|
|
{
|
|
struct PyTestTypeHint_eventCheckNameTypeHints_Parms
|
|
{
|
|
FName Param1;
|
|
FName Param2;
|
|
FName ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "CPP_Default_Param2", "Hi" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Param1_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Param2_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function CheckNameTypeHints constinit property declarations ********************
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_Param1;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_Param2;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function CheckNameTypeHints constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function CheckNameTypeHints Property Definitions *******************************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckNameTypeHints_Statics::NewProp_Param1 = { "Param1", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckNameTypeHints_Parms, Param1), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Param1_MetaData), NewProp_Param1_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckNameTypeHints_Statics::NewProp_Param2 = { "Param2", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckNameTypeHints_Parms, Param2), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Param2_MetaData), NewProp_Param2_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckNameTypeHints_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckNameTypeHints_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestTypeHint_CheckNameTypeHints_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckNameTypeHints_Statics::NewProp_Param1,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckNameTypeHints_Statics::NewProp_Param2,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckNameTypeHints_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckNameTypeHints_Statics::PropPointers) < 2048);
|
|
// ********** End Function CheckNameTypeHints Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestTypeHint_CheckNameTypeHints_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestTypeHint, nullptr, "CheckNameTypeHints", Z_Construct_UFunction_UPyTestTypeHint_CheckNameTypeHints_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckNameTypeHints_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckNameTypeHints_Statics::PyTestTypeHint_eventCheckNameTypeHints_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckNameTypeHints_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestTypeHint_CheckNameTypeHints_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckNameTypeHints_Statics::PyTestTypeHint_eventCheckNameTypeHints_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestTypeHint_CheckNameTypeHints()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestTypeHint_CheckNameTypeHints_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestTypeHint::execCheckNameTypeHints)
|
|
{
|
|
P_GET_PROPERTY_REF(FNameProperty,Z_Param_Out_Param1);
|
|
P_GET_PROPERTY_REF(FNameProperty,Z_Param_Out_Param2);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FName*)Z_Param__Result=P_THIS->CheckNameTypeHints(Z_Param_Out_Param1,Z_Param_Out_Param2);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestTypeHint Function CheckNameTypeHints ********************************
|
|
|
|
// ********** Begin Class UPyTestTypeHint Function CheckObjectTypeHints ****************************
|
|
struct Z_Construct_UFunction_UPyTestTypeHint_CheckObjectTypeHints_Statics
|
|
{
|
|
struct PyTestTypeHint_eventCheckObjectTypeHints_Parms
|
|
{
|
|
const UPyTestObject* Param1;
|
|
const UPyTestObject* Param4;
|
|
UPyTestObject* ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "CPP_Default_Param4", "None" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Param1_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Param4_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function CheckObjectTypeHints constinit property declarations ******************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Param1;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Param4;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function CheckObjectTypeHints constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function CheckObjectTypeHints Property Definitions *****************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckObjectTypeHints_Statics::NewProp_Param1 = { "Param1", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckObjectTypeHints_Parms, Param1), Z_Construct_UClass_UPyTestObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Param1_MetaData), NewProp_Param1_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckObjectTypeHints_Statics::NewProp_Param4 = { "Param4", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckObjectTypeHints_Parms, Param4), Z_Construct_UClass_UPyTestObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Param4_MetaData), NewProp_Param4_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckObjectTypeHints_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckObjectTypeHints_Parms, ReturnValue), Z_Construct_UClass_UPyTestObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestTypeHint_CheckObjectTypeHints_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckObjectTypeHints_Statics::NewProp_Param1,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckObjectTypeHints_Statics::NewProp_Param4,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckObjectTypeHints_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckObjectTypeHints_Statics::PropPointers) < 2048);
|
|
// ********** End Function CheckObjectTypeHints Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestTypeHint_CheckObjectTypeHints_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestTypeHint, nullptr, "CheckObjectTypeHints", Z_Construct_UFunction_UPyTestTypeHint_CheckObjectTypeHints_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckObjectTypeHints_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckObjectTypeHints_Statics::PyTestTypeHint_eventCheckObjectTypeHints_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckObjectTypeHints_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestTypeHint_CheckObjectTypeHints_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckObjectTypeHints_Statics::PyTestTypeHint_eventCheckObjectTypeHints_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestTypeHint_CheckObjectTypeHints()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestTypeHint_CheckObjectTypeHints_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestTypeHint::execCheckObjectTypeHints)
|
|
{
|
|
P_GET_OBJECT(UPyTestObject,Z_Param_Param1);
|
|
P_GET_OBJECT(UPyTestObject,Z_Param_Param4);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(UPyTestObject**)Z_Param__Result=P_THIS->CheckObjectTypeHints(Z_Param_Param1,Z_Param_Param4);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestTypeHint Function CheckObjectTypeHints ******************************
|
|
|
|
// ********** Begin Class UPyTestTypeHint Function CheckSetTypeHints *******************************
|
|
struct Z_Construct_UFunction_UPyTestTypeHint_CheckSetTypeHints_Statics
|
|
{
|
|
struct PyTestTypeHint_eventCheckSetTypeHints_Parms
|
|
{
|
|
TSet<FString> Param1;
|
|
TSet<FName> Param2;
|
|
TSet<UObject*> Param3;
|
|
TSet<FName> ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Param1_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Param2_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Param3_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function CheckSetTypeHints constinit property declarations *********************
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Param1_ElementProp;
|
|
static const UECodeGen_Private::FSetPropertyParams NewProp_Param1;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_Param2_ElementProp;
|
|
static const UECodeGen_Private::FSetPropertyParams NewProp_Param2;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Param3_ElementProp;
|
|
static const UECodeGen_Private::FSetPropertyParams NewProp_Param3;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_ReturnValue_ElementProp;
|
|
static const UECodeGen_Private::FSetPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function CheckSetTypeHints constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function CheckSetTypeHints Property Definitions ********************************
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckSetTypeHints_Statics::NewProp_Param1_ElementProp = { "Param1", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FSetPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckSetTypeHints_Statics::NewProp_Param1 = { "Param1", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Set, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckSetTypeHints_Parms, Param1), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Param1_MetaData), NewProp_Param1_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckSetTypeHints_Statics::NewProp_Param2_ElementProp = { "Param2", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FSetPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckSetTypeHints_Statics::NewProp_Param2 = { "Param2", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Set, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckSetTypeHints_Parms, Param2), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Param2_MetaData), NewProp_Param2_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckSetTypeHints_Statics::NewProp_Param3_ElementProp = { "Param3", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FSetPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckSetTypeHints_Statics::NewProp_Param3 = { "Param3", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Set, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckSetTypeHints_Parms, Param3), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Param3_MetaData), NewProp_Param3_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckSetTypeHints_Statics::NewProp_ReturnValue_ElementProp = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FSetPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckSetTypeHints_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Set, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckSetTypeHints_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestTypeHint_CheckSetTypeHints_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckSetTypeHints_Statics::NewProp_Param1_ElementProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckSetTypeHints_Statics::NewProp_Param1,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckSetTypeHints_Statics::NewProp_Param2_ElementProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckSetTypeHints_Statics::NewProp_Param2,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckSetTypeHints_Statics::NewProp_Param3_ElementProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckSetTypeHints_Statics::NewProp_Param3,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckSetTypeHints_Statics::NewProp_ReturnValue_ElementProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckSetTypeHints_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckSetTypeHints_Statics::PropPointers) < 2048);
|
|
// ********** End Function CheckSetTypeHints Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestTypeHint_CheckSetTypeHints_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestTypeHint, nullptr, "CheckSetTypeHints", Z_Construct_UFunction_UPyTestTypeHint_CheckSetTypeHints_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckSetTypeHints_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckSetTypeHints_Statics::PyTestTypeHint_eventCheckSetTypeHints_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckSetTypeHints_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestTypeHint_CheckSetTypeHints_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckSetTypeHints_Statics::PyTestTypeHint_eventCheckSetTypeHints_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestTypeHint_CheckSetTypeHints()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestTypeHint_CheckSetTypeHints_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestTypeHint::execCheckSetTypeHints)
|
|
{
|
|
P_GET_TSET_REF(FString,Z_Param_Out_Param1);
|
|
P_GET_TSET_REF(FName,Z_Param_Out_Param2);
|
|
P_GET_TSET_REF(UObject*,Z_Param_Out_Param3);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(TSet<FName>*)Z_Param__Result=P_THIS->CheckSetTypeHints(Z_Param_Out_Param1,Z_Param_Out_Param2,Z_Param_Out_Param3);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestTypeHint Function CheckSetTypeHints *********************************
|
|
|
|
// ********** Begin Class UPyTestTypeHint Function CheckStaticFunction *****************************
|
|
struct Z_Construct_UFunction_UPyTestTypeHint_CheckStaticFunction_Statics
|
|
{
|
|
struct PyTestTypeHint_eventCheckStaticFunction_Parms
|
|
{
|
|
bool Param1;
|
|
int32 Param2;
|
|
double Param3;
|
|
FString Param4;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Param4_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function CheckStaticFunction constinit property declarations *******************
|
|
static void NewProp_Param1_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_Param1;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Param2;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Param3;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Param4;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function CheckStaticFunction constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function CheckStaticFunction Property Definitions ******************************
|
|
void Z_Construct_UFunction_UPyTestTypeHint_CheckStaticFunction_Statics::NewProp_Param1_SetBit(void* Obj)
|
|
{
|
|
((PyTestTypeHint_eventCheckStaticFunction_Parms*)Obj)->Param1 = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckStaticFunction_Statics::NewProp_Param1 = { "Param1", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(PyTestTypeHint_eventCheckStaticFunction_Parms), &Z_Construct_UFunction_UPyTestTypeHint_CheckStaticFunction_Statics::NewProp_Param1_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckStaticFunction_Statics::NewProp_Param2 = { "Param2", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckStaticFunction_Parms, Param2), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckStaticFunction_Statics::NewProp_Param3 = { "Param3", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckStaticFunction_Parms, Param3), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckStaticFunction_Statics::NewProp_Param4 = { "Param4", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckStaticFunction_Parms, Param4), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Param4_MetaData), NewProp_Param4_MetaData) };
|
|
void Z_Construct_UFunction_UPyTestTypeHint_CheckStaticFunction_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((PyTestTypeHint_eventCheckStaticFunction_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckStaticFunction_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(PyTestTypeHint_eventCheckStaticFunction_Parms), &Z_Construct_UFunction_UPyTestTypeHint_CheckStaticFunction_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestTypeHint_CheckStaticFunction_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckStaticFunction_Statics::NewProp_Param1,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckStaticFunction_Statics::NewProp_Param2,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckStaticFunction_Statics::NewProp_Param3,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckStaticFunction_Statics::NewProp_Param4,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckStaticFunction_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckStaticFunction_Statics::PropPointers) < 2048);
|
|
// ********** End Function CheckStaticFunction Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestTypeHint_CheckStaticFunction_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestTypeHint, nullptr, "CheckStaticFunction", Z_Construct_UFunction_UPyTestTypeHint_CheckStaticFunction_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckStaticFunction_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckStaticFunction_Statics::PyTestTypeHint_eventCheckStaticFunction_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckStaticFunction_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestTypeHint_CheckStaticFunction_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckStaticFunction_Statics::PyTestTypeHint_eventCheckStaticFunction_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestTypeHint_CheckStaticFunction()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestTypeHint_CheckStaticFunction_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestTypeHint::execCheckStaticFunction)
|
|
{
|
|
P_GET_UBOOL(Z_Param_Param1);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Param2);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Param3);
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_Param4);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UPyTestTypeHint::CheckStaticFunction(Z_Param_Param1,Z_Param_Param2,Z_Param_Param3,Z_Param_Param4);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestTypeHint Function CheckStaticFunction *******************************
|
|
|
|
// ********** Begin Class UPyTestTypeHint Function CheckStringTypeHints ****************************
|
|
struct Z_Construct_UFunction_UPyTestTypeHint_CheckStringTypeHints_Statics
|
|
{
|
|
struct PyTestTypeHint_eventCheckStringTypeHints_Parms
|
|
{
|
|
FString Param1;
|
|
FString Param2;
|
|
FString ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "CPP_Default_Param2", "Hi" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Param1_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Param2_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function CheckStringTypeHints constinit property declarations ******************
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Param1;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Param2;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function CheckStringTypeHints constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function CheckStringTypeHints Property Definitions *****************************
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckStringTypeHints_Statics::NewProp_Param1 = { "Param1", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckStringTypeHints_Parms, Param1), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Param1_MetaData), NewProp_Param1_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckStringTypeHints_Statics::NewProp_Param2 = { "Param2", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckStringTypeHints_Parms, Param2), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Param2_MetaData), NewProp_Param2_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckStringTypeHints_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckStringTypeHints_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestTypeHint_CheckStringTypeHints_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckStringTypeHints_Statics::NewProp_Param1,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckStringTypeHints_Statics::NewProp_Param2,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckStringTypeHints_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckStringTypeHints_Statics::PropPointers) < 2048);
|
|
// ********** End Function CheckStringTypeHints Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestTypeHint_CheckStringTypeHints_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestTypeHint, nullptr, "CheckStringTypeHints", Z_Construct_UFunction_UPyTestTypeHint_CheckStringTypeHints_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckStringTypeHints_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckStringTypeHints_Statics::PyTestTypeHint_eventCheckStringTypeHints_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckStringTypeHints_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestTypeHint_CheckStringTypeHints_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckStringTypeHints_Statics::PyTestTypeHint_eventCheckStringTypeHints_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestTypeHint_CheckStringTypeHints()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestTypeHint_CheckStringTypeHints_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestTypeHint::execCheckStringTypeHints)
|
|
{
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_Param1);
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_Param2);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FString*)Z_Param__Result=P_THIS->CheckStringTypeHints(Z_Param_Param1,Z_Param_Param2);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestTypeHint Function CheckStringTypeHints ******************************
|
|
|
|
// ********** Begin Class UPyTestTypeHint Function CheckStructTypeHints ****************************
|
|
struct Z_Construct_UFunction_UPyTestTypeHint_CheckStructTypeHints_Statics
|
|
{
|
|
struct PyTestTypeHint_eventCheckStructTypeHints_Parms
|
|
{
|
|
FPyTestStruct Param1;
|
|
FPyTestStruct Param2;
|
|
FPyTestStruct ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "CPP_Default_Param2", "()" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Param1_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Param2_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function CheckStructTypeHints constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Param1;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Param2;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function CheckStructTypeHints constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function CheckStructTypeHints Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckStructTypeHints_Statics::NewProp_Param1 = { "Param1", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckStructTypeHints_Parms, Param1), Z_Construct_UScriptStruct_FPyTestStruct, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Param1_MetaData), NewProp_Param1_MetaData) }; // 1624567870
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckStructTypeHints_Statics::NewProp_Param2 = { "Param2", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckStructTypeHints_Parms, Param2), Z_Construct_UScriptStruct_FPyTestStruct, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Param2_MetaData), NewProp_Param2_MetaData) }; // 1624567870
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckStructTypeHints_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckStructTypeHints_Parms, ReturnValue), Z_Construct_UScriptStruct_FPyTestStruct, METADATA_PARAMS(0, nullptr) }; // 1624567870
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestTypeHint_CheckStructTypeHints_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckStructTypeHints_Statics::NewProp_Param1,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckStructTypeHints_Statics::NewProp_Param2,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckStructTypeHints_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckStructTypeHints_Statics::PropPointers) < 2048);
|
|
// ********** End Function CheckStructTypeHints Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestTypeHint_CheckStructTypeHints_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestTypeHint, nullptr, "CheckStructTypeHints", Z_Construct_UFunction_UPyTestTypeHint_CheckStructTypeHints_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckStructTypeHints_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckStructTypeHints_Statics::PyTestTypeHint_eventCheckStructTypeHints_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckStructTypeHints_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestTypeHint_CheckStructTypeHints_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckStructTypeHints_Statics::PyTestTypeHint_eventCheckStructTypeHints_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestTypeHint_CheckStructTypeHints()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestTypeHint_CheckStructTypeHints_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestTypeHint::execCheckStructTypeHints)
|
|
{
|
|
P_GET_STRUCT_REF(FPyTestStruct,Z_Param_Out_Param1);
|
|
P_GET_STRUCT_REF(FPyTestStruct,Z_Param_Out_Param2);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FPyTestStruct*)Z_Param__Result=P_THIS->CheckStructTypeHints(Z_Param_Out_Param1,Z_Param_Out_Param2);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestTypeHint Function CheckStructTypeHints ******************************
|
|
|
|
// ********** Begin Class UPyTestTypeHint Function CheckTextTypeHints ******************************
|
|
struct Z_Construct_UFunction_UPyTestTypeHint_CheckTextTypeHints_Statics
|
|
{
|
|
struct PyTestTypeHint_eventCheckTextTypeHints_Parms
|
|
{
|
|
FText Param1;
|
|
FText Param2;
|
|
FText ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "CPP_Default_Param2", "INVTEXT(\"Hi\")" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Param1_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Param2_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function CheckTextTypeHints constinit property declarations ********************
|
|
static const UECodeGen_Private::FTextPropertyParams NewProp_Param1;
|
|
static const UECodeGen_Private::FTextPropertyParams NewProp_Param2;
|
|
static const UECodeGen_Private::FTextPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function CheckTextTypeHints constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function CheckTextTypeHints Property Definitions *******************************
|
|
const UECodeGen_Private::FTextPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckTextTypeHints_Statics::NewProp_Param1 = { "Param1", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckTextTypeHints_Parms, Param1), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Param1_MetaData), NewProp_Param1_MetaData) };
|
|
const UECodeGen_Private::FTextPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckTextTypeHints_Statics::NewProp_Param2 = { "Param2", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckTextTypeHints_Parms, Param2), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Param2_MetaData), NewProp_Param2_MetaData) };
|
|
const UECodeGen_Private::FTextPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckTextTypeHints_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckTextTypeHints_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestTypeHint_CheckTextTypeHints_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckTextTypeHints_Statics::NewProp_Param1,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckTextTypeHints_Statics::NewProp_Param2,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckTextTypeHints_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckTextTypeHints_Statics::PropPointers) < 2048);
|
|
// ********** End Function CheckTextTypeHints Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestTypeHint_CheckTextTypeHints_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestTypeHint, nullptr, "CheckTextTypeHints", Z_Construct_UFunction_UPyTestTypeHint_CheckTextTypeHints_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckTextTypeHints_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckTextTypeHints_Statics::PyTestTypeHint_eventCheckTextTypeHints_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckTextTypeHints_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestTypeHint_CheckTextTypeHints_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckTextTypeHints_Statics::PyTestTypeHint_eventCheckTextTypeHints_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestTypeHint_CheckTextTypeHints()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestTypeHint_CheckTextTypeHints_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestTypeHint::execCheckTextTypeHints)
|
|
{
|
|
P_GET_PROPERTY_REF(FTextProperty,Z_Param_Out_Param1);
|
|
P_GET_PROPERTY_REF(FTextProperty,Z_Param_Out_Param2);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FText*)Z_Param__Result=P_THIS->CheckTextTypeHints(Z_Param_Out_Param1,Z_Param_Out_Param2);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestTypeHint Function CheckTextTypeHints ********************************
|
|
|
|
// ********** Begin Class UPyTestTypeHint Function CheckTupleReturnType ****************************
|
|
struct Z_Construct_UFunction_UPyTestTypeHint_CheckTupleReturnType_Statics
|
|
{
|
|
struct PyTestTypeHint_eventCheckTupleReturnType_Parms
|
|
{
|
|
FString InOutString;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function CheckTupleReturnType constinit property declarations ******************
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_InOutString;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function CheckTupleReturnType constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function CheckTupleReturnType Property Definitions *****************************
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckTupleReturnType_Statics::NewProp_InOutString = { "InOutString", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckTupleReturnType_Parms, InOutString), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPyTestTypeHint_CheckTupleReturnType_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventCheckTupleReturnType_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestTypeHint_CheckTupleReturnType_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckTupleReturnType_Statics::NewProp_InOutString,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_CheckTupleReturnType_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckTupleReturnType_Statics::PropPointers) < 2048);
|
|
// ********** End Function CheckTupleReturnType Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestTypeHint_CheckTupleReturnType_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestTypeHint, nullptr, "CheckTupleReturnType", Z_Construct_UFunction_UPyTestTypeHint_CheckTupleReturnType_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckTupleReturnType_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckTupleReturnType_Statics::PyTestTypeHint_eventCheckTupleReturnType_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_CheckTupleReturnType_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestTypeHint_CheckTupleReturnType_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestTypeHint_CheckTupleReturnType_Statics::PyTestTypeHint_eventCheckTupleReturnType_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestTypeHint_CheckTupleReturnType()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestTypeHint_CheckTupleReturnType_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestTypeHint::execCheckTupleReturnType)
|
|
{
|
|
P_GET_PROPERTY_REF(FStrProperty,Z_Param_Out_InOutString);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UPyTestTypeHint::CheckTupleReturnType(Z_Param_Out_InOutString);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestTypeHint Function CheckTupleReturnType ******************************
|
|
|
|
// ********** Begin Class UPyTestTypeHint Function GetIntConst *************************************
|
|
struct Z_Construct_UFunction_UPyTestTypeHint_GetIntConst_Statics
|
|
{
|
|
struct PyTestTypeHint_eventGetIntConst_Parms
|
|
{
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ScriptConstant", "IntConst" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetIntConst constinit property declarations ***************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetIntConst constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetIntConst Property Definitions **************************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPyTestTypeHint_GetIntConst_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventGetIntConst_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestTypeHint_GetIntConst_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_GetIntConst_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_GetIntConst_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetIntConst Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestTypeHint_GetIntConst_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestTypeHint, nullptr, "GetIntConst", Z_Construct_UFunction_UPyTestTypeHint_GetIntConst_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_GetIntConst_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestTypeHint_GetIntConst_Statics::PyTestTypeHint_eventGetIntConst_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_GetIntConst_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestTypeHint_GetIntConst_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestTypeHint_GetIntConst_Statics::PyTestTypeHint_eventGetIntConst_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestTypeHint_GetIntConst()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestTypeHint_GetIntConst_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestTypeHint::execGetIntConst)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UPyTestTypeHint::GetIntConst();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestTypeHint Function GetIntConst ***************************************
|
|
|
|
// ********** Begin Class UPyTestTypeHint Function GetStringConst **********************************
|
|
struct Z_Construct_UFunction_UPyTestTypeHint_GetStringConst_Statics
|
|
{
|
|
struct PyTestTypeHint_eventGetStringConst_Parms
|
|
{
|
|
FString ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "Comment", "//\n// Check type hinted constants\n//\n" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ScriptConstant", "StrConst" },
|
|
{ "ToolTip", "Check type hinted constants" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetStringConst constinit property declarations ************************
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetStringConst constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetStringConst Property Definitions ***********************************
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UPyTestTypeHint_GetStringConst_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PyTestTypeHint_eventGetStringConst_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPyTestTypeHint_GetStringConst_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPyTestTypeHint_GetStringConst_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_GetStringConst_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetStringConst Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPyTestTypeHint_GetStringConst_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPyTestTypeHint, nullptr, "GetStringConst", Z_Construct_UFunction_UPyTestTypeHint_GetStringConst_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_GetStringConst_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPyTestTypeHint_GetStringConst_Statics::PyTestTypeHint_eventGetStringConst_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPyTestTypeHint_GetStringConst_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPyTestTypeHint_GetStringConst_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPyTestTypeHint_GetStringConst_Statics::PyTestTypeHint_eventGetStringConst_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPyTestTypeHint_GetStringConst()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPyTestTypeHint_GetStringConst_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPyTestTypeHint::execGetStringConst)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FString*)Z_Param__Result=UPyTestTypeHint::GetStringConst();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPyTestTypeHint Function GetStringConst ************************************
|
|
|
|
// ********** Begin Class UPyTestTypeHint **********************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UPyTestTypeHint;
|
|
UClass* UPyTestTypeHint::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UPyTestTypeHint;
|
|
if (!Z_Registration_Info_UClass_UPyTestTypeHint.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("PyTestTypeHint"),
|
|
Z_Registration_Info_UClass_UPyTestTypeHint.InnerSingleton,
|
|
StaticRegisterNativesUPyTestTypeHint,
|
|
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_UPyTestTypeHint.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UPyTestTypeHint_NoRegister()
|
|
{
|
|
return UPyTestTypeHint::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UPyTestTypeHint_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "Comment", "/* Used to verify if the generated Python stub is correctly type-hinted (if type hint is enabled). The stub is generated\n * in the project intermediate folder when the Python developer mode is enabled (Editor preferences). The type hints can\n * be checked in the stub itself or PythonScriptPlugin/Content/Python/test_type_hints.py can be loaded in a Python IDE that\n * supports type checking and look at the code to verify that there is not problems with the types.\n */" },
|
|
{ "IncludePath", "PyTest.h" },
|
|
{ "IsBlueprintBase", "true" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ToolTip", "Used to verify if the generated Python stub is correctly type-hinted (if type hint is enabled). The stub is generated\n* in the project intermediate folder when the Python developer mode is enabled (Editor preferences). The type hints can\n* be checked in the stub itself or PythonScriptPlugin/Content/Python/test_type_hints.py can be loaded in a Python IDE that\n* supports type checking and look at the code to verify that there is not problems with the types." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BoolProp_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "Comment", "//\n// Check type hinted properties (setter/getter)\n//\n" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ToolTip", "Check type hinted properties (setter/getter)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_IntProp_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FloatProp_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EnumProp_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StringProp_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NameProp_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TextProp_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FieldPathProp_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StructProp_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ObjectProp_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StrArrayProp_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NameArrayProp_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TextArrayProp_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ObjectArrayProp_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SetProp_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MapProp_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DelegateProp_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MulticastDelegateProp_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SlateTickDelegate_MetaData[] = {
|
|
{ "Category", "Python|Internal" },
|
|
{ "Comment", "//\n// Members to facilitate testing particular Python API.\n//\n" },
|
|
{ "ModuleRelativePath", "Private/PyTest.h" },
|
|
{ "ToolTip", "Members to facilitate testing particular Python API." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UPyTestTypeHint constinit property declarations **************************
|
|
static void NewProp_BoolProp_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_BoolProp;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_IntProp;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_FloatProp;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_EnumProp_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_EnumProp;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_StringProp;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_NameProp;
|
|
static const UECodeGen_Private::FTextPropertyParams NewProp_TextProp;
|
|
static const UECodeGen_Private::FFieldPathPropertyParams NewProp_FieldPathProp;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_StructProp;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ObjectProp;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_StrArrayProp_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_StrArrayProp;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_NameArrayProp_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_NameArrayProp;
|
|
static const UECodeGen_Private::FTextPropertyParams NewProp_TextArrayProp_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_TextArrayProp;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ObjectArrayProp_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ObjectArrayProp;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SetProp_ElementProp;
|
|
static const UECodeGen_Private::FSetPropertyParams NewProp_SetProp;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_MapProp_ValueProp;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_MapProp_Key_KeyProp;
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_MapProp;
|
|
static const UECodeGen_Private::FDelegatePropertyParams NewProp_DelegateProp;
|
|
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_MulticastDelegateProp;
|
|
static const UECodeGen_Private::FDelegatePropertyParams NewProp_SlateTickDelegate;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UPyTestTypeHint constinit property declarations ****************************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("CheckArrayTypeHints"), .Pointer = &UPyTestTypeHint::execCheckArrayTypeHints },
|
|
{ .NameUTF8 = UTF8TEXT("CheckBoolTypeHints"), .Pointer = &UPyTestTypeHint::execCheckBoolTypeHints },
|
|
{ .NameUTF8 = UTF8TEXT("CheckDelegateTypeHints"), .Pointer = &UPyTestTypeHint::execCheckDelegateTypeHints },
|
|
{ .NameUTF8 = UTF8TEXT("CheckEnumTypeHints"), .Pointer = &UPyTestTypeHint::execCheckEnumTypeHints },
|
|
{ .NameUTF8 = UTF8TEXT("CheckFieldPathTypeHints"), .Pointer = &UPyTestTypeHint::execCheckFieldPathTypeHints },
|
|
{ .NameUTF8 = UTF8TEXT("CheckFloatTypeHints"), .Pointer = &UPyTestTypeHint::execCheckFloatTypeHints },
|
|
{ .NameUTF8 = UTF8TEXT("CheckIntegerTypeHints"), .Pointer = &UPyTestTypeHint::execCheckIntegerTypeHints },
|
|
{ .NameUTF8 = UTF8TEXT("CheckMapTypeHints"), .Pointer = &UPyTestTypeHint::execCheckMapTypeHints },
|
|
{ .NameUTF8 = UTF8TEXT("CheckNameTypeHints"), .Pointer = &UPyTestTypeHint::execCheckNameTypeHints },
|
|
{ .NameUTF8 = UTF8TEXT("CheckObjectTypeHints"), .Pointer = &UPyTestTypeHint::execCheckObjectTypeHints },
|
|
{ .NameUTF8 = UTF8TEXT("CheckSetTypeHints"), .Pointer = &UPyTestTypeHint::execCheckSetTypeHints },
|
|
{ .NameUTF8 = UTF8TEXT("CheckStaticFunction"), .Pointer = &UPyTestTypeHint::execCheckStaticFunction },
|
|
{ .NameUTF8 = UTF8TEXT("CheckStringTypeHints"), .Pointer = &UPyTestTypeHint::execCheckStringTypeHints },
|
|
{ .NameUTF8 = UTF8TEXT("CheckStructTypeHints"), .Pointer = &UPyTestTypeHint::execCheckStructTypeHints },
|
|
{ .NameUTF8 = UTF8TEXT("CheckTextTypeHints"), .Pointer = &UPyTestTypeHint::execCheckTextTypeHints },
|
|
{ .NameUTF8 = UTF8TEXT("CheckTupleReturnType"), .Pointer = &UPyTestTypeHint::execCheckTupleReturnType },
|
|
{ .NameUTF8 = UTF8TEXT("GetIntConst"), .Pointer = &UPyTestTypeHint::execGetIntConst },
|
|
{ .NameUTF8 = UTF8TEXT("GetStringConst"), .Pointer = &UPyTestTypeHint::execGetStringConst },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UPyTestTypeHint_CheckArrayTypeHints, "CheckArrayTypeHints" }, // 1190118533
|
|
{ &Z_Construct_UFunction_UPyTestTypeHint_CheckBoolTypeHints, "CheckBoolTypeHints" }, // 3666346818
|
|
{ &Z_Construct_UFunction_UPyTestTypeHint_CheckDelegateTypeHints, "CheckDelegateTypeHints" }, // 2930081928
|
|
{ &Z_Construct_UFunction_UPyTestTypeHint_CheckEnumTypeHints, "CheckEnumTypeHints" }, // 3639349599
|
|
{ &Z_Construct_UFunction_UPyTestTypeHint_CheckFieldPathTypeHints, "CheckFieldPathTypeHints" }, // 3020509738
|
|
{ &Z_Construct_UFunction_UPyTestTypeHint_CheckFloatTypeHints, "CheckFloatTypeHints" }, // 3055481482
|
|
{ &Z_Construct_UFunction_UPyTestTypeHint_CheckIntegerTypeHints, "CheckIntegerTypeHints" }, // 3844584486
|
|
{ &Z_Construct_UFunction_UPyTestTypeHint_CheckMapTypeHints, "CheckMapTypeHints" }, // 1711911794
|
|
{ &Z_Construct_UFunction_UPyTestTypeHint_CheckNameTypeHints, "CheckNameTypeHints" }, // 406176733
|
|
{ &Z_Construct_UFunction_UPyTestTypeHint_CheckObjectTypeHints, "CheckObjectTypeHints" }, // 2451614328
|
|
{ &Z_Construct_UFunction_UPyTestTypeHint_CheckSetTypeHints, "CheckSetTypeHints" }, // 2877332938
|
|
{ &Z_Construct_UFunction_UPyTestTypeHint_CheckStaticFunction, "CheckStaticFunction" }, // 2216324950
|
|
{ &Z_Construct_UFunction_UPyTestTypeHint_CheckStringTypeHints, "CheckStringTypeHints" }, // 2315364924
|
|
{ &Z_Construct_UFunction_UPyTestTypeHint_CheckStructTypeHints, "CheckStructTypeHints" }, // 224684932
|
|
{ &Z_Construct_UFunction_UPyTestTypeHint_CheckTextTypeHints, "CheckTextTypeHints" }, // 292739706
|
|
{ &Z_Construct_UFunction_UPyTestTypeHint_CheckTupleReturnType, "CheckTupleReturnType" }, // 3722852150
|
|
{ &Z_Construct_UFunction_UPyTestTypeHint_GetIntConst, "GetIntConst" }, // 3628745243
|
|
{ &Z_Construct_UFunction_UPyTestTypeHint_GetStringConst, "GetStringConst" }, // 418308556
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UPyTestTypeHint>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UPyTestTypeHint_Statics
|
|
|
|
// ********** Begin Class UPyTestTypeHint Property Definitions *************************************
|
|
void Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_BoolProp_SetBit(void* Obj)
|
|
{
|
|
((UPyTestTypeHint*)Obj)->BoolProp = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_BoolProp = { "BoolProp", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UPyTestTypeHint), &Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_BoolProp_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BoolProp_MetaData), NewProp_BoolProp_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_IntProp = { "IntProp", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestTypeHint, IntProp), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_IntProp_MetaData), NewProp_IntProp_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_FloatProp = { "FloatProp", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestTypeHint, FloatProp), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FloatProp_MetaData), NewProp_FloatProp_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_EnumProp_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_EnumProp = { "EnumProp", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestTypeHint, EnumProp), Z_Construct_UEnum_PythonScriptPlugin_EPyTestEnum, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EnumProp_MetaData), NewProp_EnumProp_MetaData) }; // 1303654346
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_StringProp = { "StringProp", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestTypeHint, StringProp), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StringProp_MetaData), NewProp_StringProp_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_NameProp = { "NameProp", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestTypeHint, NameProp), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NameProp_MetaData), NewProp_NameProp_MetaData) };
|
|
const UECodeGen_Private::FTextPropertyParams Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_TextProp = { "TextProp", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestTypeHint, TextProp), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TextProp_MetaData), NewProp_TextProp_MetaData) };
|
|
const UECodeGen_Private::FFieldPathPropertyParams Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_FieldPathProp = { "FieldPathProp", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::FieldPath, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestTypeHint, FieldPathProp), &FProperty::StaticClass, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FieldPathProp_MetaData), NewProp_FieldPathProp_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_StructProp = { "StructProp", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestTypeHint, StructProp), Z_Construct_UScriptStruct_FPyTestStruct, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StructProp_MetaData), NewProp_StructProp_MetaData) }; // 1624567870
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_ObjectProp = { "ObjectProp", nullptr, (EPropertyFlags)0x0114000000000005, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestTypeHint, ObjectProp), Z_Construct_UClass_UPyTestObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ObjectProp_MetaData), NewProp_ObjectProp_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_StrArrayProp_Inner = { "StrArrayProp", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_StrArrayProp = { "StrArrayProp", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestTypeHint, StrArrayProp), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StrArrayProp_MetaData), NewProp_StrArrayProp_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_NameArrayProp_Inner = { "NameArrayProp", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_NameArrayProp = { "NameArrayProp", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestTypeHint, NameArrayProp), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NameArrayProp_MetaData), NewProp_NameArrayProp_MetaData) };
|
|
const UECodeGen_Private::FTextPropertyParams Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_TextArrayProp_Inner = { "TextArrayProp", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_TextArrayProp = { "TextArrayProp", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestTypeHint, TextArrayProp), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TextArrayProp_MetaData), NewProp_TextArrayProp_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_ObjectArrayProp_Inner = { "ObjectArrayProp", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_ObjectArrayProp = { "ObjectArrayProp", nullptr, (EPropertyFlags)0x0114000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestTypeHint, ObjectArrayProp), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ObjectArrayProp_MetaData), NewProp_ObjectArrayProp_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_SetProp_ElementProp = { "SetProp", nullptr, (EPropertyFlags)0x0000000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FSetPropertyParams Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_SetProp = { "SetProp", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Set, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestTypeHint, SetProp), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SetProp_MetaData), NewProp_SetProp_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_MapProp_ValueProp = { "MapProp", nullptr, (EPropertyFlags)0x0000000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_MapProp_Key_KeyProp = { "MapProp_Key", nullptr, (EPropertyFlags)0x0000000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_MapProp = { "MapProp", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestTypeHint, MapProp), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MapProp_MetaData), NewProp_MapProp_MetaData) };
|
|
const UECodeGen_Private::FDelegatePropertyParams Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_DelegateProp = { "DelegateProp", nullptr, (EPropertyFlags)0x0010000000080005, UECodeGen_Private::EPropertyGenFlags::Delegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestTypeHint, DelegateProp), Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestDelegate__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DelegateProp_MetaData), NewProp_DelegateProp_MetaData) }; // 112200771
|
|
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_MulticastDelegateProp = { "MulticastDelegateProp", nullptr, (EPropertyFlags)0x0010000010080001, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestTypeHint, MulticastDelegateProp), Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestMulticastDelegate__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MulticastDelegateProp_MetaData), NewProp_MulticastDelegateProp_MetaData) }; // 1988183532
|
|
const UECodeGen_Private::FDelegatePropertyParams Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_SlateTickDelegate = { "SlateTickDelegate", nullptr, (EPropertyFlags)0x0010000000080005, UECodeGen_Private::EPropertyGenFlags::Delegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPyTestTypeHint, SlateTickDelegate), Z_Construct_UDelegateFunction_PythonScriptPlugin_PyTestSlateTickDelegate__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SlateTickDelegate_MetaData), NewProp_SlateTickDelegate_MetaData) }; // 2421469555
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UPyTestTypeHint_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_BoolProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_IntProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_FloatProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_EnumProp_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_EnumProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_StringProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_NameProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_TextProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_FieldPathProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_StructProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_ObjectProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_StrArrayProp_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_StrArrayProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_NameArrayProp_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_NameArrayProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_TextArrayProp_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_TextArrayProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_ObjectArrayProp_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_ObjectArrayProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_SetProp_ElementProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_SetProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_MapProp_ValueProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_MapProp_Key_KeyProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_MapProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_DelegateProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_MulticastDelegateProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPyTestTypeHint_Statics::NewProp_SlateTickDelegate,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPyTestTypeHint_Statics::PropPointers) < 2048);
|
|
// ********** End Class UPyTestTypeHint Property Definitions ***************************************
|
|
UObject* (*const Z_Construct_UClass_UPyTestTypeHint_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_PythonScriptPlugin,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPyTestTypeHint_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UPyTestTypeHint_Statics::ClassParams = {
|
|
&UPyTestTypeHint::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
Z_Construct_UClass_UPyTestTypeHint_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UPyTestTypeHint_Statics::PropPointers),
|
|
0,
|
|
0x008000A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPyTestTypeHint_Statics::Class_MetaDataParams), Z_Construct_UClass_UPyTestTypeHint_Statics::Class_MetaDataParams)
|
|
};
|
|
void UPyTestTypeHint::StaticRegisterNativesUPyTestTypeHint()
|
|
{
|
|
UClass* Class = UPyTestTypeHint::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UPyTestTypeHint_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UPyTestTypeHint()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UPyTestTypeHint.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPyTestTypeHint.OuterSingleton, Z_Construct_UClass_UPyTestTypeHint_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UPyTestTypeHint.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPyTestTypeHint);
|
|
UPyTestTypeHint::~UPyTestTypeHint() {}
|
|
// ********** End Class UPyTestTypeHint ************************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_PythonScriptPlugin_Source_PythonScriptPlugin_Private_PyTest_h__Script_PythonScriptPlugin_Statics
|
|
{
|
|
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
|
|
{ EPyTestEnum_StaticEnum, TEXT("EPyTestEnum"), &Z_Registration_Info_UEnum_EPyTestEnum, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 1303654346U) },
|
|
};
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FPyTestStruct::StaticStruct, Z_Construct_UScriptStruct_FPyTestStruct_Statics::NewStructOps, TEXT("PyTestStruct"),&Z_Registration_Info_UScriptStruct_FPyTestStruct, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FPyTestStruct), 1624567870U) },
|
|
{ FPyTestChildStruct::StaticStruct, Z_Construct_UScriptStruct_FPyTestChildStruct_Statics::NewStructOps, TEXT("PyTestChildStruct"),&Z_Registration_Info_UScriptStruct_FPyTestChildStruct, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FPyTestChildStruct), 3742928258U) },
|
|
{ FPyTestClassSparseData::StaticStruct, Z_Construct_UScriptStruct_FPyTestClassSparseData_Statics::NewStructOps, TEXT("PyTestClassSparseData"),&Z_Registration_Info_UScriptStruct_FPyTestClassSparseData, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FPyTestClassSparseData), 154529776U) },
|
|
};
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UPyTestStructLibrary, UPyTestStructLibrary::StaticClass, TEXT("UPyTestStructLibrary"), &Z_Registration_Info_UClass_UPyTestStructLibrary, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPyTestStructLibrary), 1576735764U) },
|
|
{ Z_Construct_UClass_UPyTestObject, UPyTestObject::StaticClass, TEXT("UPyTestObject"), &Z_Registration_Info_UClass_UPyTestObject, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPyTestObject), 456924233U) },
|
|
{ Z_Construct_UClass_UPyTestChildObject, UPyTestChildObject::StaticClass, TEXT("UPyTestChildObject"), &Z_Registration_Info_UClass_UPyTestChildObject, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPyTestChildObject), 3871293262U) },
|
|
{ Z_Construct_UClass_UDEPRECATED_LegacyPyTestObject, UDEPRECATED_LegacyPyTestObject::StaticClass, TEXT("UDEPRECATED_LegacyPyTestObject"), &Z_Registration_Info_UClass_UDEPRECATED_LegacyPyTestObject, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDEPRECATED_LegacyPyTestObject), 885594290U) },
|
|
{ Z_Construct_UClass_UPyTestObjectLibrary, UPyTestObjectLibrary::StaticClass, TEXT("UPyTestObjectLibrary"), &Z_Registration_Info_UClass_UPyTestObjectLibrary, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPyTestObjectLibrary), 303065141U) },
|
|
{ Z_Construct_UClass_UPyTestStructDelegate, UPyTestStructDelegate::StaticClass, TEXT("UPyTestStructDelegate"), &Z_Registration_Info_UClass_UPyTestStructDelegate, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPyTestStructDelegate), 947013140U) },
|
|
{ Z_Construct_UClass_UPyTestVectorDelegate, UPyTestVectorDelegate::StaticClass, TEXT("UPyTestVectorDelegate"), &Z_Registration_Info_UClass_UPyTestVectorDelegate, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPyTestVectorDelegate), 3796212430U) },
|
|
{ Z_Construct_UClass_UPyTestTypeHint, UPyTestTypeHint::StaticClass, TEXT("UPyTestTypeHint"), &Z_Registration_Info_UClass_UPyTestTypeHint, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPyTestTypeHint), 3365780535U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_PythonScriptPlugin_Source_PythonScriptPlugin_Private_PyTest_h__Script_PythonScriptPlugin_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_PythonScriptPlugin_Source_PythonScriptPlugin_Private_PyTest_h__Script_PythonScriptPlugin_2668166782{
|
|
TEXT("/Script/PythonScriptPlugin"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_PythonScriptPlugin_Source_PythonScriptPlugin_Private_PyTest_h__Script_PythonScriptPlugin_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_PythonScriptPlugin_Source_PythonScriptPlugin_Private_PyTest_h__Script_PythonScriptPlugin_Statics::ClassInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_PythonScriptPlugin_Source_PythonScriptPlugin_Private_PyTest_h__Script_PythonScriptPlugin_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_PythonScriptPlugin_Source_PythonScriptPlugin_Private_PyTest_h__Script_PythonScriptPlugin_Statics::ScriptStructInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_PythonScriptPlugin_Source_PythonScriptPlugin_Private_PyTest_h__Script_PythonScriptPlugin_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_PythonScriptPlugin_Source_PythonScriptPlugin_Private_PyTest_h__Script_PythonScriptPlugin_Statics::EnumInfo),
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|