Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/ContentBrowserData/UHT/ContentBrowserItemPath.gen.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

534 lines
40 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 "ContentBrowserItemPath.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeContentBrowserItemPath() {}
// ********** Begin Cross Module References ********************************************************
CONTENTBROWSERDATA_API UClass* Z_Construct_UClass_UContentBrowserItemPathExtensions();
CONTENTBROWSERDATA_API UClass* Z_Construct_UClass_UContentBrowserItemPathExtensions_NoRegister();
CONTENTBROWSERDATA_API UEnum* Z_Construct_UEnum_ContentBrowserData_EContentBrowserPathType();
CONTENTBROWSERDATA_API UScriptStruct* Z_Construct_UScriptStruct_FContentBrowserItemPath();
ENGINE_API UClass* Z_Construct_UClass_UBlueprintFunctionLibrary();
UPackage* Z_Construct_UPackage__Script_ContentBrowserData();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FContentBrowserItemPath *******************************************
struct Z_Construct_UScriptStruct_FContentBrowserItemPath_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FContentBrowserItemPath); }
static inline consteval int16 GetStructAlignment() { return alignof(FContentBrowserItemPath); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/**\n * Hold multiple versions of a path as FNames\n * \n * Path conversion each time Set is called\n */" },
{ "HasNativeBreak", "/Script/ContentBrowserData.ContentBrowserItemPathExtensions.BreakContentBrowserItemPath" },
{ "HasNativeMake", "/Script/ContentBrowserData.ContentBrowserItemPathExtensions.MakeContentBrowserItemPath" },
{ "ModuleRelativePath", "Public/ContentBrowserItemPath.h" },
{ "ToolTip", "Hold multiple versions of a path as FNames\n\nPath conversion each time Set is called" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FContentBrowserItemPath constinit property declarations ***********
// ********** End ScriptStruct FContentBrowserItemPath constinit property declarations *************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FContentBrowserItemPath>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FContentBrowserItemPath_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FContentBrowserItemPath;
class UScriptStruct* FContentBrowserItemPath::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FContentBrowserItemPath.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FContentBrowserItemPath.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FContentBrowserItemPath, (UObject*)Z_Construct_UPackage__Script_ContentBrowserData(), TEXT("ContentBrowserItemPath"));
}
return Z_Registration_Info_UScriptStruct_FContentBrowserItemPath.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FContentBrowserItemPath_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_ContentBrowserData,
nullptr,
&NewStructOps,
"ContentBrowserItemPath",
nullptr,
0,
sizeof(FContentBrowserItemPath),
alignof(FContentBrowserItemPath),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FContentBrowserItemPath_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FContentBrowserItemPath_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FContentBrowserItemPath()
{
if (!Z_Registration_Info_UScriptStruct_FContentBrowserItemPath.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FContentBrowserItemPath.InnerSingleton, Z_Construct_UScriptStruct_FContentBrowserItemPath_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FContentBrowserItemPath.InnerSingleton);
}
// ********** End ScriptStruct FContentBrowserItemPath *********************************************
// ********** Begin Class UContentBrowserItemPathExtensions Function BreakContentBrowserItemPath ***
struct Z_Construct_UFunction_UContentBrowserItemPathExtensions_BreakContentBrowserItemPath_Statics
{
struct ContentBrowserItemPathExtensions_eventBreakContentBrowserItemPath_Parms
{
FContentBrowserItemPath ItemPath;
FName VirtualPath;
FName InternalPath;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Content Browser" },
{ "ModuleRelativePath", "Public/ContentBrowserItemPath.h" },
{ "NativeBreakFunc", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ItemPath_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function BreakContentBrowserItemPath constinit property declarations ***********
static const UECodeGen_Private::FStructPropertyParams NewProp_ItemPath;
static const UECodeGen_Private::FNamePropertyParams NewProp_VirtualPath;
static const UECodeGen_Private::FNamePropertyParams NewProp_InternalPath;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function BreakContentBrowserItemPath constinit property declarations *************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function BreakContentBrowserItemPath Property Definitions **********************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UContentBrowserItemPathExtensions_BreakContentBrowserItemPath_Statics::NewProp_ItemPath = { "ItemPath", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ContentBrowserItemPathExtensions_eventBreakContentBrowserItemPath_Parms, ItemPath), Z_Construct_UScriptStruct_FContentBrowserItemPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ItemPath_MetaData), NewProp_ItemPath_MetaData) }; // 948883196
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UContentBrowserItemPathExtensions_BreakContentBrowserItemPath_Statics::NewProp_VirtualPath = { "VirtualPath", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ContentBrowserItemPathExtensions_eventBreakContentBrowserItemPath_Parms, VirtualPath), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UContentBrowserItemPathExtensions_BreakContentBrowserItemPath_Statics::NewProp_InternalPath = { "InternalPath", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ContentBrowserItemPathExtensions_eventBreakContentBrowserItemPath_Parms, InternalPath), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UContentBrowserItemPathExtensions_BreakContentBrowserItemPath_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UContentBrowserItemPathExtensions_BreakContentBrowserItemPath_Statics::NewProp_ItemPath,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UContentBrowserItemPathExtensions_BreakContentBrowserItemPath_Statics::NewProp_VirtualPath,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UContentBrowserItemPathExtensions_BreakContentBrowserItemPath_Statics::NewProp_InternalPath,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UContentBrowserItemPathExtensions_BreakContentBrowserItemPath_Statics::PropPointers) < 2048);
// ********** End Function BreakContentBrowserItemPath Property Definitions ************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UContentBrowserItemPathExtensions_BreakContentBrowserItemPath_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UContentBrowserItemPathExtensions, nullptr, "BreakContentBrowserItemPath", Z_Construct_UFunction_UContentBrowserItemPathExtensions_BreakContentBrowserItemPath_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UContentBrowserItemPathExtensions_BreakContentBrowserItemPath_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UContentBrowserItemPathExtensions_BreakContentBrowserItemPath_Statics::ContentBrowserItemPathExtensions_eventBreakContentBrowserItemPath_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UContentBrowserItemPathExtensions_BreakContentBrowserItemPath_Statics::Function_MetaDataParams), Z_Construct_UFunction_UContentBrowserItemPathExtensions_BreakContentBrowserItemPath_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UContentBrowserItemPathExtensions_BreakContentBrowserItemPath_Statics::ContentBrowserItemPathExtensions_eventBreakContentBrowserItemPath_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UContentBrowserItemPathExtensions_BreakContentBrowserItemPath()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UContentBrowserItemPathExtensions_BreakContentBrowserItemPath_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UContentBrowserItemPathExtensions::execBreakContentBrowserItemPath)
{
P_GET_STRUCT_REF(FContentBrowserItemPath,Z_Param_Out_ItemPath);
P_GET_PROPERTY_REF(FNameProperty,Z_Param_Out_VirtualPath);
P_GET_PROPERTY_REF(FNameProperty,Z_Param_Out_InternalPath);
P_FINISH;
P_NATIVE_BEGIN;
UContentBrowserItemPathExtensions::BreakContentBrowserItemPath(Z_Param_Out_ItemPath,Z_Param_Out_VirtualPath,Z_Param_Out_InternalPath);
P_NATIVE_END;
}
// ********** End Class UContentBrowserItemPathExtensions Function BreakContentBrowserItemPath *****
// ********** Begin Class UContentBrowserItemPathExtensions Function GetInternalPath ***************
struct Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetInternalPath_Statics
{
struct ContentBrowserItemPathExtensions_eventGetInternalPath_Parms
{
FContentBrowserItemPath ItemPath;
FName ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Content Browser" },
{ "Comment", "/**\n\x09 * Returns internal path if there is one (eg,. \"/PluginA/MyFile\").\n\x09 */" },
{ "ModuleRelativePath", "Public/ContentBrowserItemPath.h" },
{ "ScriptMethod", "" },
{ "ToolTip", "Returns internal path if there is one (eg,. \"/PluginA/MyFile\")." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ItemPath_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function GetInternalPath constinit property declarations ***********************
static const UECodeGen_Private::FStructPropertyParams NewProp_ItemPath;
static const UECodeGen_Private::FNamePropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetInternalPath constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetInternalPath Property Definitions **********************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetInternalPath_Statics::NewProp_ItemPath = { "ItemPath", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ContentBrowserItemPathExtensions_eventGetInternalPath_Parms, ItemPath), Z_Construct_UScriptStruct_FContentBrowserItemPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ItemPath_MetaData), NewProp_ItemPath_MetaData) }; // 948883196
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetInternalPath_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ContentBrowserItemPathExtensions_eventGetInternalPath_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetInternalPath_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetInternalPath_Statics::NewProp_ItemPath,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetInternalPath_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetInternalPath_Statics::PropPointers) < 2048);
// ********** End Function GetInternalPath Property Definitions ************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetInternalPath_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UContentBrowserItemPathExtensions, nullptr, "GetInternalPath", Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetInternalPath_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetInternalPath_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetInternalPath_Statics::ContentBrowserItemPathExtensions_eventGetInternalPath_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetInternalPath_Statics::Function_MetaDataParams), Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetInternalPath_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetInternalPath_Statics::ContentBrowserItemPathExtensions_eventGetInternalPath_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetInternalPath()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetInternalPath_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UContentBrowserItemPathExtensions::execGetInternalPath)
{
P_GET_STRUCT_REF(FContentBrowserItemPath,Z_Param_Out_ItemPath);
P_FINISH;
P_NATIVE_BEGIN;
*(FName*)Z_Param__Result=UContentBrowserItemPathExtensions::GetInternalPath(Z_Param_Out_ItemPath);
P_NATIVE_END;
}
// ********** End Class UContentBrowserItemPathExtensions Function GetInternalPath *****************
// ********** Begin Class UContentBrowserItemPathExtensions Function GetVirtualPath ****************
struct Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetVirtualPath_Statics
{
struct ContentBrowserItemPathExtensions_eventGetVirtualPath_Parms
{
FContentBrowserItemPath ItemPath;
FName ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Content Browser" },
{ "Comment", "/**\n\x09 * Returns virtual path as FName (eg, \"/All/Plugins/PluginA/MyFile\").\n\x09 */" },
{ "ModuleRelativePath", "Public/ContentBrowserItemPath.h" },
{ "ScriptMethod", "" },
{ "ToolTip", "Returns virtual path as FName (eg, \"/All/Plugins/PluginA/MyFile\")." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ItemPath_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function GetVirtualPath constinit property declarations ************************
static const UECodeGen_Private::FStructPropertyParams NewProp_ItemPath;
static const UECodeGen_Private::FNamePropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetVirtualPath constinit property declarations **************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetVirtualPath Property Definitions ***********************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetVirtualPath_Statics::NewProp_ItemPath = { "ItemPath", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ContentBrowserItemPathExtensions_eventGetVirtualPath_Parms, ItemPath), Z_Construct_UScriptStruct_FContentBrowserItemPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ItemPath_MetaData), NewProp_ItemPath_MetaData) }; // 948883196
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetVirtualPath_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ContentBrowserItemPathExtensions_eventGetVirtualPath_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetVirtualPath_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetVirtualPath_Statics::NewProp_ItemPath,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetVirtualPath_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetVirtualPath_Statics::PropPointers) < 2048);
// ********** End Function GetVirtualPath Property Definitions *************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetVirtualPath_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UContentBrowserItemPathExtensions, nullptr, "GetVirtualPath", Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetVirtualPath_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetVirtualPath_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetVirtualPath_Statics::ContentBrowserItemPathExtensions_eventGetVirtualPath_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetVirtualPath_Statics::Function_MetaDataParams), Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetVirtualPath_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetVirtualPath_Statics::ContentBrowserItemPathExtensions_eventGetVirtualPath_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetVirtualPath()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetVirtualPath_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UContentBrowserItemPathExtensions::execGetVirtualPath)
{
P_GET_STRUCT_REF(FContentBrowserItemPath,Z_Param_Out_ItemPath);
P_FINISH;
P_NATIVE_BEGIN;
*(FName*)Z_Param__Result=UContentBrowserItemPathExtensions::GetVirtualPath(Z_Param_Out_ItemPath);
P_NATIVE_END;
}
// ********** End Class UContentBrowserItemPathExtensions Function GetVirtualPath ******************
// ********** Begin Class UContentBrowserItemPathExtensions Function MakeContentBrowserItemPath ****
struct Z_Construct_UFunction_UContentBrowserItemPathExtensions_MakeContentBrowserItemPath_Statics
{
struct ContentBrowserItemPathExtensions_eventMakeContentBrowserItemPath_Parms
{
FName InPath;
EContentBrowserPathType InPathType;
FContentBrowserItemPath ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Content Browser" },
{ "Keywords", "construct build" },
{ "ModuleRelativePath", "Public/ContentBrowserItemPath.h" },
{ "NativeMakeFunc", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InPath_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InPathType_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function MakeContentBrowserItemPath constinit property declarations ************
static const UECodeGen_Private::FNamePropertyParams NewProp_InPath;
static const UECodeGen_Private::FBytePropertyParams NewProp_InPathType_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_InPathType;
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function MakeContentBrowserItemPath constinit property declarations **************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function MakeContentBrowserItemPath Property Definitions ***********************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UContentBrowserItemPathExtensions_MakeContentBrowserItemPath_Statics::NewProp_InPath = { "InPath", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ContentBrowserItemPathExtensions_eventMakeContentBrowserItemPath_Parms, InPath), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InPath_MetaData), NewProp_InPath_MetaData) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UContentBrowserItemPathExtensions_MakeContentBrowserItemPath_Statics::NewProp_InPathType_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UContentBrowserItemPathExtensions_MakeContentBrowserItemPath_Statics::NewProp_InPathType = { "InPathType", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ContentBrowserItemPathExtensions_eventMakeContentBrowserItemPath_Parms, InPathType), Z_Construct_UEnum_ContentBrowserData_EContentBrowserPathType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InPathType_MetaData), NewProp_InPathType_MetaData) }; // 28000349
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UContentBrowserItemPathExtensions_MakeContentBrowserItemPath_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ContentBrowserItemPathExtensions_eventMakeContentBrowserItemPath_Parms, ReturnValue), Z_Construct_UScriptStruct_FContentBrowserItemPath, METADATA_PARAMS(0, nullptr) }; // 948883196
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UContentBrowserItemPathExtensions_MakeContentBrowserItemPath_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UContentBrowserItemPathExtensions_MakeContentBrowserItemPath_Statics::NewProp_InPath,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UContentBrowserItemPathExtensions_MakeContentBrowserItemPath_Statics::NewProp_InPathType_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UContentBrowserItemPathExtensions_MakeContentBrowserItemPath_Statics::NewProp_InPathType,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UContentBrowserItemPathExtensions_MakeContentBrowserItemPath_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UContentBrowserItemPathExtensions_MakeContentBrowserItemPath_Statics::PropPointers) < 2048);
// ********** End Function MakeContentBrowserItemPath Property Definitions *************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UContentBrowserItemPathExtensions_MakeContentBrowserItemPath_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UContentBrowserItemPathExtensions, nullptr, "MakeContentBrowserItemPath", Z_Construct_UFunction_UContentBrowserItemPathExtensions_MakeContentBrowserItemPath_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UContentBrowserItemPathExtensions_MakeContentBrowserItemPath_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UContentBrowserItemPathExtensions_MakeContentBrowserItemPath_Statics::ContentBrowserItemPathExtensions_eventMakeContentBrowserItemPath_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UContentBrowserItemPathExtensions_MakeContentBrowserItemPath_Statics::Function_MetaDataParams), Z_Construct_UFunction_UContentBrowserItemPathExtensions_MakeContentBrowserItemPath_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UContentBrowserItemPathExtensions_MakeContentBrowserItemPath_Statics::ContentBrowserItemPathExtensions_eventMakeContentBrowserItemPath_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UContentBrowserItemPathExtensions_MakeContentBrowserItemPath()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UContentBrowserItemPathExtensions_MakeContentBrowserItemPath_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UContentBrowserItemPathExtensions::execMakeContentBrowserItemPath)
{
P_GET_PROPERTY(FNameProperty,Z_Param_InPath);
P_GET_ENUM(EContentBrowserPathType,Z_Param_InPathType);
P_FINISH;
P_NATIVE_BEGIN;
*(FContentBrowserItemPath*)Z_Param__Result=UContentBrowserItemPathExtensions::MakeContentBrowserItemPath(Z_Param_InPath,EContentBrowserPathType(Z_Param_InPathType));
P_NATIVE_END;
}
// ********** End Class UContentBrowserItemPathExtensions Function MakeContentBrowserItemPath ******
// ********** Begin Class UContentBrowserItemPathExtensions Function SetPath ***********************
struct Z_Construct_UFunction_UContentBrowserItemPathExtensions_SetPath_Statics
{
struct ContentBrowserItemPathExtensions_eventSetPath_Parms
{
FContentBrowserItemPath ItemPath;
FName InPath;
EContentBrowserPathType InPathType;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Content Browser" },
{ "Comment", "/**\n\x09 * Set the path being stored\n\x09 */" },
{ "ModuleRelativePath", "Public/ContentBrowserItemPath.h" },
{ "ScriptMethod", "" },
{ "ToolTip", "Set the path being stored" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InPath_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InPathType_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetPath constinit property declarations *******************************
static const UECodeGen_Private::FStructPropertyParams NewProp_ItemPath;
static const UECodeGen_Private::FNamePropertyParams NewProp_InPath;
static const UECodeGen_Private::FBytePropertyParams NewProp_InPathType_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_InPathType;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetPath constinit property declarations *********************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetPath Property Definitions ******************************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UContentBrowserItemPathExtensions_SetPath_Statics::NewProp_ItemPath = { "ItemPath", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ContentBrowserItemPathExtensions_eventSetPath_Parms, ItemPath), Z_Construct_UScriptStruct_FContentBrowserItemPath, METADATA_PARAMS(0, nullptr) }; // 948883196
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UContentBrowserItemPathExtensions_SetPath_Statics::NewProp_InPath = { "InPath", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ContentBrowserItemPathExtensions_eventSetPath_Parms, InPath), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InPath_MetaData), NewProp_InPath_MetaData) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UContentBrowserItemPathExtensions_SetPath_Statics::NewProp_InPathType_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UContentBrowserItemPathExtensions_SetPath_Statics::NewProp_InPathType = { "InPathType", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ContentBrowserItemPathExtensions_eventSetPath_Parms, InPathType), Z_Construct_UEnum_ContentBrowserData_EContentBrowserPathType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InPathType_MetaData), NewProp_InPathType_MetaData) }; // 28000349
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UContentBrowserItemPathExtensions_SetPath_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UContentBrowserItemPathExtensions_SetPath_Statics::NewProp_ItemPath,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UContentBrowserItemPathExtensions_SetPath_Statics::NewProp_InPath,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UContentBrowserItemPathExtensions_SetPath_Statics::NewProp_InPathType_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UContentBrowserItemPathExtensions_SetPath_Statics::NewProp_InPathType,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UContentBrowserItemPathExtensions_SetPath_Statics::PropPointers) < 2048);
// ********** End Function SetPath Property Definitions ********************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UContentBrowserItemPathExtensions_SetPath_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UContentBrowserItemPathExtensions, nullptr, "SetPath", Z_Construct_UFunction_UContentBrowserItemPathExtensions_SetPath_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UContentBrowserItemPathExtensions_SetPath_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UContentBrowserItemPathExtensions_SetPath_Statics::ContentBrowserItemPathExtensions_eventSetPath_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UContentBrowserItemPathExtensions_SetPath_Statics::Function_MetaDataParams), Z_Construct_UFunction_UContentBrowserItemPathExtensions_SetPath_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UContentBrowserItemPathExtensions_SetPath_Statics::ContentBrowserItemPathExtensions_eventSetPath_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UContentBrowserItemPathExtensions_SetPath()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UContentBrowserItemPathExtensions_SetPath_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UContentBrowserItemPathExtensions::execSetPath)
{
P_GET_STRUCT_REF(FContentBrowserItemPath,Z_Param_Out_ItemPath);
P_GET_PROPERTY(FNameProperty,Z_Param_InPath);
P_GET_ENUM(EContentBrowserPathType,Z_Param_InPathType);
P_FINISH;
P_NATIVE_BEGIN;
UContentBrowserItemPathExtensions::SetPath(Z_Param_Out_ItemPath,Z_Param_InPath,EContentBrowserPathType(Z_Param_InPathType));
P_NATIVE_END;
}
// ********** End Class UContentBrowserItemPathExtensions Function SetPath *************************
// ********** Begin Class UContentBrowserItemPathExtensions ****************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UContentBrowserItemPathExtensions;
UClass* UContentBrowserItemPathExtensions::GetPrivateStaticClass()
{
using TClass = UContentBrowserItemPathExtensions;
if (!Z_Registration_Info_UClass_UContentBrowserItemPathExtensions.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("ContentBrowserItemPathExtensions"),
Z_Registration_Info_UClass_UContentBrowserItemPathExtensions.InnerSingleton,
StaticRegisterNativesUContentBrowserItemPathExtensions,
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_UContentBrowserItemPathExtensions.InnerSingleton;
}
UClass* Z_Construct_UClass_UContentBrowserItemPathExtensions_NoRegister()
{
return UContentBrowserItemPathExtensions::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UContentBrowserItemPathExtensions_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "ContentBrowserItemPath.h" },
{ "ModuleRelativePath", "Public/ContentBrowserItemPath.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UContentBrowserItemPathExtensions constinit property declarations ********
// ********** End Class UContentBrowserItemPathExtensions constinit property declarations **********
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("BreakContentBrowserItemPath"), .Pointer = &UContentBrowserItemPathExtensions::execBreakContentBrowserItemPath },
{ .NameUTF8 = UTF8TEXT("GetInternalPath"), .Pointer = &UContentBrowserItemPathExtensions::execGetInternalPath },
{ .NameUTF8 = UTF8TEXT("GetVirtualPath"), .Pointer = &UContentBrowserItemPathExtensions::execGetVirtualPath },
{ .NameUTF8 = UTF8TEXT("MakeContentBrowserItemPath"), .Pointer = &UContentBrowserItemPathExtensions::execMakeContentBrowserItemPath },
{ .NameUTF8 = UTF8TEXT("SetPath"), .Pointer = &UContentBrowserItemPathExtensions::execSetPath },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UContentBrowserItemPathExtensions_BreakContentBrowserItemPath, "BreakContentBrowserItemPath" }, // 1772199965
{ &Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetInternalPath, "GetInternalPath" }, // 1633975438
{ &Z_Construct_UFunction_UContentBrowserItemPathExtensions_GetVirtualPath, "GetVirtualPath" }, // 571036719
{ &Z_Construct_UFunction_UContentBrowserItemPathExtensions_MakeContentBrowserItemPath, "MakeContentBrowserItemPath" }, // 2767684834
{ &Z_Construct_UFunction_UContentBrowserItemPathExtensions_SetPath, "SetPath" }, // 681550288
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UContentBrowserItemPathExtensions>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UContentBrowserItemPathExtensions_Statics
UObject* (*const Z_Construct_UClass_UContentBrowserItemPathExtensions_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UBlueprintFunctionLibrary,
(UObject* (*)())Z_Construct_UPackage__Script_ContentBrowserData,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UContentBrowserItemPathExtensions_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UContentBrowserItemPathExtensions_Statics::ClassParams = {
&UContentBrowserItemPathExtensions::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_UContentBrowserItemPathExtensions_Statics::Class_MetaDataParams), Z_Construct_UClass_UContentBrowserItemPathExtensions_Statics::Class_MetaDataParams)
};
void UContentBrowserItemPathExtensions::StaticRegisterNativesUContentBrowserItemPathExtensions()
{
UClass* Class = UContentBrowserItemPathExtensions::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UContentBrowserItemPathExtensions_Statics::Funcs));
}
UClass* Z_Construct_UClass_UContentBrowserItemPathExtensions()
{
if (!Z_Registration_Info_UClass_UContentBrowserItemPathExtensions.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UContentBrowserItemPathExtensions.OuterSingleton, Z_Construct_UClass_UContentBrowserItemPathExtensions_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UContentBrowserItemPathExtensions.OuterSingleton;
}
UContentBrowserItemPathExtensions::UContentBrowserItemPathExtensions(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UContentBrowserItemPathExtensions);
UContentBrowserItemPathExtensions::~UContentBrowserItemPathExtensions() {}
// ********** End Class UContentBrowserItemPathExtensions ******************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_ContentBrowserData_Public_ContentBrowserItemPath_h__Script_ContentBrowserData_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FContentBrowserItemPath::StaticStruct, Z_Construct_UScriptStruct_FContentBrowserItemPath_Statics::NewStructOps, TEXT("ContentBrowserItemPath"),&Z_Registration_Info_UScriptStruct_FContentBrowserItemPath, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FContentBrowserItemPath), 948883196U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UContentBrowserItemPathExtensions, UContentBrowserItemPathExtensions::StaticClass, TEXT("UContentBrowserItemPathExtensions"), &Z_Registration_Info_UClass_UContentBrowserItemPathExtensions, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UContentBrowserItemPathExtensions), 2681114219U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_ContentBrowserData_Public_ContentBrowserItemPath_h__Script_ContentBrowserData_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_ContentBrowserData_Public_ContentBrowserItemPath_h__Script_ContentBrowserData_1893293962{
TEXT("/Script/ContentBrowserData"),
Z_CompiledInDeferFile_FID_Engine_Source_Editor_ContentBrowserData_Public_ContentBrowserItemPath_h__Script_ContentBrowserData_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_ContentBrowserData_Public_ContentBrowserItemPath_h__Script_ContentBrowserData_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_Engine_Source_Editor_ContentBrowserData_Public_ContentBrowserItemPath_h__Script_ContentBrowserData_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_ContentBrowserData_Public_ContentBrowserItemPath_h__Script_ContentBrowserData_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS