Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,356 @@
// 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 "Blueprints/JsonObjectGraphFunctionLibrary.h"
#include "JsonObjectGraph/Stringify.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeJsonObjectGraphFunctionLibrary() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UBlueprint_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UBlueprintFunctionLibrary();
JSONOBJECTGRAPH_API UScriptStruct* Z_Construct_UScriptStruct_FJsonStringifyOptions();
KISMET_API UClass* Z_Construct_UClass_UJsonObjectGraphFunctionLibrary();
KISMET_API UClass* Z_Construct_UClass_UJsonObjectGraphFunctionLibrary_NoRegister();
UPackage* Z_Construct_UPackage__Script_Kismet();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UJsonObjectGraphFunctionLibrary Function Stringify ***********************
struct Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_Stringify_Statics
{
struct JsonObjectGraphFunctionLibrary_eventStringify_Parms
{
TArray<UObject*> RootObjects;
FJsonStringifyOptions Options;
FString ResultString;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Experimental|Json" },
{ "Comment", "/**\n\x09 * ! EXPERIMENTAL ! \n\x09 * \n\x09 * Writes the provided objects to a string output, using the JsonObjectGraph format. Reachable\n\x09 * nested objects will be included automatically. Objects not within a root should be included in \n\x09 * RootObjects if they want to be deeply represented in the result string\n\x09 * \n\x09 * Examples of invocation from python:\n\x09 * Print an object:\n\x09 *\x09print( unreal.JsonObjectGraphFunctionLibrary.stringify([object], tuple()) )\n\x09 * Print a list objects:\n\x09 *\x09print( unreal.JsonObjectGraphFunctionLibrary.stringify(objects, tuple()) )\n\x09 * Print an object's entire package:\n\x09 *\x09print( unreal.JsonObjectGraphFunctionLibrary.stringify([unreal.EditorAssetLibrary.get_package_for_object(object)], tuple()) )\n\x09 * \n\x09 * @param\x09RootObjects\x09\x09The objects to write at the root level\n\x09 * @param\x09Options\x09\x09\x09Options controlling the written format\n\x09 * @param\x09ResultString\x09The objects stringified\n\x09 */" },
{ "ModuleRelativePath", "Private/Blueprints/JsonObjectGraphFunctionLibrary.h" },
{ "ToolTip", "! EXPERIMENTAL !\n\nWrites the provided objects to a string output, using the JsonObjectGraph format. Reachable\nnested objects will be included automatically. Objects not within a root should be included in\nRootObjects if they want to be deeply represented in the result string\n\nExamples of invocation from python:\n Print an object:\n print( unreal.JsonObjectGraphFunctionLibrary.stringify([object], tuple()) )\n Print a list objects:\n print( unreal.JsonObjectGraphFunctionLibrary.stringify(objects, tuple()) )\n Print an object's entire package:\n print( unreal.JsonObjectGraphFunctionLibrary.stringify([unreal.EditorAssetLibrary.get_package_for_object(object)], tuple()) )\n\n@param RootObjects The objects to write at the root level\n@param Options Options controlling the written format\n@param ResultString The objects stringified" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RootObjects_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function Stringify constinit property declarations *****************************
static const UECodeGen_Private::FObjectPropertyParams NewProp_RootObjects_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_RootObjects;
static const UECodeGen_Private::FStructPropertyParams NewProp_Options;
static const UECodeGen_Private::FStrPropertyParams NewProp_ResultString;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function Stringify constinit property declarations *******************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function Stringify Property Definitions ****************************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_Stringify_Statics::NewProp_RootObjects_Inner = { "RootObjects", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_Stringify_Statics::NewProp_RootObjects = { "RootObjects", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(JsonObjectGraphFunctionLibrary_eventStringify_Parms, RootObjects), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RootObjects_MetaData), NewProp_RootObjects_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_Stringify_Statics::NewProp_Options = { "Options", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(JsonObjectGraphFunctionLibrary_eventStringify_Parms, Options), Z_Construct_UScriptStruct_FJsonStringifyOptions, METADATA_PARAMS(0, nullptr) }; // 2679609093
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_Stringify_Statics::NewProp_ResultString = { "ResultString", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(JsonObjectGraphFunctionLibrary_eventStringify_Parms, ResultString), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_Stringify_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_Stringify_Statics::NewProp_RootObjects_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_Stringify_Statics::NewProp_RootObjects,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_Stringify_Statics::NewProp_Options,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_Stringify_Statics::NewProp_ResultString,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_Stringify_Statics::PropPointers) < 2048);
// ********** End Function Stringify Property Definitions ******************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_Stringify_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UJsonObjectGraphFunctionLibrary, nullptr, "Stringify", Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_Stringify_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_Stringify_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_Stringify_Statics::JsonObjectGraphFunctionLibrary_eventStringify_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_Stringify_Statics::Function_MetaDataParams), Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_Stringify_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_Stringify_Statics::JsonObjectGraphFunctionLibrary_eventStringify_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_Stringify()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_Stringify_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UJsonObjectGraphFunctionLibrary::execStringify)
{
P_GET_TARRAY_REF(UObject*,Z_Param_Out_RootObjects);
P_GET_STRUCT(FJsonStringifyOptions,Z_Param_Options);
P_GET_PROPERTY_REF(FStrProperty,Z_Param_Out_ResultString);
P_FINISH;
P_NATIVE_BEGIN;
UJsonObjectGraphFunctionLibrary::Stringify(Z_Param_Out_RootObjects,Z_Param_Options,Z_Param_Out_ResultString);
P_NATIVE_END;
}
// ********** End Class UJsonObjectGraphFunctionLibrary Function Stringify *************************
// ********** Begin Class UJsonObjectGraphFunctionLibrary Function WriteBlueprintClassToTempFile ***
struct Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WriteBlueprintClassToTempFile_Statics
{
struct JsonObjectGraphFunctionLibrary_eventWriteBlueprintClassToTempFile_Parms
{
const UBlueprint* BP;
FString Label;
FJsonStringifyOptions Options;
FString OutFilename;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Experimental|Json" },
{ "Comment", "/** \n\x09 * ! EXPERIMENTAL ! \n\x09 * \n\x09 * Writes only the provided blueprint's Class and CDO to a temporary file\n\x09 * using the JsonObjectGraph format. Always excludes editor only data.\n\x09 * \n\x09 * @param\x09""BP\x09\x09\x09\x09The blueprint to write to a file\n\x09 * @param\x09Label\x09\x09\x09""A label to disambiguate the temporary file\n\x09 * @param\x09OutFilename\x09\x09The filename written, empty if no file written\n\x09 */" },
{ "ModuleRelativePath", "Private/Blueprints/JsonObjectGraphFunctionLibrary.h" },
{ "ToolTip", "! EXPERIMENTAL !\n\nWrites only the provided blueprint's Class and CDO to a temporary file\nusing the JsonObjectGraph format. Always excludes editor only data.\n\n@param BP The blueprint to write to a file\n@param Label A label to disambiguate the temporary file\n@param OutFilename The filename written, empty if no file written" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BP_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Label_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function WriteBlueprintClassToTempFile constinit property declarations *********
static const UECodeGen_Private::FObjectPropertyParams NewProp_BP;
static const UECodeGen_Private::FStrPropertyParams NewProp_Label;
static const UECodeGen_Private::FStructPropertyParams NewProp_Options;
static const UECodeGen_Private::FStrPropertyParams NewProp_OutFilename;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function WriteBlueprintClassToTempFile constinit property declarations ***********
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function WriteBlueprintClassToTempFile Property Definitions ********************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WriteBlueprintClassToTempFile_Statics::NewProp_BP = { "BP", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(JsonObjectGraphFunctionLibrary_eventWriteBlueprintClassToTempFile_Parms, BP), Z_Construct_UClass_UBlueprint_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BP_MetaData), NewProp_BP_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WriteBlueprintClassToTempFile_Statics::NewProp_Label = { "Label", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(JsonObjectGraphFunctionLibrary_eventWriteBlueprintClassToTempFile_Parms, Label), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Label_MetaData), NewProp_Label_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WriteBlueprintClassToTempFile_Statics::NewProp_Options = { "Options", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(JsonObjectGraphFunctionLibrary_eventWriteBlueprintClassToTempFile_Parms, Options), Z_Construct_UScriptStruct_FJsonStringifyOptions, METADATA_PARAMS(0, nullptr) }; // 2679609093
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WriteBlueprintClassToTempFile_Statics::NewProp_OutFilename = { "OutFilename", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(JsonObjectGraphFunctionLibrary_eventWriteBlueprintClassToTempFile_Parms, OutFilename), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WriteBlueprintClassToTempFile_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WriteBlueprintClassToTempFile_Statics::NewProp_BP,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WriteBlueprintClassToTempFile_Statics::NewProp_Label,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WriteBlueprintClassToTempFile_Statics::NewProp_Options,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WriteBlueprintClassToTempFile_Statics::NewProp_OutFilename,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WriteBlueprintClassToTempFile_Statics::PropPointers) < 2048);
// ********** End Function WriteBlueprintClassToTempFile Property Definitions **********************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WriteBlueprintClassToTempFile_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UJsonObjectGraphFunctionLibrary, nullptr, "WriteBlueprintClassToTempFile", Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WriteBlueprintClassToTempFile_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WriteBlueprintClassToTempFile_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WriteBlueprintClassToTempFile_Statics::JsonObjectGraphFunctionLibrary_eventWriteBlueprintClassToTempFile_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WriteBlueprintClassToTempFile_Statics::Function_MetaDataParams), Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WriteBlueprintClassToTempFile_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WriteBlueprintClassToTempFile_Statics::JsonObjectGraphFunctionLibrary_eventWriteBlueprintClassToTempFile_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WriteBlueprintClassToTempFile()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WriteBlueprintClassToTempFile_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UJsonObjectGraphFunctionLibrary::execWriteBlueprintClassToTempFile)
{
P_GET_OBJECT(UBlueprint,Z_Param_BP);
P_GET_PROPERTY(FStrProperty,Z_Param_Label);
P_GET_STRUCT(FJsonStringifyOptions,Z_Param_Options);
P_GET_PROPERTY_REF(FStrProperty,Z_Param_Out_OutFilename);
P_FINISH;
P_NATIVE_BEGIN;
UJsonObjectGraphFunctionLibrary::WriteBlueprintClassToTempFile(Z_Param_BP,Z_Param_Label,Z_Param_Options,Z_Param_Out_OutFilename);
P_NATIVE_END;
}
// ********** End Class UJsonObjectGraphFunctionLibrary Function WriteBlueprintClassToTempFile *****
// ********** Begin Class UJsonObjectGraphFunctionLibrary Function WritePackageToTempFile **********
struct Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WritePackageToTempFile_Statics
{
struct JsonObjectGraphFunctionLibrary_eventWritePackageToTempFile_Parms
{
const UObject* Object;
FString Label;
FJsonStringifyOptions Options;
FString OutFilename;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Experimental|Json" },
{ "Comment", "/** \n\x09 * ! EXPERIMENTAL ! \n\x09 * \n\x09 * Writes all objects in the provided object's package to a temporary file\n\x09 * using the JsonObjectGraph format.\n\x09 * \n\x09 * @param\x09Object\x09\x09\x09The object whose package will be written to the file\n\x09 * @param\x09Label\x09\x09\x09""A label to disambiguate the temporary file\n\x09 * @param\x09Options\x09\x09\x09Options controlling the written format\n\x09 * @param\x09OutFilename\x09\x09The filename written, empty if no file written\n\x09 */" },
{ "ModuleRelativePath", "Private/Blueprints/JsonObjectGraphFunctionLibrary.h" },
{ "ToolTip", "! EXPERIMENTAL !\n\nWrites all objects in the provided object's package to a temporary file\nusing the JsonObjectGraph format.\n\n@param Object The object whose package will be written to the file\n@param Label A label to disambiguate the temporary file\n@param Options Options controlling the written format\n@param OutFilename The filename written, empty if no file written" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Object_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Label_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function WritePackageToTempFile constinit property declarations ****************
static const UECodeGen_Private::FObjectPropertyParams NewProp_Object;
static const UECodeGen_Private::FStrPropertyParams NewProp_Label;
static const UECodeGen_Private::FStructPropertyParams NewProp_Options;
static const UECodeGen_Private::FStrPropertyParams NewProp_OutFilename;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function WritePackageToTempFile constinit property declarations ******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function WritePackageToTempFile Property Definitions ***************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WritePackageToTempFile_Statics::NewProp_Object = { "Object", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(JsonObjectGraphFunctionLibrary_eventWritePackageToTempFile_Parms, Object), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Object_MetaData), NewProp_Object_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WritePackageToTempFile_Statics::NewProp_Label = { "Label", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(JsonObjectGraphFunctionLibrary_eventWritePackageToTempFile_Parms, Label), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Label_MetaData), NewProp_Label_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WritePackageToTempFile_Statics::NewProp_Options = { "Options", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(JsonObjectGraphFunctionLibrary_eventWritePackageToTempFile_Parms, Options), Z_Construct_UScriptStruct_FJsonStringifyOptions, METADATA_PARAMS(0, nullptr) }; // 2679609093
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WritePackageToTempFile_Statics::NewProp_OutFilename = { "OutFilename", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(JsonObjectGraphFunctionLibrary_eventWritePackageToTempFile_Parms, OutFilename), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WritePackageToTempFile_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WritePackageToTempFile_Statics::NewProp_Object,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WritePackageToTempFile_Statics::NewProp_Label,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WritePackageToTempFile_Statics::NewProp_Options,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WritePackageToTempFile_Statics::NewProp_OutFilename,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WritePackageToTempFile_Statics::PropPointers) < 2048);
// ********** End Function WritePackageToTempFile Property Definitions *****************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WritePackageToTempFile_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UJsonObjectGraphFunctionLibrary, nullptr, "WritePackageToTempFile", Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WritePackageToTempFile_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WritePackageToTempFile_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WritePackageToTempFile_Statics::JsonObjectGraphFunctionLibrary_eventWritePackageToTempFile_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WritePackageToTempFile_Statics::Function_MetaDataParams), Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WritePackageToTempFile_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WritePackageToTempFile_Statics::JsonObjectGraphFunctionLibrary_eventWritePackageToTempFile_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WritePackageToTempFile()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WritePackageToTempFile_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UJsonObjectGraphFunctionLibrary::execWritePackageToTempFile)
{
P_GET_OBJECT(UObject,Z_Param_Object);
P_GET_PROPERTY(FStrProperty,Z_Param_Label);
P_GET_STRUCT(FJsonStringifyOptions,Z_Param_Options);
P_GET_PROPERTY_REF(FStrProperty,Z_Param_Out_OutFilename);
P_FINISH;
P_NATIVE_BEGIN;
UJsonObjectGraphFunctionLibrary::WritePackageToTempFile(Z_Param_Object,Z_Param_Label,Z_Param_Options,Z_Param_Out_OutFilename);
P_NATIVE_END;
}
// ********** End Class UJsonObjectGraphFunctionLibrary Function WritePackageToTempFile ************
// ********** Begin Class UJsonObjectGraphFunctionLibrary ******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UJsonObjectGraphFunctionLibrary;
UClass* UJsonObjectGraphFunctionLibrary::GetPrivateStaticClass()
{
using TClass = UJsonObjectGraphFunctionLibrary;
if (!Z_Registration_Info_UClass_UJsonObjectGraphFunctionLibrary.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("JsonObjectGraphFunctionLibrary"),
Z_Registration_Info_UClass_UJsonObjectGraphFunctionLibrary.InnerSingleton,
StaticRegisterNativesUJsonObjectGraphFunctionLibrary,
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_UJsonObjectGraphFunctionLibrary.InnerSingleton;
}
UClass* Z_Construct_UClass_UJsonObjectGraphFunctionLibrary_NoRegister()
{
return UJsonObjectGraphFunctionLibrary::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UJsonObjectGraphFunctionLibrary_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "Blueprints/JsonObjectGraphFunctionLibrary.h" },
{ "ModuleRelativePath", "Private/Blueprints/JsonObjectGraphFunctionLibrary.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UJsonObjectGraphFunctionLibrary constinit property declarations **********
// ********** End Class UJsonObjectGraphFunctionLibrary constinit property declarations ************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("Stringify"), .Pointer = &UJsonObjectGraphFunctionLibrary::execStringify },
{ .NameUTF8 = UTF8TEXT("WriteBlueprintClassToTempFile"), .Pointer = &UJsonObjectGraphFunctionLibrary::execWriteBlueprintClassToTempFile },
{ .NameUTF8 = UTF8TEXT("WritePackageToTempFile"), .Pointer = &UJsonObjectGraphFunctionLibrary::execWritePackageToTempFile },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_Stringify, "Stringify" }, // 1398067889
{ &Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WriteBlueprintClassToTempFile, "WriteBlueprintClassToTempFile" }, // 3041061003
{ &Z_Construct_UFunction_UJsonObjectGraphFunctionLibrary_WritePackageToTempFile, "WritePackageToTempFile" }, // 769726096
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UJsonObjectGraphFunctionLibrary>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UJsonObjectGraphFunctionLibrary_Statics
UObject* (*const Z_Construct_UClass_UJsonObjectGraphFunctionLibrary_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UBlueprintFunctionLibrary,
(UObject* (*)())Z_Construct_UPackage__Script_Kismet,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UJsonObjectGraphFunctionLibrary_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UJsonObjectGraphFunctionLibrary_Statics::ClassParams = {
&UJsonObjectGraphFunctionLibrary::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_UJsonObjectGraphFunctionLibrary_Statics::Class_MetaDataParams), Z_Construct_UClass_UJsonObjectGraphFunctionLibrary_Statics::Class_MetaDataParams)
};
void UJsonObjectGraphFunctionLibrary::StaticRegisterNativesUJsonObjectGraphFunctionLibrary()
{
UClass* Class = UJsonObjectGraphFunctionLibrary::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UJsonObjectGraphFunctionLibrary_Statics::Funcs));
}
UClass* Z_Construct_UClass_UJsonObjectGraphFunctionLibrary()
{
if (!Z_Registration_Info_UClass_UJsonObjectGraphFunctionLibrary.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UJsonObjectGraphFunctionLibrary.OuterSingleton, Z_Construct_UClass_UJsonObjectGraphFunctionLibrary_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UJsonObjectGraphFunctionLibrary.OuterSingleton;
}
UJsonObjectGraphFunctionLibrary::UJsonObjectGraphFunctionLibrary(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UJsonObjectGraphFunctionLibrary);
UJsonObjectGraphFunctionLibrary::~UJsonObjectGraphFunctionLibrary() {}
// ********** End Class UJsonObjectGraphFunctionLibrary ********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_Kismet_Private_Blueprints_JsonObjectGraphFunctionLibrary_h__Script_Kismet_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UJsonObjectGraphFunctionLibrary, UJsonObjectGraphFunctionLibrary::StaticClass, TEXT("UJsonObjectGraphFunctionLibrary"), &Z_Registration_Info_UClass_UJsonObjectGraphFunctionLibrary, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UJsonObjectGraphFunctionLibrary), 1561953961U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_Kismet_Private_Blueprints_JsonObjectGraphFunctionLibrary_h__Script_Kismet_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_Kismet_Private_Blueprints_JsonObjectGraphFunctionLibrary_h__Script_Kismet_4239762572{
TEXT("/Script/Kismet"),
Z_CompiledInDeferFile_FID_Engine_Source_Editor_Kismet_Private_Blueprints_JsonObjectGraphFunctionLibrary_h__Script_Kismet_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_Kismet_Private_Blueprints_JsonObjectGraphFunctionLibrary_h__Script_Kismet_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS