3105 lines
246 KiB
C++
3105 lines
246 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 "VariantManagerBlueprintLibrary.h"
|
|
#include "Variant.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeVariantManagerBlueprintLibrary() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FColor();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FIntPoint();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FLinearColor();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FQuat();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FRotator();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector2D();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector4();
|
|
ENGINE_API UClass* Z_Construct_UClass_AActor_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UBlueprintFunctionLibrary();
|
|
UPackage* Z_Construct_UPackage__Script_VariantManager();
|
|
VARIANTMANAGER_API UClass* Z_Construct_UClass_UVariantManagerBlueprintLibrary();
|
|
VARIANTMANAGER_API UClass* Z_Construct_UClass_UVariantManagerBlueprintLibrary_NoRegister();
|
|
VARIANTMANAGERCONTENT_API UClass* Z_Construct_UClass_ALevelVariantSetsActor_NoRegister();
|
|
VARIANTMANAGERCONTENT_API UClass* Z_Construct_UClass_ULevelVariantSets_NoRegister();
|
|
VARIANTMANAGERCONTENT_API UClass* Z_Construct_UClass_UPropertyValue_NoRegister();
|
|
VARIANTMANAGERCONTENT_API UClass* Z_Construct_UClass_UVariant_NoRegister();
|
|
VARIANTMANAGERCONTENT_API UClass* Z_Construct_UClass_UVariantSet_NoRegister();
|
|
VARIANTMANAGERCONTENT_API UScriptStruct* Z_Construct_UScriptStruct_FVariantDependency();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function AddActorBinding *****************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddActorBinding_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventAddActorBinding_Parms
|
|
{
|
|
UVariant* Variant;
|
|
AActor* Actor;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager" },
|
|
{ "Comment", "// Binds the Actor to the Variant, internally creating a VariantObjectBinding\n" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
{ "ToolTip", "Binds the Actor to the Variant, internally creating a VariantObjectBinding" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function AddActorBinding constinit property declarations ***********************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Variant;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Actor;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function AddActorBinding constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function AddActorBinding Property Definitions **********************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddActorBinding_Statics::NewProp_Variant = { "Variant", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventAddActorBinding_Parms, Variant), Z_Construct_UClass_UVariant_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddActorBinding_Statics::NewProp_Actor = { "Actor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventAddActorBinding_Parms, Actor), Z_Construct_UClass_AActor_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddActorBinding_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddActorBinding_Statics::NewProp_Variant,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddActorBinding_Statics::NewProp_Actor,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddActorBinding_Statics::PropPointers) < 2048);
|
|
// ********** End Function AddActorBinding Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddActorBinding_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "AddActorBinding", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddActorBinding_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddActorBinding_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddActorBinding_Statics::VariantManagerBlueprintLibrary_eventAddActorBinding_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddActorBinding_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddActorBinding_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddActorBinding_Statics::VariantManagerBlueprintLibrary_eventAddActorBinding_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddActorBinding()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddActorBinding_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execAddActorBinding)
|
|
{
|
|
P_GET_OBJECT(UVariant,Z_Param_Variant);
|
|
P_GET_OBJECT(AActor,Z_Param_Actor);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UVariantManagerBlueprintLibrary::AddActorBinding(Z_Param_Variant,Z_Param_Actor);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function AddActorBinding *******************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function AddDependency *******************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddDependency_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventAddDependency_Parms
|
|
{
|
|
UVariant* Variant;
|
|
FVariantDependency Dependency;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function AddDependency constinit property declarations *************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Variant;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Dependency;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function AddDependency constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function AddDependency Property Definitions ************************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddDependency_Statics::NewProp_Variant = { "Variant", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventAddDependency_Parms, Variant), Z_Construct_UClass_UVariant_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddDependency_Statics::NewProp_Dependency = { "Dependency", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventAddDependency_Parms, Dependency), Z_Construct_UScriptStruct_FVariantDependency, METADATA_PARAMS(0, nullptr) }; // 2958746868
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddDependency_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventAddDependency_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddDependency_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddDependency_Statics::NewProp_Variant,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddDependency_Statics::NewProp_Dependency,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddDependency_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddDependency_Statics::PropPointers) < 2048);
|
|
// ********** End Function AddDependency Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddDependency_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "AddDependency", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddDependency_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddDependency_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddDependency_Statics::VariantManagerBlueprintLibrary_eventAddDependency_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddDependency_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddDependency_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddDependency_Statics::VariantManagerBlueprintLibrary_eventAddDependency_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddDependency()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddDependency_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execAddDependency)
|
|
{
|
|
P_GET_OBJECT(UVariant,Z_Param_Variant);
|
|
P_GET_STRUCT_REF(FVariantDependency,Z_Param_Out_Dependency);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UVariantManagerBlueprintLibrary::AddDependency(Z_Param_Variant,Z_Param_Out_Dependency);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function AddDependency *********************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function AddVariant **********************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariant_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventAddVariant_Parms
|
|
{
|
|
UVariantSet* VariantSet;
|
|
UVariant* Variant;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager" },
|
|
{ "Comment", "// Adds Variant to the VariantSet's list of Variants\n" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
{ "ToolTip", "Adds Variant to the VariantSet's list of Variants" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function AddVariant constinit property declarations ****************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_VariantSet;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Variant;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function AddVariant constinit property declarations ******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function AddVariant Property Definitions ***************************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariant_Statics::NewProp_VariantSet = { "VariantSet", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventAddVariant_Parms, VariantSet), Z_Construct_UClass_UVariantSet_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariant_Statics::NewProp_Variant = { "Variant", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventAddVariant_Parms, Variant), Z_Construct_UClass_UVariant_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariant_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariant_Statics::NewProp_VariantSet,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariant_Statics::NewProp_Variant,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariant_Statics::PropPointers) < 2048);
|
|
// ********** End Function AddVariant Property Definitions *****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariant_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "AddVariant", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariant_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariant_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariant_Statics::VariantManagerBlueprintLibrary_eventAddVariant_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariant_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariant_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariant_Statics::VariantManagerBlueprintLibrary_eventAddVariant_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariant()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariant_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execAddVariant)
|
|
{
|
|
P_GET_OBJECT(UVariantSet,Z_Param_VariantSet);
|
|
P_GET_OBJECT(UVariant,Z_Param_Variant);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UVariantManagerBlueprintLibrary::AddVariant(Z_Param_VariantSet,Z_Param_Variant);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function AddVariant ************************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function AddVariantSet *******************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariantSet_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventAddVariantSet_Parms
|
|
{
|
|
ULevelVariantSets* LevelVariantSets;
|
|
UVariantSet* VariantSet;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager" },
|
|
{ "Comment", "// Adds VariantSet to the LevelVariantSets' list of VariantSets\n" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
{ "ToolTip", "Adds VariantSet to the LevelVariantSets' list of VariantSets" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function AddVariantSet constinit property declarations *************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_LevelVariantSets;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_VariantSet;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function AddVariantSet constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function AddVariantSet Property Definitions ************************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariantSet_Statics::NewProp_LevelVariantSets = { "LevelVariantSets", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventAddVariantSet_Parms, LevelVariantSets), Z_Construct_UClass_ULevelVariantSets_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariantSet_Statics::NewProp_VariantSet = { "VariantSet", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventAddVariantSet_Parms, VariantSet), Z_Construct_UClass_UVariantSet_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariantSet_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariantSet_Statics::NewProp_LevelVariantSets,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariantSet_Statics::NewProp_VariantSet,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariantSet_Statics::PropPointers) < 2048);
|
|
// ********** End Function AddVariantSet Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariantSet_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "AddVariantSet", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariantSet_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariantSet_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariantSet_Statics::VariantManagerBlueprintLibrary_eventAddVariantSet_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariantSet_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariantSet_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariantSet_Statics::VariantManagerBlueprintLibrary_eventAddVariantSet_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariantSet()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariantSet_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execAddVariantSet)
|
|
{
|
|
P_GET_OBJECT(ULevelVariantSets,Z_Param_LevelVariantSets);
|
|
P_GET_OBJECT(UVariantSet,Z_Param_VariantSet);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UVariantManagerBlueprintLibrary::AddVariantSet(Z_Param_LevelVariantSets,Z_Param_VariantSet);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function AddVariantSet *********************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function Apply ***************************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_Apply_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventApply_Parms
|
|
{
|
|
UPropertyValue* PropVal;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager" },
|
|
{ "Comment", "// Applies the recorded data from PropVal to the actor from which it was captured\n" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
{ "ToolTip", "Applies the recorded data from PropVal to the actor from which it was captured" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Apply constinit property declarations *********************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_PropVal;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Apply constinit property declarations ***********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Apply Property Definitions ********************************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_Apply_Statics::NewProp_PropVal = { "PropVal", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventApply_Parms, PropVal), Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_Apply_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_Apply_Statics::NewProp_PropVal,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_Apply_Statics::PropPointers) < 2048);
|
|
// ********** End Function Apply Property Definitions **********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_Apply_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "Apply", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_Apply_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_Apply_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_Apply_Statics::VariantManagerBlueprintLibrary_eventApply_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_Apply_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_Apply_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_Apply_Statics::VariantManagerBlueprintLibrary_eventApply_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_Apply()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_Apply_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execApply)
|
|
{
|
|
P_GET_OBJECT(UPropertyValue,Z_Param_PropVal);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UVariantManagerBlueprintLibrary::Apply(Z_Param_PropVal);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function Apply *****************************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function CaptureProperty *****************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CaptureProperty_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventCaptureProperty_Parms
|
|
{
|
|
UVariant* Variant;
|
|
AActor* Actor;
|
|
FString PropertyPath;
|
|
UPropertyValue* ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager" },
|
|
{ "Comment", "// Finds the actor binding to Actor within Variant and tries capturing a property with PropertyPath\n// Returns the captured UPropertyValue if succeeded or nullptr if it failed.\n" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
{ "ToolTip", "Finds the actor binding to Actor within Variant and tries capturing a property with PropertyPath\nReturns the captured UPropertyValue if succeeded or nullptr if it failed." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function CaptureProperty constinit property declarations ***********************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Variant;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Actor;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_PropertyPath;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function CaptureProperty constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function CaptureProperty Property Definitions **********************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CaptureProperty_Statics::NewProp_Variant = { "Variant", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventCaptureProperty_Parms, Variant), Z_Construct_UClass_UVariant_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CaptureProperty_Statics::NewProp_Actor = { "Actor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventCaptureProperty_Parms, Actor), Z_Construct_UClass_AActor_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CaptureProperty_Statics::NewProp_PropertyPath = { "PropertyPath", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventCaptureProperty_Parms, PropertyPath), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CaptureProperty_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventCaptureProperty_Parms, ReturnValue), Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CaptureProperty_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CaptureProperty_Statics::NewProp_Variant,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CaptureProperty_Statics::NewProp_Actor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CaptureProperty_Statics::NewProp_PropertyPath,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CaptureProperty_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CaptureProperty_Statics::PropPointers) < 2048);
|
|
// ********** End Function CaptureProperty Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CaptureProperty_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "CaptureProperty", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CaptureProperty_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CaptureProperty_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CaptureProperty_Statics::VariantManagerBlueprintLibrary_eventCaptureProperty_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CaptureProperty_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CaptureProperty_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CaptureProperty_Statics::VariantManagerBlueprintLibrary_eventCaptureProperty_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CaptureProperty()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CaptureProperty_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execCaptureProperty)
|
|
{
|
|
P_GET_OBJECT(UVariant,Z_Param_Variant);
|
|
P_GET_OBJECT(AActor,Z_Param_Actor);
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_PropertyPath);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(UPropertyValue**)Z_Param__Result=UVariantManagerBlueprintLibrary::CaptureProperty(Z_Param_Variant,Z_Param_Actor,Z_Param_PropertyPath);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function CaptureProperty *******************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function CreateLevelVariantSetsActor *****
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsActor_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventCreateLevelVariantSetsActor_Parms
|
|
{
|
|
ULevelVariantSets* LevelVariantSetsAsset;
|
|
ALevelVariantSetsActor* ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager" },
|
|
{ "Comment", "// Creates a new ALevelVariantSetsActor in the current scene and assigns LevelVariantSetsAsset to it\n" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ToolTip", "Creates a new ALevelVariantSetsActor in the current scene and assigns LevelVariantSetsAsset to it" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function CreateLevelVariantSetsActor constinit property declarations ***********
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_LevelVariantSetsAsset;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function CreateLevelVariantSetsActor constinit property declarations *************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function CreateLevelVariantSetsActor Property Definitions **********************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsActor_Statics::NewProp_LevelVariantSetsAsset = { "LevelVariantSetsAsset", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventCreateLevelVariantSetsActor_Parms, LevelVariantSetsAsset), Z_Construct_UClass_ULevelVariantSets_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsActor_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventCreateLevelVariantSetsActor_Parms, ReturnValue), Z_Construct_UClass_ALevelVariantSetsActor_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsActor_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsActor_Statics::NewProp_LevelVariantSetsAsset,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsActor_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsActor_Statics::PropPointers) < 2048);
|
|
// ********** End Function CreateLevelVariantSetsActor Property Definitions ************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsActor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "CreateLevelVariantSetsActor", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsActor_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsActor_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsActor_Statics::VariantManagerBlueprintLibrary_eventCreateLevelVariantSetsActor_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsActor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsActor_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsActor_Statics::VariantManagerBlueprintLibrary_eventCreateLevelVariantSetsActor_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsActor()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsActor_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execCreateLevelVariantSetsActor)
|
|
{
|
|
P_GET_OBJECT(ULevelVariantSets,Z_Param_LevelVariantSetsAsset);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(ALevelVariantSetsActor**)Z_Param__Result=UVariantManagerBlueprintLibrary::CreateLevelVariantSetsActor(Z_Param_LevelVariantSetsAsset);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function CreateLevelVariantSetsActor *******
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function CreateLevelVariantSetsAsset *****
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsAsset_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventCreateLevelVariantSetsAsset_Parms
|
|
{
|
|
FString AssetName;
|
|
FString AssetPath;
|
|
ULevelVariantSets* ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager" },
|
|
{ "Comment", "// Creates a new LevelVariantSetsAsset named AssetName (e.g. 'MyLevelVariantSets') in the content path AssetPath (e.g. '/Game')\n" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ToolTip", "Creates a new LevelVariantSetsAsset named AssetName (e.g. 'MyLevelVariantSets') in the content path AssetPath (e.g. '/Game')" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AssetName_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AssetPath_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function CreateLevelVariantSetsAsset constinit property declarations ***********
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_AssetName;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_AssetPath;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function CreateLevelVariantSetsAsset constinit property declarations *************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function CreateLevelVariantSetsAsset Property Definitions **********************
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsAsset_Statics::NewProp_AssetName = { "AssetName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventCreateLevelVariantSetsAsset_Parms, AssetName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AssetName_MetaData), NewProp_AssetName_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsAsset_Statics::NewProp_AssetPath = { "AssetPath", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventCreateLevelVariantSetsAsset_Parms, AssetPath), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AssetPath_MetaData), NewProp_AssetPath_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsAsset_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventCreateLevelVariantSetsAsset_Parms, ReturnValue), Z_Construct_UClass_ULevelVariantSets_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsAsset_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsAsset_Statics::NewProp_AssetName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsAsset_Statics::NewProp_AssetPath,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsAsset_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsAsset_Statics::PropPointers) < 2048);
|
|
// ********** End Function CreateLevelVariantSetsAsset Property Definitions ************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsAsset_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "CreateLevelVariantSetsAsset", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsAsset_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsAsset_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsAsset_Statics::VariantManagerBlueprintLibrary_eventCreateLevelVariantSetsAsset_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsAsset_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsAsset_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsAsset_Statics::VariantManagerBlueprintLibrary_eventCreateLevelVariantSetsAsset_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsAsset()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsAsset_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execCreateLevelVariantSetsAsset)
|
|
{
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_AssetName);
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_AssetPath);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(ULevelVariantSets**)Z_Param__Result=UVariantManagerBlueprintLibrary::CreateLevelVariantSetsAsset(Z_Param_AssetName,Z_Param_AssetPath);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function CreateLevelVariantSetsAsset *******
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function DeleteDependency ****************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_DeleteDependency_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventDeleteDependency_Parms
|
|
{
|
|
UVariant* Variant;
|
|
int32 Index;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function DeleteDependency constinit property declarations **********************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Variant;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Index;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function DeleteDependency constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function DeleteDependency Property Definitions *********************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_DeleteDependency_Statics::NewProp_Variant = { "Variant", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventDeleteDependency_Parms, Variant), Z_Construct_UClass_UVariant_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_DeleteDependency_Statics::NewProp_Index = { "Index", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventDeleteDependency_Parms, Index), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_DeleteDependency_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_DeleteDependency_Statics::NewProp_Variant,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_DeleteDependency_Statics::NewProp_Index,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_DeleteDependency_Statics::PropPointers) < 2048);
|
|
// ********** End Function DeleteDependency Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_DeleteDependency_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "DeleteDependency", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_DeleteDependency_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_DeleteDependency_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_DeleteDependency_Statics::VariantManagerBlueprintLibrary_eventDeleteDependency_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_DeleteDependency_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_DeleteDependency_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_DeleteDependency_Statics::VariantManagerBlueprintLibrary_eventDeleteDependency_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_DeleteDependency()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_DeleteDependency_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execDeleteDependency)
|
|
{
|
|
P_GET_OBJECT(UVariant,Z_Param_Variant);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Index);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UVariantManagerBlueprintLibrary::DeleteDependency(Z_Param_Variant,Z_Param_Index);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function DeleteDependency ******************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function GetCapturableProperties *********
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturableProperties_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventGetCapturableProperties_Parms
|
|
{
|
|
UObject* ActorOrClass;
|
|
TArray<FString> ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager" },
|
|
{ "Comment", "// Returns a property path for all the properties we can capture for an actor. Will also\n// handle receiving the actor's class instead.\n" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ToolTip", "Returns a property path for all the properties we can capture for an actor. Will also\nhandle receiving the actor's class instead." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetCapturableProperties constinit property declarations ***************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ActorOrClass;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetCapturableProperties constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetCapturableProperties Property Definitions **************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturableProperties_Statics::NewProp_ActorOrClass = { "ActorOrClass", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetCapturableProperties_Parms, ActorOrClass), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturableProperties_Statics::NewProp_ReturnValue_Inner = { "ReturnValue", 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_UVariantManagerBlueprintLibrary_GetCapturableProperties_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetCapturableProperties_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturableProperties_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturableProperties_Statics::NewProp_ActorOrClass,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturableProperties_Statics::NewProp_ReturnValue_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturableProperties_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturableProperties_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetCapturableProperties Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturableProperties_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "GetCapturableProperties", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturableProperties_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturableProperties_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturableProperties_Statics::VariantManagerBlueprintLibrary_eventGetCapturableProperties_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturableProperties_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturableProperties_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturableProperties_Statics::VariantManagerBlueprintLibrary_eventGetCapturableProperties_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturableProperties()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturableProperties_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execGetCapturableProperties)
|
|
{
|
|
P_GET_OBJECT(UObject,Z_Param_ActorOrClass);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(TArray<FString>*)Z_Param__Result=UVariantManagerBlueprintLibrary::GetCapturableProperties(Z_Param_ActorOrClass);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function GetCapturableProperties ***********
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function GetCapturedProperties ***********
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturedProperties_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventGetCapturedProperties_Parms
|
|
{
|
|
UVariant* Variant;
|
|
AActor* Actor;
|
|
TArray<UPropertyValue*> ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager" },
|
|
{ "Comment", "// Returns which properties have been captured for this actor in Variant\n" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
{ "ToolTip", "Returns which properties have been captured for this actor in Variant" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetCapturedProperties constinit property declarations *****************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Variant;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Actor;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetCapturedProperties constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetCapturedProperties Property Definitions ****************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturedProperties_Statics::NewProp_Variant = { "Variant", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetCapturedProperties_Parms, Variant), Z_Construct_UClass_UVariant_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturedProperties_Statics::NewProp_Actor = { "Actor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetCapturedProperties_Parms, Actor), Z_Construct_UClass_AActor_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturedProperties_Statics::NewProp_ReturnValue_Inner = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturedProperties_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetCapturedProperties_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturedProperties_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturedProperties_Statics::NewProp_Variant,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturedProperties_Statics::NewProp_Actor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturedProperties_Statics::NewProp_ReturnValue_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturedProperties_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturedProperties_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetCapturedProperties Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturedProperties_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "GetCapturedProperties", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturedProperties_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturedProperties_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturedProperties_Statics::VariantManagerBlueprintLibrary_eventGetCapturedProperties_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturedProperties_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturedProperties_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturedProperties_Statics::VariantManagerBlueprintLibrary_eventGetCapturedProperties_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturedProperties()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturedProperties_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execGetCapturedProperties)
|
|
{
|
|
P_GET_OBJECT(UVariant,Z_Param_Variant);
|
|
P_GET_OBJECT(AActor,Z_Param_Actor);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(TArray<UPropertyValue*>*)Z_Param__Result=UVariantManagerBlueprintLibrary::GetCapturedProperties(Z_Param_Variant,Z_Param_Actor);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function GetCapturedProperties *************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function GetPropertyTypeString ***********
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetPropertyTypeString_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventGetPropertyTypeString_Parms
|
|
{
|
|
UPropertyValue* PropVal;
|
|
FString ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager" },
|
|
{ "Comment", "// This allows the scripting language to get the type of the C++ property its dealing with\n" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
{ "ToolTip", "This allows the scripting language to get the type of the C++ property its dealing with" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetPropertyTypeString constinit property declarations *****************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_PropVal;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetPropertyTypeString constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetPropertyTypeString Property Definitions ****************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetPropertyTypeString_Statics::NewProp_PropVal = { "PropVal", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetPropertyTypeString_Parms, PropVal), Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetPropertyTypeString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetPropertyTypeString_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetPropertyTypeString_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetPropertyTypeString_Statics::NewProp_PropVal,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetPropertyTypeString_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetPropertyTypeString_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetPropertyTypeString Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetPropertyTypeString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "GetPropertyTypeString", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetPropertyTypeString_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetPropertyTypeString_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetPropertyTypeString_Statics::VariantManagerBlueprintLibrary_eventGetPropertyTypeString_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetPropertyTypeString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetPropertyTypeString_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetPropertyTypeString_Statics::VariantManagerBlueprintLibrary_eventGetPropertyTypeString_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetPropertyTypeString()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetPropertyTypeString_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execGetPropertyTypeString)
|
|
{
|
|
P_GET_OBJECT(UPropertyValue,Z_Param_PropVal);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FString*)Z_Param__Result=UVariantManagerBlueprintLibrary::GetPropertyTypeString(Z_Param_PropVal);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function GetPropertyTypeString *************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function GetValueBool ********************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueBool_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventGetValueBool_Parms
|
|
{
|
|
UPropertyValue* Property;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager|PropertyAccessors" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetValueBool constinit property declarations **************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Property;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetValueBool constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetValueBool Property Definitions *************************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueBool_Statics::NewProp_Property = { "Property", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetValueBool_Parms, Property), Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueBool_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((VariantManagerBlueprintLibrary_eventGetValueBool_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueBool_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(VariantManagerBlueprintLibrary_eventGetValueBool_Parms), &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueBool_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueBool_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueBool_Statics::NewProp_Property,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueBool_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueBool_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetValueBool Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueBool_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "GetValueBool", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueBool_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueBool_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueBool_Statics::VariantManagerBlueprintLibrary_eventGetValueBool_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueBool_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueBool_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueBool_Statics::VariantManagerBlueprintLibrary_eventGetValueBool_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueBool()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueBool_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execGetValueBool)
|
|
{
|
|
P_GET_OBJECT(UPropertyValue,Z_Param_Property);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UVariantManagerBlueprintLibrary::GetValueBool(Z_Param_Property);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function GetValueBool **********************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function GetValueColor *******************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueColor_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventGetValueColor_Parms
|
|
{
|
|
UPropertyValue* Property;
|
|
FColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager|PropertyAccessors" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetValueColor constinit property declarations *************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Property;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetValueColor constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetValueColor Property Definitions ************************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueColor_Statics::NewProp_Property = { "Property", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetValueColor_Parms, Property), Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueColor_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetValueColor_Parms, ReturnValue), Z_Construct_UScriptStruct_FColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueColor_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueColor_Statics::NewProp_Property,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueColor_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueColor_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetValueColor Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "GetValueColor", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueColor_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueColor_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueColor_Statics::VariantManagerBlueprintLibrary_eventGetValueColor_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04822401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueColor_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueColor_Statics::VariantManagerBlueprintLibrary_eventGetValueColor_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueColor()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueColor_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execGetValueColor)
|
|
{
|
|
P_GET_OBJECT(UPropertyValue,Z_Param_Property);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FColor*)Z_Param__Result=UVariantManagerBlueprintLibrary::GetValueColor(Z_Param_Property);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function GetValueColor *********************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function GetValueFloat *******************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueFloat_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventGetValueFloat_Parms
|
|
{
|
|
UPropertyValue* Property;
|
|
float ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager|PropertyAccessors" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetValueFloat constinit property declarations *************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Property;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetValueFloat constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetValueFloat Property Definitions ************************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueFloat_Statics::NewProp_Property = { "Property", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetValueFloat_Parms, Property), Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueFloat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetValueFloat_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueFloat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueFloat_Statics::NewProp_Property,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueFloat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueFloat_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetValueFloat Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueFloat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "GetValueFloat", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueFloat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueFloat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueFloat_Statics::VariantManagerBlueprintLibrary_eventGetValueFloat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueFloat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueFloat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueFloat_Statics::VariantManagerBlueprintLibrary_eventGetValueFloat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueFloat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueFloat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execGetValueFloat)
|
|
{
|
|
P_GET_OBJECT(UPropertyValue,Z_Param_Property);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(float*)Z_Param__Result=UVariantManagerBlueprintLibrary::GetValueFloat(Z_Param_Property);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function GetValueFloat *********************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function GetValueInt *********************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueInt_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventGetValueInt_Parms
|
|
{
|
|
UPropertyValue* Property;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager|PropertyAccessors" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetValueInt constinit property declarations ***************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Property;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetValueInt constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetValueInt Property Definitions **************************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueInt_Statics::NewProp_Property = { "Property", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetValueInt_Parms, Property), Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueInt_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetValueInt_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueInt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueInt_Statics::NewProp_Property,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueInt_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueInt_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetValueInt Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "GetValueInt", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueInt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueInt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueInt_Statics::VariantManagerBlueprintLibrary_eventGetValueInt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueInt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueInt_Statics::VariantManagerBlueprintLibrary_eventGetValueInt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueInt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueInt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execGetValueInt)
|
|
{
|
|
P_GET_OBJECT(UPropertyValue,Z_Param_Property);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UVariantManagerBlueprintLibrary::GetValueInt(Z_Param_Property);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function GetValueInt ***********************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function GetValueIntPoint ****************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueIntPoint_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventGetValueIntPoint_Parms
|
|
{
|
|
UPropertyValue* Property;
|
|
FIntPoint ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager|PropertyAccessors" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetValueIntPoint constinit property declarations **********************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Property;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetValueIntPoint constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetValueIntPoint Property Definitions *********************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueIntPoint_Statics::NewProp_Property = { "Property", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetValueIntPoint_Parms, Property), Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueIntPoint_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetValueIntPoint_Parms, ReturnValue), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueIntPoint_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueIntPoint_Statics::NewProp_Property,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueIntPoint_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueIntPoint_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetValueIntPoint Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueIntPoint_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "GetValueIntPoint", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueIntPoint_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueIntPoint_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueIntPoint_Statics::VariantManagerBlueprintLibrary_eventGetValueIntPoint_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04822401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueIntPoint_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueIntPoint_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueIntPoint_Statics::VariantManagerBlueprintLibrary_eventGetValueIntPoint_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueIntPoint()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueIntPoint_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execGetValueIntPoint)
|
|
{
|
|
P_GET_OBJECT(UPropertyValue,Z_Param_Property);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FIntPoint*)Z_Param__Result=UVariantManagerBlueprintLibrary::GetValueIntPoint(Z_Param_Property);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function GetValueIntPoint ******************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function GetValueLinearColor *************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueLinearColor_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventGetValueLinearColor_Parms
|
|
{
|
|
UPropertyValue* Property;
|
|
FLinearColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager|PropertyAccessors" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetValueLinearColor constinit property declarations *******************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Property;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetValueLinearColor constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetValueLinearColor Property Definitions ******************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueLinearColor_Statics::NewProp_Property = { "Property", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetValueLinearColor_Parms, Property), Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueLinearColor_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetValueLinearColor_Parms, ReturnValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueLinearColor_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueLinearColor_Statics::NewProp_Property,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueLinearColor_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueLinearColor_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetValueLinearColor Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueLinearColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "GetValueLinearColor", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueLinearColor_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueLinearColor_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueLinearColor_Statics::VariantManagerBlueprintLibrary_eventGetValueLinearColor_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04822401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueLinearColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueLinearColor_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueLinearColor_Statics::VariantManagerBlueprintLibrary_eventGetValueLinearColor_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueLinearColor()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueLinearColor_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execGetValueLinearColor)
|
|
{
|
|
P_GET_OBJECT(UPropertyValue,Z_Param_Property);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FLinearColor*)Z_Param__Result=UVariantManagerBlueprintLibrary::GetValueLinearColor(Z_Param_Property);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function GetValueLinearColor ***************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function GetValueObject ******************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueObject_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventGetValueObject_Parms
|
|
{
|
|
UPropertyValue* Property;
|
|
UObject* ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager|PropertyAccessors" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetValueObject constinit property declarations ************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Property;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetValueObject constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetValueObject Property Definitions ***********************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueObject_Statics::NewProp_Property = { "Property", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetValueObject_Parms, Property), Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueObject_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetValueObject_Parms, ReturnValue), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueObject_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueObject_Statics::NewProp_Property,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueObject_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueObject_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetValueObject Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueObject_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "GetValueObject", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueObject_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueObject_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueObject_Statics::VariantManagerBlueprintLibrary_eventGetValueObject_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueObject_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueObject_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueObject_Statics::VariantManagerBlueprintLibrary_eventGetValueObject_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueObject()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueObject_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execGetValueObject)
|
|
{
|
|
P_GET_OBJECT(UPropertyValue,Z_Param_Property);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(UObject**)Z_Param__Result=UVariantManagerBlueprintLibrary::GetValueObject(Z_Param_Property);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function GetValueObject ********************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function GetValueQuat ********************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueQuat_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventGetValueQuat_Parms
|
|
{
|
|
UPropertyValue* Property;
|
|
FQuat ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager|PropertyAccessors" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetValueQuat constinit property declarations **************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Property;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetValueQuat constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetValueQuat Property Definitions *************************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueQuat_Statics::NewProp_Property = { "Property", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetValueQuat_Parms, Property), Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueQuat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetValueQuat_Parms, ReturnValue), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueQuat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueQuat_Statics::NewProp_Property,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueQuat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueQuat_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetValueQuat Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueQuat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "GetValueQuat", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueQuat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueQuat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueQuat_Statics::VariantManagerBlueprintLibrary_eventGetValueQuat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04822401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueQuat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueQuat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueQuat_Statics::VariantManagerBlueprintLibrary_eventGetValueQuat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueQuat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueQuat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execGetValueQuat)
|
|
{
|
|
P_GET_OBJECT(UPropertyValue,Z_Param_Property);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FQuat*)Z_Param__Result=UVariantManagerBlueprintLibrary::GetValueQuat(Z_Param_Property);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function GetValueQuat **********************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function GetValueRotator *****************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueRotator_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventGetValueRotator_Parms
|
|
{
|
|
UPropertyValue* Property;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager|PropertyAccessors" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetValueRotator constinit property declarations ***********************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Property;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetValueRotator constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetValueRotator Property Definitions **********************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueRotator_Statics::NewProp_Property = { "Property", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetValueRotator_Parms, Property), Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueRotator_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetValueRotator_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueRotator_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueRotator_Statics::NewProp_Property,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueRotator_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueRotator_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetValueRotator Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueRotator_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "GetValueRotator", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueRotator_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueRotator_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueRotator_Statics::VariantManagerBlueprintLibrary_eventGetValueRotator_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04822401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueRotator_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueRotator_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueRotator_Statics::VariantManagerBlueprintLibrary_eventGetValueRotator_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueRotator()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueRotator_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execGetValueRotator)
|
|
{
|
|
P_GET_OBJECT(UPropertyValue,Z_Param_Property);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UVariantManagerBlueprintLibrary::GetValueRotator(Z_Param_Property);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function GetValueRotator *******************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function GetValueString ******************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueString_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventGetValueString_Parms
|
|
{
|
|
UPropertyValue* Property;
|
|
FString ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager|PropertyAccessors" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetValueString constinit property declarations ************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Property;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetValueString constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetValueString Property Definitions ***********************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueString_Statics::NewProp_Property = { "Property", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetValueString_Parms, Property), Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetValueString_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueString_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueString_Statics::NewProp_Property,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueString_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueString_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetValueString Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "GetValueString", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueString_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueString_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueString_Statics::VariantManagerBlueprintLibrary_eventGetValueString_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueString_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueString_Statics::VariantManagerBlueprintLibrary_eventGetValueString_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueString()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueString_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execGetValueString)
|
|
{
|
|
P_GET_OBJECT(UPropertyValue,Z_Param_Property);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FString*)Z_Param__Result=UVariantManagerBlueprintLibrary::GetValueString(Z_Param_Property);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function GetValueString ********************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function GetValueVector ******************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventGetValueVector_Parms
|
|
{
|
|
UPropertyValue* Property;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager|PropertyAccessors" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetValueVector constinit property declarations ************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Property;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetValueVector constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetValueVector Property Definitions ***********************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector_Statics::NewProp_Property = { "Property", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetValueVector_Parms, Property), Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetValueVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector_Statics::NewProp_Property,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetValueVector Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "GetValueVector", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector_Statics::VariantManagerBlueprintLibrary_eventGetValueVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04822401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector_Statics::VariantManagerBlueprintLibrary_eventGetValueVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execGetValueVector)
|
|
{
|
|
P_GET_OBJECT(UPropertyValue,Z_Param_Property);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UVariantManagerBlueprintLibrary::GetValueVector(Z_Param_Property);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function GetValueVector ********************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function GetValueVector2D ****************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector2D_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventGetValueVector2D_Parms
|
|
{
|
|
UPropertyValue* Property;
|
|
FVector2D ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager|PropertyAccessors" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetValueVector2D constinit property declarations **********************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Property;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetValueVector2D constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetValueVector2D Property Definitions *********************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector2D_Statics::NewProp_Property = { "Property", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetValueVector2D_Parms, Property), Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetValueVector2D_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector2D_Statics::NewProp_Property,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetValueVector2D Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "GetValueVector2D", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector2D_Statics::VariantManagerBlueprintLibrary_eventGetValueVector2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04822401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector2D_Statics::VariantManagerBlueprintLibrary_eventGetValueVector2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execGetValueVector2D)
|
|
{
|
|
P_GET_OBJECT(UPropertyValue,Z_Param_Property);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector2D*)Z_Param__Result=UVariantManagerBlueprintLibrary::GetValueVector2D(Z_Param_Property);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function GetValueVector2D ******************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function GetValueVector4 *****************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector4_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventGetValueVector4_Parms
|
|
{
|
|
UPropertyValue* Property;
|
|
FVector4 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager|PropertyAccessors" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetValueVector4 constinit property declarations ***********************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Property;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetValueVector4 constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetValueVector4 Property Definitions **********************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector4_Statics::NewProp_Property = { "Property", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetValueVector4_Parms, Property), Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector4_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventGetValueVector4_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector4_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector4_Statics::NewProp_Property,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector4_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector4_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetValueVector4 Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector4_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "GetValueVector4", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector4_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector4_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector4_Statics::VariantManagerBlueprintLibrary_eventGetValueVector4_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04822401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector4_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector4_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector4_Statics::VariantManagerBlueprintLibrary_eventGetValueVector4_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector4()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector4_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execGetValueVector4)
|
|
{
|
|
P_GET_OBJECT(UPropertyValue,Z_Param_Property);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector4*)Z_Param__Result=UVariantManagerBlueprintLibrary::GetValueVector4(Z_Param_Property);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function GetValueVector4 *******************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function Record **************************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_Record_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventRecord_Parms
|
|
{
|
|
UPropertyValue* PropVal;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager" },
|
|
{ "Comment", "// Records new data for PropVal from the actor from which it was captured\n" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
{ "ToolTip", "Records new data for PropVal from the actor from which it was captured" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Record constinit property declarations ********************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_PropVal;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Record constinit property declarations **********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Record Property Definitions *******************************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_Record_Statics::NewProp_PropVal = { "PropVal", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventRecord_Parms, PropVal), Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_Record_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_Record_Statics::NewProp_PropVal,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_Record_Statics::PropPointers) < 2048);
|
|
// ********** End Function Record Property Definitions *********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_Record_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "Record", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_Record_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_Record_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_Record_Statics::VariantManagerBlueprintLibrary_eventRecord_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_Record_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_Record_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_Record_Statics::VariantManagerBlueprintLibrary_eventRecord_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_Record()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_Record_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execRecord)
|
|
{
|
|
P_GET_OBJECT(UPropertyValue,Z_Param_PropVal);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UVariantManagerBlueprintLibrary::Record(Z_Param_PropVal);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function Record ****************************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function RemoveActorBinding **************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBinding_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventRemoveActorBinding_Parms
|
|
{
|
|
UVariant* Variant;
|
|
AActor* Actor;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager" },
|
|
{ "Comment", "// Removes an actor binding to Actor from Variant, if it exists\n" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
{ "ToolTip", "Removes an actor binding to Actor from Variant, if it exists" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RemoveActorBinding constinit property declarations ********************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Variant;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Actor;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RemoveActorBinding constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RemoveActorBinding Property Definitions *******************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBinding_Statics::NewProp_Variant = { "Variant", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventRemoveActorBinding_Parms, Variant), Z_Construct_UClass_UVariant_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBinding_Statics::NewProp_Actor = { "Actor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventRemoveActorBinding_Parms, Actor), Z_Construct_UClass_AActor_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBinding_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBinding_Statics::NewProp_Variant,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBinding_Statics::NewProp_Actor,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBinding_Statics::PropPointers) < 2048);
|
|
// ********** End Function RemoveActorBinding Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBinding_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "RemoveActorBinding", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBinding_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBinding_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBinding_Statics::VariantManagerBlueprintLibrary_eventRemoveActorBinding_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBinding_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBinding_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBinding_Statics::VariantManagerBlueprintLibrary_eventRemoveActorBinding_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBinding()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBinding_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execRemoveActorBinding)
|
|
{
|
|
P_GET_OBJECT(UVariant,Z_Param_Variant);
|
|
P_GET_OBJECT(AActor,Z_Param_Actor);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UVariantManagerBlueprintLibrary::RemoveActorBinding(Z_Param_Variant,Z_Param_Actor);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function RemoveActorBinding ****************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function RemoveActorBindingByName ********
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBindingByName_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventRemoveActorBindingByName_Parms
|
|
{
|
|
UVariant* Variant;
|
|
FString ActorName;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager" },
|
|
{ "Comment", "// Looks for an actor binding to an actor with ActorLabel within Variant and removes it, if it exists\n" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
{ "ToolTip", "Looks for an actor binding to an actor with ActorLabel within Variant and removes it, if it exists" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ActorName_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RemoveActorBindingByName constinit property declarations **************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Variant;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ActorName;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RemoveActorBindingByName constinit property declarations ****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RemoveActorBindingByName Property Definitions *************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBindingByName_Statics::NewProp_Variant = { "Variant", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventRemoveActorBindingByName_Parms, Variant), Z_Construct_UClass_UVariant_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBindingByName_Statics::NewProp_ActorName = { "ActorName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventRemoveActorBindingByName_Parms, ActorName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ActorName_MetaData), NewProp_ActorName_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBindingByName_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBindingByName_Statics::NewProp_Variant,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBindingByName_Statics::NewProp_ActorName,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBindingByName_Statics::PropPointers) < 2048);
|
|
// ********** End Function RemoveActorBindingByName Property Definitions ***************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBindingByName_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "RemoveActorBindingByName", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBindingByName_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBindingByName_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBindingByName_Statics::VariantManagerBlueprintLibrary_eventRemoveActorBindingByName_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBindingByName_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBindingByName_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBindingByName_Statics::VariantManagerBlueprintLibrary_eventRemoveActorBindingByName_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBindingByName()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBindingByName_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execRemoveActorBindingByName)
|
|
{
|
|
P_GET_OBJECT(UVariant,Z_Param_Variant);
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_ActorName);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UVariantManagerBlueprintLibrary::RemoveActorBindingByName(Z_Param_Variant,Z_Param_ActorName);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function RemoveActorBindingByName **********
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function RemoveCapturedProperty **********
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedProperty_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventRemoveCapturedProperty_Parms
|
|
{
|
|
UVariant* Variant;
|
|
AActor* Actor;
|
|
UPropertyValue* Property;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager" },
|
|
{ "Comment", "// Removes a property capture from an actor binding within Variant, if it exists\n" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
{ "ToolTip", "Removes a property capture from an actor binding within Variant, if it exists" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RemoveCapturedProperty constinit property declarations ****************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Variant;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Actor;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Property;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RemoveCapturedProperty constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RemoveCapturedProperty Property Definitions ***************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedProperty_Statics::NewProp_Variant = { "Variant", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventRemoveCapturedProperty_Parms, Variant), Z_Construct_UClass_UVariant_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedProperty_Statics::NewProp_Actor = { "Actor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventRemoveCapturedProperty_Parms, Actor), Z_Construct_UClass_AActor_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedProperty_Statics::NewProp_Property = { "Property", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventRemoveCapturedProperty_Parms, Property), Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedProperty_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedProperty_Statics::NewProp_Variant,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedProperty_Statics::NewProp_Actor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedProperty_Statics::NewProp_Property,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedProperty_Statics::PropPointers) < 2048);
|
|
// ********** End Function RemoveCapturedProperty Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedProperty_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "RemoveCapturedProperty", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedProperty_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedProperty_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedProperty_Statics::VariantManagerBlueprintLibrary_eventRemoveCapturedProperty_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedProperty_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedProperty_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedProperty_Statics::VariantManagerBlueprintLibrary_eventRemoveCapturedProperty_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedProperty()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedProperty_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execRemoveCapturedProperty)
|
|
{
|
|
P_GET_OBJECT(UVariant,Z_Param_Variant);
|
|
P_GET_OBJECT(AActor,Z_Param_Actor);
|
|
P_GET_OBJECT(UPropertyValue,Z_Param_Property);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UVariantManagerBlueprintLibrary::RemoveCapturedProperty(Z_Param_Variant,Z_Param_Actor,Z_Param_Property);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function RemoveCapturedProperty ************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function RemoveCapturedPropertyByName ****
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedPropertyByName_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventRemoveCapturedPropertyByName_Parms
|
|
{
|
|
UVariant* Variant;
|
|
AActor* Actor;
|
|
FString PropertyPath;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager" },
|
|
{ "Comment", "// Removes property capture with PropertyPath from Actor's binding within Variant, if it exists\n" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
{ "ToolTip", "Removes property capture with PropertyPath from Actor's binding within Variant, if it exists" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RemoveCapturedPropertyByName constinit property declarations **********
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Variant;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Actor;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_PropertyPath;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RemoveCapturedPropertyByName constinit property declarations ************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RemoveCapturedPropertyByName Property Definitions *********************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedPropertyByName_Statics::NewProp_Variant = { "Variant", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventRemoveCapturedPropertyByName_Parms, Variant), Z_Construct_UClass_UVariant_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedPropertyByName_Statics::NewProp_Actor = { "Actor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventRemoveCapturedPropertyByName_Parms, Actor), Z_Construct_UClass_AActor_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedPropertyByName_Statics::NewProp_PropertyPath = { "PropertyPath", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventRemoveCapturedPropertyByName_Parms, PropertyPath), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedPropertyByName_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedPropertyByName_Statics::NewProp_Variant,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedPropertyByName_Statics::NewProp_Actor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedPropertyByName_Statics::NewProp_PropertyPath,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedPropertyByName_Statics::PropPointers) < 2048);
|
|
// ********** End Function RemoveCapturedPropertyByName Property Definitions ***********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedPropertyByName_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "RemoveCapturedPropertyByName", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedPropertyByName_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedPropertyByName_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedPropertyByName_Statics::VariantManagerBlueprintLibrary_eventRemoveCapturedPropertyByName_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedPropertyByName_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedPropertyByName_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedPropertyByName_Statics::VariantManagerBlueprintLibrary_eventRemoveCapturedPropertyByName_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedPropertyByName()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedPropertyByName_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execRemoveCapturedPropertyByName)
|
|
{
|
|
P_GET_OBJECT(UVariant,Z_Param_Variant);
|
|
P_GET_OBJECT(AActor,Z_Param_Actor);
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_PropertyPath);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UVariantManagerBlueprintLibrary::RemoveCapturedPropertyByName(Z_Param_Variant,Z_Param_Actor,Z_Param_PropertyPath);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function RemoveCapturedPropertyByName ******
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function RemoveVariant *******************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariant_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventRemoveVariant_Parms
|
|
{
|
|
UVariantSet* VariantSet;
|
|
UVariant* Variant;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager" },
|
|
{ "Comment", "// Removes Variant from VariantSet, if that is its parent\n" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
{ "ToolTip", "Removes Variant from VariantSet, if that is its parent" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RemoveVariant constinit property declarations *************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_VariantSet;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Variant;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RemoveVariant constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RemoveVariant Property Definitions ************************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariant_Statics::NewProp_VariantSet = { "VariantSet", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventRemoveVariant_Parms, VariantSet), Z_Construct_UClass_UVariantSet_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariant_Statics::NewProp_Variant = { "Variant", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventRemoveVariant_Parms, Variant), Z_Construct_UClass_UVariant_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariant_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariant_Statics::NewProp_VariantSet,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariant_Statics::NewProp_Variant,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariant_Statics::PropPointers) < 2048);
|
|
// ********** End Function RemoveVariant Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariant_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "RemoveVariant", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariant_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariant_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariant_Statics::VariantManagerBlueprintLibrary_eventRemoveVariant_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariant_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariant_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariant_Statics::VariantManagerBlueprintLibrary_eventRemoveVariant_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariant()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariant_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execRemoveVariant)
|
|
{
|
|
P_GET_OBJECT(UVariantSet,Z_Param_VariantSet);
|
|
P_GET_OBJECT(UVariant,Z_Param_Variant);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UVariantManagerBlueprintLibrary::RemoveVariant(Z_Param_VariantSet,Z_Param_Variant);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function RemoveVariant *********************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function RemoveVariantByName *************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantByName_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventRemoveVariantByName_Parms
|
|
{
|
|
UVariantSet* VariantSet;
|
|
FString VariantName;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager" },
|
|
{ "Comment", "// Looks for a variant with VariantName within VariantSet and removes it, if it exists\n" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
{ "ToolTip", "Looks for a variant with VariantName within VariantSet and removes it, if it exists" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VariantName_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RemoveVariantByName constinit property declarations *******************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_VariantSet;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_VariantName;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RemoveVariantByName constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RemoveVariantByName Property Definitions ******************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantByName_Statics::NewProp_VariantSet = { "VariantSet", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventRemoveVariantByName_Parms, VariantSet), Z_Construct_UClass_UVariantSet_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantByName_Statics::NewProp_VariantName = { "VariantName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventRemoveVariantByName_Parms, VariantName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VariantName_MetaData), NewProp_VariantName_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantByName_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantByName_Statics::NewProp_VariantSet,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantByName_Statics::NewProp_VariantName,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantByName_Statics::PropPointers) < 2048);
|
|
// ********** End Function RemoveVariantByName Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantByName_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "RemoveVariantByName", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantByName_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantByName_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantByName_Statics::VariantManagerBlueprintLibrary_eventRemoveVariantByName_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantByName_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantByName_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantByName_Statics::VariantManagerBlueprintLibrary_eventRemoveVariantByName_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantByName()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantByName_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execRemoveVariantByName)
|
|
{
|
|
P_GET_OBJECT(UVariantSet,Z_Param_VariantSet);
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_VariantName);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UVariantManagerBlueprintLibrary::RemoveVariantByName(Z_Param_VariantSet,Z_Param_VariantName);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function RemoveVariantByName ***************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function RemoveVariantSet ****************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSet_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventRemoveVariantSet_Parms
|
|
{
|
|
ULevelVariantSets* LevelVariantSets;
|
|
UVariantSet* VariantSet;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager" },
|
|
{ "Comment", "// Removes VariantSet from LevelVariantSets, if that is its parent\n" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
{ "ToolTip", "Removes VariantSet from LevelVariantSets, if that is its parent" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RemoveVariantSet constinit property declarations **********************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_LevelVariantSets;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_VariantSet;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RemoveVariantSet constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RemoveVariantSet Property Definitions *********************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSet_Statics::NewProp_LevelVariantSets = { "LevelVariantSets", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventRemoveVariantSet_Parms, LevelVariantSets), Z_Construct_UClass_ULevelVariantSets_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSet_Statics::NewProp_VariantSet = { "VariantSet", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventRemoveVariantSet_Parms, VariantSet), Z_Construct_UClass_UVariantSet_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSet_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSet_Statics::NewProp_LevelVariantSets,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSet_Statics::NewProp_VariantSet,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSet_Statics::PropPointers) < 2048);
|
|
// ********** End Function RemoveVariantSet Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSet_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "RemoveVariantSet", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSet_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSet_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSet_Statics::VariantManagerBlueprintLibrary_eventRemoveVariantSet_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSet_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSet_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSet_Statics::VariantManagerBlueprintLibrary_eventRemoveVariantSet_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSet()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSet_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execRemoveVariantSet)
|
|
{
|
|
P_GET_OBJECT(ULevelVariantSets,Z_Param_LevelVariantSets);
|
|
P_GET_OBJECT(UVariantSet,Z_Param_VariantSet);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UVariantManagerBlueprintLibrary::RemoveVariantSet(Z_Param_LevelVariantSets,Z_Param_VariantSet);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function RemoveVariantSet ******************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function RemoveVariantSetByName **********
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSetByName_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventRemoveVariantSetByName_Parms
|
|
{
|
|
ULevelVariantSets* LevelVariantSets;
|
|
FString VariantSetName;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager" },
|
|
{ "Comment", "// Looks for a variant set with VariantSetName within LevelVariantSets and removes it, if it exists\n" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
{ "ToolTip", "Looks for a variant set with VariantSetName within LevelVariantSets and removes it, if it exists" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VariantSetName_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RemoveVariantSetByName constinit property declarations ****************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_LevelVariantSets;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_VariantSetName;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RemoveVariantSetByName constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RemoveVariantSetByName Property Definitions ***************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSetByName_Statics::NewProp_LevelVariantSets = { "LevelVariantSets", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventRemoveVariantSetByName_Parms, LevelVariantSets), Z_Construct_UClass_ULevelVariantSets_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSetByName_Statics::NewProp_VariantSetName = { "VariantSetName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventRemoveVariantSetByName_Parms, VariantSetName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VariantSetName_MetaData), NewProp_VariantSetName_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSetByName_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSetByName_Statics::NewProp_LevelVariantSets,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSetByName_Statics::NewProp_VariantSetName,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSetByName_Statics::PropPointers) < 2048);
|
|
// ********** End Function RemoveVariantSetByName Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSetByName_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "RemoveVariantSetByName", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSetByName_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSetByName_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSetByName_Statics::VariantManagerBlueprintLibrary_eventRemoveVariantSetByName_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSetByName_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSetByName_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSetByName_Statics::VariantManagerBlueprintLibrary_eventRemoveVariantSetByName_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSetByName()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSetByName_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execRemoveVariantSetByName)
|
|
{
|
|
P_GET_OBJECT(ULevelVariantSets,Z_Param_LevelVariantSets);
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_VariantSetName);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UVariantManagerBlueprintLibrary::RemoveVariantSetByName(Z_Param_LevelVariantSets,Z_Param_VariantSetName);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function RemoveVariantSetByName ************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function SetDependency *******************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetDependency_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventSetDependency_Parms
|
|
{
|
|
UVariant* Variant;
|
|
int32 Index;
|
|
FVariantDependency Dependency;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetDependency constinit property declarations *************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Variant;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Index;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Dependency;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetDependency constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetDependency Property Definitions ************************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetDependency_Statics::NewProp_Variant = { "Variant", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventSetDependency_Parms, Variant), Z_Construct_UClass_UVariant_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetDependency_Statics::NewProp_Index = { "Index", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventSetDependency_Parms, Index), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetDependency_Statics::NewProp_Dependency = { "Dependency", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventSetDependency_Parms, Dependency), Z_Construct_UScriptStruct_FVariantDependency, METADATA_PARAMS(0, nullptr) }; // 2958746868
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetDependency_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetDependency_Statics::NewProp_Variant,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetDependency_Statics::NewProp_Index,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetDependency_Statics::NewProp_Dependency,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetDependency_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetDependency Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetDependency_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "SetDependency", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetDependency_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetDependency_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetDependency_Statics::VariantManagerBlueprintLibrary_eventSetDependency_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetDependency_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetDependency_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetDependency_Statics::VariantManagerBlueprintLibrary_eventSetDependency_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetDependency()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetDependency_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execSetDependency)
|
|
{
|
|
P_GET_OBJECT(UVariant,Z_Param_Variant);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Index);
|
|
P_GET_STRUCT_REF(FVariantDependency,Z_Param_Out_Dependency);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UVariantManagerBlueprintLibrary::SetDependency(Z_Param_Variant,Z_Param_Index,Z_Param_Out_Dependency);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function SetDependency *********************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function SetValueBool ********************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueBool_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventSetValueBool_Parms
|
|
{
|
|
UPropertyValue* Property;
|
|
bool InValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager|PropertyAccessors" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetValueBool constinit property declarations **************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Property;
|
|
static void NewProp_InValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_InValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetValueBool constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetValueBool Property Definitions *************************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueBool_Statics::NewProp_Property = { "Property", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventSetValueBool_Parms, Property), Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueBool_Statics::NewProp_InValue_SetBit(void* Obj)
|
|
{
|
|
((VariantManagerBlueprintLibrary_eventSetValueBool_Parms*)Obj)->InValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueBool_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(VariantManagerBlueprintLibrary_eventSetValueBool_Parms), &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueBool_Statics::NewProp_InValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueBool_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueBool_Statics::NewProp_Property,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueBool_Statics::NewProp_InValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueBool_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetValueBool Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueBool_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "SetValueBool", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueBool_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueBool_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueBool_Statics::VariantManagerBlueprintLibrary_eventSetValueBool_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueBool_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueBool_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueBool_Statics::VariantManagerBlueprintLibrary_eventSetValueBool_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueBool()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueBool_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execSetValueBool)
|
|
{
|
|
P_GET_OBJECT(UPropertyValue,Z_Param_Property);
|
|
P_GET_UBOOL(Z_Param_InValue);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UVariantManagerBlueprintLibrary::SetValueBool(Z_Param_Property,Z_Param_InValue);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function SetValueBool **********************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function SetValueColor *******************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueColor_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventSetValueColor_Parms
|
|
{
|
|
UPropertyValue* Property;
|
|
FColor InValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager|PropertyAccessors" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetValueColor constinit property declarations *************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Property;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetValueColor constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetValueColor Property Definitions ************************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueColor_Statics::NewProp_Property = { "Property", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventSetValueColor_Parms, Property), Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueColor_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventSetValueColor_Parms, InValue), Z_Construct_UScriptStruct_FColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueColor_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueColor_Statics::NewProp_Property,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueColor_Statics::NewProp_InValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueColor_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetValueColor Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "SetValueColor", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueColor_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueColor_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueColor_Statics::VariantManagerBlueprintLibrary_eventSetValueColor_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04822401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueColor_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueColor_Statics::VariantManagerBlueprintLibrary_eventSetValueColor_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueColor()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueColor_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execSetValueColor)
|
|
{
|
|
P_GET_OBJECT(UPropertyValue,Z_Param_Property);
|
|
P_GET_STRUCT(FColor,Z_Param_InValue);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UVariantManagerBlueprintLibrary::SetValueColor(Z_Param_Property,Z_Param_InValue);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function SetValueColor *********************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function SetValueFloat *******************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueFloat_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventSetValueFloat_Parms
|
|
{
|
|
UPropertyValue* Property;
|
|
float InValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager|PropertyAccessors" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetValueFloat constinit property declarations *************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Property;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetValueFloat constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetValueFloat Property Definitions ************************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueFloat_Statics::NewProp_Property = { "Property", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventSetValueFloat_Parms, Property), Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueFloat_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventSetValueFloat_Parms, InValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueFloat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueFloat_Statics::NewProp_Property,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueFloat_Statics::NewProp_InValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueFloat_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetValueFloat Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueFloat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "SetValueFloat", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueFloat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueFloat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueFloat_Statics::VariantManagerBlueprintLibrary_eventSetValueFloat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueFloat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueFloat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueFloat_Statics::VariantManagerBlueprintLibrary_eventSetValueFloat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueFloat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueFloat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execSetValueFloat)
|
|
{
|
|
P_GET_OBJECT(UPropertyValue,Z_Param_Property);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InValue);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UVariantManagerBlueprintLibrary::SetValueFloat(Z_Param_Property,Z_Param_InValue);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function SetValueFloat *********************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function SetValueInt *********************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueInt_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventSetValueInt_Parms
|
|
{
|
|
UPropertyValue* Property;
|
|
int32 InValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager|PropertyAccessors" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetValueInt constinit property declarations ***************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Property;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_InValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetValueInt constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetValueInt Property Definitions **************************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueInt_Statics::NewProp_Property = { "Property", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventSetValueInt_Parms, Property), Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueInt_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventSetValueInt_Parms, InValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueInt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueInt_Statics::NewProp_Property,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueInt_Statics::NewProp_InValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueInt_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetValueInt Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "SetValueInt", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueInt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueInt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueInt_Statics::VariantManagerBlueprintLibrary_eventSetValueInt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueInt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueInt_Statics::VariantManagerBlueprintLibrary_eventSetValueInt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueInt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueInt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execSetValueInt)
|
|
{
|
|
P_GET_OBJECT(UPropertyValue,Z_Param_Property);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_InValue);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UVariantManagerBlueprintLibrary::SetValueInt(Z_Param_Property,Z_Param_InValue);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function SetValueInt ***********************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function SetValueIntPoint ****************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueIntPoint_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventSetValueIntPoint_Parms
|
|
{
|
|
UPropertyValue* Property;
|
|
FIntPoint InValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager|PropertyAccessors" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetValueIntPoint constinit property declarations **********************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Property;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetValueIntPoint constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetValueIntPoint Property Definitions *********************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueIntPoint_Statics::NewProp_Property = { "Property", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventSetValueIntPoint_Parms, Property), Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueIntPoint_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventSetValueIntPoint_Parms, InValue), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueIntPoint_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueIntPoint_Statics::NewProp_Property,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueIntPoint_Statics::NewProp_InValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueIntPoint_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetValueIntPoint Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueIntPoint_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "SetValueIntPoint", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueIntPoint_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueIntPoint_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueIntPoint_Statics::VariantManagerBlueprintLibrary_eventSetValueIntPoint_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04822401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueIntPoint_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueIntPoint_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueIntPoint_Statics::VariantManagerBlueprintLibrary_eventSetValueIntPoint_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueIntPoint()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueIntPoint_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execSetValueIntPoint)
|
|
{
|
|
P_GET_OBJECT(UPropertyValue,Z_Param_Property);
|
|
P_GET_STRUCT(FIntPoint,Z_Param_InValue);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UVariantManagerBlueprintLibrary::SetValueIntPoint(Z_Param_Property,Z_Param_InValue);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function SetValueIntPoint ******************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function SetValueLinearColor *************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueLinearColor_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventSetValueLinearColor_Parms
|
|
{
|
|
UPropertyValue* Property;
|
|
FLinearColor InValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager|PropertyAccessors" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetValueLinearColor constinit property declarations *******************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Property;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetValueLinearColor constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetValueLinearColor Property Definitions ******************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueLinearColor_Statics::NewProp_Property = { "Property", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventSetValueLinearColor_Parms, Property), Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueLinearColor_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventSetValueLinearColor_Parms, InValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueLinearColor_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueLinearColor_Statics::NewProp_Property,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueLinearColor_Statics::NewProp_InValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueLinearColor_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetValueLinearColor Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueLinearColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "SetValueLinearColor", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueLinearColor_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueLinearColor_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueLinearColor_Statics::VariantManagerBlueprintLibrary_eventSetValueLinearColor_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04822401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueLinearColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueLinearColor_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueLinearColor_Statics::VariantManagerBlueprintLibrary_eventSetValueLinearColor_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueLinearColor()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueLinearColor_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execSetValueLinearColor)
|
|
{
|
|
P_GET_OBJECT(UPropertyValue,Z_Param_Property);
|
|
P_GET_STRUCT(FLinearColor,Z_Param_InValue);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UVariantManagerBlueprintLibrary::SetValueLinearColor(Z_Param_Property,Z_Param_InValue);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function SetValueLinearColor ***************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function SetValueObject ******************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueObject_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventSetValueObject_Parms
|
|
{
|
|
UPropertyValue* Property;
|
|
UObject* InValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager|PropertyAccessors" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetValueObject constinit property declarations ************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Property;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_InValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetValueObject constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetValueObject Property Definitions ***********************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueObject_Statics::NewProp_Property = { "Property", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventSetValueObject_Parms, Property), Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueObject_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventSetValueObject_Parms, InValue), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueObject_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueObject_Statics::NewProp_Property,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueObject_Statics::NewProp_InValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueObject_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetValueObject Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueObject_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "SetValueObject", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueObject_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueObject_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueObject_Statics::VariantManagerBlueprintLibrary_eventSetValueObject_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueObject_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueObject_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueObject_Statics::VariantManagerBlueprintLibrary_eventSetValueObject_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueObject()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueObject_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execSetValueObject)
|
|
{
|
|
P_GET_OBJECT(UPropertyValue,Z_Param_Property);
|
|
P_GET_OBJECT(UObject,Z_Param_InValue);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UVariantManagerBlueprintLibrary::SetValueObject(Z_Param_Property,Z_Param_InValue);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function SetValueObject ********************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function SetValueQuat ********************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueQuat_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventSetValueQuat_Parms
|
|
{
|
|
UPropertyValue* Property;
|
|
FQuat InValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager|PropertyAccessors" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetValueQuat constinit property declarations **************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Property;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetValueQuat constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetValueQuat Property Definitions *************************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueQuat_Statics::NewProp_Property = { "Property", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventSetValueQuat_Parms, Property), Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueQuat_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventSetValueQuat_Parms, InValue), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueQuat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueQuat_Statics::NewProp_Property,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueQuat_Statics::NewProp_InValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueQuat_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetValueQuat Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueQuat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "SetValueQuat", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueQuat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueQuat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueQuat_Statics::VariantManagerBlueprintLibrary_eventSetValueQuat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04822401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueQuat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueQuat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueQuat_Statics::VariantManagerBlueprintLibrary_eventSetValueQuat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueQuat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueQuat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execSetValueQuat)
|
|
{
|
|
P_GET_OBJECT(UPropertyValue,Z_Param_Property);
|
|
P_GET_STRUCT(FQuat,Z_Param_InValue);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UVariantManagerBlueprintLibrary::SetValueQuat(Z_Param_Property,Z_Param_InValue);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function SetValueQuat **********************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function SetValueRotator *****************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueRotator_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventSetValueRotator_Parms
|
|
{
|
|
UPropertyValue* Property;
|
|
FRotator InValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager|PropertyAccessors" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetValueRotator constinit property declarations ***********************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Property;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetValueRotator constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetValueRotator Property Definitions **********************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueRotator_Statics::NewProp_Property = { "Property", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventSetValueRotator_Parms, Property), Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueRotator_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventSetValueRotator_Parms, InValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueRotator_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueRotator_Statics::NewProp_Property,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueRotator_Statics::NewProp_InValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueRotator_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetValueRotator Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueRotator_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "SetValueRotator", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueRotator_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueRotator_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueRotator_Statics::VariantManagerBlueprintLibrary_eventSetValueRotator_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04822401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueRotator_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueRotator_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueRotator_Statics::VariantManagerBlueprintLibrary_eventSetValueRotator_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueRotator()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueRotator_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execSetValueRotator)
|
|
{
|
|
P_GET_OBJECT(UPropertyValue,Z_Param_Property);
|
|
P_GET_STRUCT(FRotator,Z_Param_InValue);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UVariantManagerBlueprintLibrary::SetValueRotator(Z_Param_Property,Z_Param_InValue);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function SetValueRotator *******************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function SetValueString ******************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueString_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventSetValueString_Parms
|
|
{
|
|
UPropertyValue* Property;
|
|
FString InValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager|PropertyAccessors" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InValue_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetValueString constinit property declarations ************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Property;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_InValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetValueString constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetValueString Property Definitions ***********************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueString_Statics::NewProp_Property = { "Property", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventSetValueString_Parms, Property), Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueString_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventSetValueString_Parms, InValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InValue_MetaData), NewProp_InValue_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueString_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueString_Statics::NewProp_Property,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueString_Statics::NewProp_InValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueString_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetValueString Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "SetValueString", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueString_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueString_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueString_Statics::VariantManagerBlueprintLibrary_eventSetValueString_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueString_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueString_Statics::VariantManagerBlueprintLibrary_eventSetValueString_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueString()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueString_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execSetValueString)
|
|
{
|
|
P_GET_OBJECT(UPropertyValue,Z_Param_Property);
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_InValue);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UVariantManagerBlueprintLibrary::SetValueString(Z_Param_Property,Z_Param_InValue);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function SetValueString ********************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function SetValueVector ******************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventSetValueVector_Parms
|
|
{
|
|
UPropertyValue* Property;
|
|
FVector InValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager|PropertyAccessors" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetValueVector constinit property declarations ************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Property;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetValueVector constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetValueVector Property Definitions ***********************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector_Statics::NewProp_Property = { "Property", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventSetValueVector_Parms, Property), Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventSetValueVector_Parms, InValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector_Statics::NewProp_Property,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector_Statics::NewProp_InValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetValueVector Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "SetValueVector", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector_Statics::VariantManagerBlueprintLibrary_eventSetValueVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04822401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector_Statics::VariantManagerBlueprintLibrary_eventSetValueVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execSetValueVector)
|
|
{
|
|
P_GET_OBJECT(UPropertyValue,Z_Param_Property);
|
|
P_GET_STRUCT(FVector,Z_Param_InValue);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UVariantManagerBlueprintLibrary::SetValueVector(Z_Param_Property,Z_Param_InValue);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function SetValueVector ********************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function SetValueVector2D ****************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector2D_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventSetValueVector2D_Parms
|
|
{
|
|
UPropertyValue* Property;
|
|
FVector2D InValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager|PropertyAccessors" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetValueVector2D constinit property declarations **********************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Property;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetValueVector2D constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetValueVector2D Property Definitions *********************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector2D_Statics::NewProp_Property = { "Property", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventSetValueVector2D_Parms, Property), Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector2D_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventSetValueVector2D_Parms, InValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector2D_Statics::NewProp_Property,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector2D_Statics::NewProp_InValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetValueVector2D Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "SetValueVector2D", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector2D_Statics::VariantManagerBlueprintLibrary_eventSetValueVector2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04822401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector2D_Statics::VariantManagerBlueprintLibrary_eventSetValueVector2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execSetValueVector2D)
|
|
{
|
|
P_GET_OBJECT(UPropertyValue,Z_Param_Property);
|
|
P_GET_STRUCT(FVector2D,Z_Param_InValue);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UVariantManagerBlueprintLibrary::SetValueVector2D(Z_Param_Property,Z_Param_InValue);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function SetValueVector2D ******************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary Function SetValueVector4 *****************
|
|
struct Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector4_Statics
|
|
{
|
|
struct VariantManagerBlueprintLibrary_eventSetValueVector4_Parms
|
|
{
|
|
UPropertyValue* Property;
|
|
FVector4 InValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "VariantManager|PropertyAccessors" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetValueVector4 constinit property declarations ***********************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Property;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetValueVector4 constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetValueVector4 Property Definitions **********************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector4_Statics::NewProp_Property = { "Property", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventSetValueVector4_Parms, Property), Z_Construct_UClass_UPropertyValue_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector4_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VariantManagerBlueprintLibrary_eventSetValueVector4_Parms, InValue), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector4_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector4_Statics::NewProp_Property,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector4_Statics::NewProp_InValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector4_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetValueVector4 Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector4_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVariantManagerBlueprintLibrary, nullptr, "SetValueVector4", Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector4_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector4_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector4_Statics::VariantManagerBlueprintLibrary_eventSetValueVector4_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04822401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector4_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector4_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector4_Statics::VariantManagerBlueprintLibrary_eventSetValueVector4_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector4()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector4_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UVariantManagerBlueprintLibrary::execSetValueVector4)
|
|
{
|
|
P_GET_OBJECT(UPropertyValue,Z_Param_Property);
|
|
P_GET_STRUCT(FVector4,Z_Param_InValue);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UVariantManagerBlueprintLibrary::SetValueVector4(Z_Param_Property,Z_Param_InValue);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UVariantManagerBlueprintLibrary Function SetValueVector4 *******************
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary ******************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UVariantManagerBlueprintLibrary;
|
|
UClass* UVariantManagerBlueprintLibrary::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UVariantManagerBlueprintLibrary;
|
|
if (!Z_Registration_Info_UClass_UVariantManagerBlueprintLibrary.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("VariantManagerBlueprintLibrary"),
|
|
Z_Registration_Info_UClass_UVariantManagerBlueprintLibrary.InnerSingleton,
|
|
StaticRegisterNativesUVariantManagerBlueprintLibrary,
|
|
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_UVariantManagerBlueprintLibrary.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UVariantManagerBlueprintLibrary_NoRegister()
|
|
{
|
|
return UVariantManagerBlueprintLibrary::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UVariantManagerBlueprintLibrary_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/**\n* Library of functions that can be used by the Python API to trigger VariantManager operations\n*/" },
|
|
{ "IncludePath", "VariantManagerBlueprintLibrary.h" },
|
|
{ "ModuleRelativePath", "Public/VariantManagerBlueprintLibrary.h" },
|
|
{ "ScriptName", "VariantManagerLibrary" },
|
|
{ "ToolTip", "Library of functions that can be used by the Python API to trigger VariantManager operations" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UVariantManagerBlueprintLibrary constinit property declarations **********
|
|
// ********** End Class UVariantManagerBlueprintLibrary constinit property declarations ************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("AddActorBinding"), .Pointer = &UVariantManagerBlueprintLibrary::execAddActorBinding },
|
|
{ .NameUTF8 = UTF8TEXT("AddDependency"), .Pointer = &UVariantManagerBlueprintLibrary::execAddDependency },
|
|
{ .NameUTF8 = UTF8TEXT("AddVariant"), .Pointer = &UVariantManagerBlueprintLibrary::execAddVariant },
|
|
{ .NameUTF8 = UTF8TEXT("AddVariantSet"), .Pointer = &UVariantManagerBlueprintLibrary::execAddVariantSet },
|
|
{ .NameUTF8 = UTF8TEXT("Apply"), .Pointer = &UVariantManagerBlueprintLibrary::execApply },
|
|
{ .NameUTF8 = UTF8TEXT("CaptureProperty"), .Pointer = &UVariantManagerBlueprintLibrary::execCaptureProperty },
|
|
{ .NameUTF8 = UTF8TEXT("CreateLevelVariantSetsActor"), .Pointer = &UVariantManagerBlueprintLibrary::execCreateLevelVariantSetsActor },
|
|
{ .NameUTF8 = UTF8TEXT("CreateLevelVariantSetsAsset"), .Pointer = &UVariantManagerBlueprintLibrary::execCreateLevelVariantSetsAsset },
|
|
{ .NameUTF8 = UTF8TEXT("DeleteDependency"), .Pointer = &UVariantManagerBlueprintLibrary::execDeleteDependency },
|
|
{ .NameUTF8 = UTF8TEXT("GetCapturableProperties"), .Pointer = &UVariantManagerBlueprintLibrary::execGetCapturableProperties },
|
|
{ .NameUTF8 = UTF8TEXT("GetCapturedProperties"), .Pointer = &UVariantManagerBlueprintLibrary::execGetCapturedProperties },
|
|
{ .NameUTF8 = UTF8TEXT("GetPropertyTypeString"), .Pointer = &UVariantManagerBlueprintLibrary::execGetPropertyTypeString },
|
|
{ .NameUTF8 = UTF8TEXT("GetValueBool"), .Pointer = &UVariantManagerBlueprintLibrary::execGetValueBool },
|
|
{ .NameUTF8 = UTF8TEXT("GetValueColor"), .Pointer = &UVariantManagerBlueprintLibrary::execGetValueColor },
|
|
{ .NameUTF8 = UTF8TEXT("GetValueFloat"), .Pointer = &UVariantManagerBlueprintLibrary::execGetValueFloat },
|
|
{ .NameUTF8 = UTF8TEXT("GetValueInt"), .Pointer = &UVariantManagerBlueprintLibrary::execGetValueInt },
|
|
{ .NameUTF8 = UTF8TEXT("GetValueIntPoint"), .Pointer = &UVariantManagerBlueprintLibrary::execGetValueIntPoint },
|
|
{ .NameUTF8 = UTF8TEXT("GetValueLinearColor"), .Pointer = &UVariantManagerBlueprintLibrary::execGetValueLinearColor },
|
|
{ .NameUTF8 = UTF8TEXT("GetValueObject"), .Pointer = &UVariantManagerBlueprintLibrary::execGetValueObject },
|
|
{ .NameUTF8 = UTF8TEXT("GetValueQuat"), .Pointer = &UVariantManagerBlueprintLibrary::execGetValueQuat },
|
|
{ .NameUTF8 = UTF8TEXT("GetValueRotator"), .Pointer = &UVariantManagerBlueprintLibrary::execGetValueRotator },
|
|
{ .NameUTF8 = UTF8TEXT("GetValueString"), .Pointer = &UVariantManagerBlueprintLibrary::execGetValueString },
|
|
{ .NameUTF8 = UTF8TEXT("GetValueVector"), .Pointer = &UVariantManagerBlueprintLibrary::execGetValueVector },
|
|
{ .NameUTF8 = UTF8TEXT("GetValueVector2D"), .Pointer = &UVariantManagerBlueprintLibrary::execGetValueVector2D },
|
|
{ .NameUTF8 = UTF8TEXT("GetValueVector4"), .Pointer = &UVariantManagerBlueprintLibrary::execGetValueVector4 },
|
|
{ .NameUTF8 = UTF8TEXT("Record"), .Pointer = &UVariantManagerBlueprintLibrary::execRecord },
|
|
{ .NameUTF8 = UTF8TEXT("RemoveActorBinding"), .Pointer = &UVariantManagerBlueprintLibrary::execRemoveActorBinding },
|
|
{ .NameUTF8 = UTF8TEXT("RemoveActorBindingByName"), .Pointer = &UVariantManagerBlueprintLibrary::execRemoveActorBindingByName },
|
|
{ .NameUTF8 = UTF8TEXT("RemoveCapturedProperty"), .Pointer = &UVariantManagerBlueprintLibrary::execRemoveCapturedProperty },
|
|
{ .NameUTF8 = UTF8TEXT("RemoveCapturedPropertyByName"), .Pointer = &UVariantManagerBlueprintLibrary::execRemoveCapturedPropertyByName },
|
|
{ .NameUTF8 = UTF8TEXT("RemoveVariant"), .Pointer = &UVariantManagerBlueprintLibrary::execRemoveVariant },
|
|
{ .NameUTF8 = UTF8TEXT("RemoveVariantByName"), .Pointer = &UVariantManagerBlueprintLibrary::execRemoveVariantByName },
|
|
{ .NameUTF8 = UTF8TEXT("RemoveVariantSet"), .Pointer = &UVariantManagerBlueprintLibrary::execRemoveVariantSet },
|
|
{ .NameUTF8 = UTF8TEXT("RemoveVariantSetByName"), .Pointer = &UVariantManagerBlueprintLibrary::execRemoveVariantSetByName },
|
|
{ .NameUTF8 = UTF8TEXT("SetDependency"), .Pointer = &UVariantManagerBlueprintLibrary::execSetDependency },
|
|
{ .NameUTF8 = UTF8TEXT("SetValueBool"), .Pointer = &UVariantManagerBlueprintLibrary::execSetValueBool },
|
|
{ .NameUTF8 = UTF8TEXT("SetValueColor"), .Pointer = &UVariantManagerBlueprintLibrary::execSetValueColor },
|
|
{ .NameUTF8 = UTF8TEXT("SetValueFloat"), .Pointer = &UVariantManagerBlueprintLibrary::execSetValueFloat },
|
|
{ .NameUTF8 = UTF8TEXT("SetValueInt"), .Pointer = &UVariantManagerBlueprintLibrary::execSetValueInt },
|
|
{ .NameUTF8 = UTF8TEXT("SetValueIntPoint"), .Pointer = &UVariantManagerBlueprintLibrary::execSetValueIntPoint },
|
|
{ .NameUTF8 = UTF8TEXT("SetValueLinearColor"), .Pointer = &UVariantManagerBlueprintLibrary::execSetValueLinearColor },
|
|
{ .NameUTF8 = UTF8TEXT("SetValueObject"), .Pointer = &UVariantManagerBlueprintLibrary::execSetValueObject },
|
|
{ .NameUTF8 = UTF8TEXT("SetValueQuat"), .Pointer = &UVariantManagerBlueprintLibrary::execSetValueQuat },
|
|
{ .NameUTF8 = UTF8TEXT("SetValueRotator"), .Pointer = &UVariantManagerBlueprintLibrary::execSetValueRotator },
|
|
{ .NameUTF8 = UTF8TEXT("SetValueString"), .Pointer = &UVariantManagerBlueprintLibrary::execSetValueString },
|
|
{ .NameUTF8 = UTF8TEXT("SetValueVector"), .Pointer = &UVariantManagerBlueprintLibrary::execSetValueVector },
|
|
{ .NameUTF8 = UTF8TEXT("SetValueVector2D"), .Pointer = &UVariantManagerBlueprintLibrary::execSetValueVector2D },
|
|
{ .NameUTF8 = UTF8TEXT("SetValueVector4"), .Pointer = &UVariantManagerBlueprintLibrary::execSetValueVector4 },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddActorBinding, "AddActorBinding" }, // 1181772762
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddDependency, "AddDependency" }, // 2416687603
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariant, "AddVariant" }, // 461134027
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_AddVariantSet, "AddVariantSet" }, // 185225482
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_Apply, "Apply" }, // 2094495874
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CaptureProperty, "CaptureProperty" }, // 1927489511
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsActor, "CreateLevelVariantSetsActor" }, // 909939898
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_CreateLevelVariantSetsAsset, "CreateLevelVariantSetsAsset" }, // 1568383050
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_DeleteDependency, "DeleteDependency" }, // 2965565843
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturableProperties, "GetCapturableProperties" }, // 2724620934
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetCapturedProperties, "GetCapturedProperties" }, // 4219344598
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetPropertyTypeString, "GetPropertyTypeString" }, // 4260190207
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueBool, "GetValueBool" }, // 815178288
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueColor, "GetValueColor" }, // 1607793363
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueFloat, "GetValueFloat" }, // 2164053372
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueInt, "GetValueInt" }, // 1856005040
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueIntPoint, "GetValueIntPoint" }, // 2279785353
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueLinearColor, "GetValueLinearColor" }, // 1227909569
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueObject, "GetValueObject" }, // 3656033519
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueQuat, "GetValueQuat" }, // 1380748102
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueRotator, "GetValueRotator" }, // 3295114462
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueString, "GetValueString" }, // 449106555
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector, "GetValueVector" }, // 563985681
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector2D, "GetValueVector2D" }, // 1843081199
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_GetValueVector4, "GetValueVector4" }, // 2784119336
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_Record, "Record" }, // 3306407278
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBinding, "RemoveActorBinding" }, // 1636741861
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveActorBindingByName, "RemoveActorBindingByName" }, // 1493589014
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedProperty, "RemoveCapturedProperty" }, // 2412751836
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveCapturedPropertyByName, "RemoveCapturedPropertyByName" }, // 1531677667
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariant, "RemoveVariant" }, // 2512197603
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantByName, "RemoveVariantByName" }, // 287864052
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSet, "RemoveVariantSet" }, // 1167733730
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_RemoveVariantSetByName, "RemoveVariantSetByName" }, // 279739258
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetDependency, "SetDependency" }, // 1161811280
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueBool, "SetValueBool" }, // 586774841
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueColor, "SetValueColor" }, // 3823278059
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueFloat, "SetValueFloat" }, // 1114207333
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueInt, "SetValueInt" }, // 2217222584
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueIntPoint, "SetValueIntPoint" }, // 108776448
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueLinearColor, "SetValueLinearColor" }, // 2251269012
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueObject, "SetValueObject" }, // 4125942669
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueQuat, "SetValueQuat" }, // 2289082046
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueRotator, "SetValueRotator" }, // 3916459369
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueString, "SetValueString" }, // 159669038
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector, "SetValueVector" }, // 727406859
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector2D, "SetValueVector2D" }, // 1215128213
|
|
{ &Z_Construct_UFunction_UVariantManagerBlueprintLibrary_SetValueVector4, "SetValueVector4" }, // 1968930135
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UVariantManagerBlueprintLibrary>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UVariantManagerBlueprintLibrary_Statics
|
|
UObject* (*const Z_Construct_UClass_UVariantManagerBlueprintLibrary_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UBlueprintFunctionLibrary,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_VariantManager,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UVariantManagerBlueprintLibrary_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UVariantManagerBlueprintLibrary_Statics::ClassParams = {
|
|
&UVariantManagerBlueprintLibrary::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_UVariantManagerBlueprintLibrary_Statics::Class_MetaDataParams), Z_Construct_UClass_UVariantManagerBlueprintLibrary_Statics::Class_MetaDataParams)
|
|
};
|
|
void UVariantManagerBlueprintLibrary::StaticRegisterNativesUVariantManagerBlueprintLibrary()
|
|
{
|
|
UClass* Class = UVariantManagerBlueprintLibrary::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UVariantManagerBlueprintLibrary_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UVariantManagerBlueprintLibrary()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UVariantManagerBlueprintLibrary.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UVariantManagerBlueprintLibrary.OuterSingleton, Z_Construct_UClass_UVariantManagerBlueprintLibrary_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UVariantManagerBlueprintLibrary.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UVariantManagerBlueprintLibrary);
|
|
UVariantManagerBlueprintLibrary::~UVariantManagerBlueprintLibrary() {}
|
|
// ********** End Class UVariantManagerBlueprintLibrary ********************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_VariantManager_Source_VariantManager_Public_VariantManagerBlueprintLibrary_h__Script_VariantManager_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UVariantManagerBlueprintLibrary, UVariantManagerBlueprintLibrary::StaticClass, TEXT("UVariantManagerBlueprintLibrary"), &Z_Registration_Info_UClass_UVariantManagerBlueprintLibrary, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UVariantManagerBlueprintLibrary), 3608259230U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_VariantManager_Source_VariantManager_Public_VariantManagerBlueprintLibrary_h__Script_VariantManager_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_VariantManager_Source_VariantManager_Public_VariantManagerBlueprintLibrary_h__Script_VariantManager_540640581{
|
|
TEXT("/Script/VariantManager"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_VariantManager_Source_VariantManager_Public_VariantManagerBlueprintLibrary_h__Script_VariantManager_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_VariantManager_Source_VariantManager_Public_VariantManagerBlueprintLibrary_h__Script_VariantManager_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|