962 lines
66 KiB
C++
962 lines
66 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 "ContentBrowserMenuContexts.h"
|
|
#include "AssetRegistry/AssetData.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeContentBrowserMenuContexts() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
ASSETDEFINITION_API UClass* Z_Construct_UClass_UAssetDefinition_NoRegister();
|
|
CONTENTBROWSER_API UClass* Z_Construct_UClass_UContentBrowserAddNewContextMenuContext();
|
|
CONTENTBROWSER_API UClass* Z_Construct_UClass_UContentBrowserAddNewContextMenuContext_NoRegister();
|
|
CONTENTBROWSER_API UClass* Z_Construct_UClass_UContentBrowserAssetContextMenuContext();
|
|
CONTENTBROWSER_API UClass* Z_Construct_UClass_UContentBrowserAssetContextMenuContext_NoRegister();
|
|
CONTENTBROWSER_API UClass* Z_Construct_UClass_UContentBrowserAssetSortingContextMenuContext();
|
|
CONTENTBROWSER_API UClass* Z_Construct_UClass_UContentBrowserAssetSortingContextMenuContext_NoRegister();
|
|
CONTENTBROWSER_API UClass* Z_Construct_UClass_UContentBrowserAssetViewContextMenuContext();
|
|
CONTENTBROWSER_API UClass* Z_Construct_UClass_UContentBrowserAssetViewContextMenuContext_NoRegister();
|
|
CONTENTBROWSER_API UClass* Z_Construct_UClass_UContentBrowserFolderContext();
|
|
CONTENTBROWSER_API UClass* Z_Construct_UClass_UContentBrowserFolderContext_NoRegister();
|
|
CONTENTBROWSER_API UClass* Z_Construct_UClass_UContentBrowserMenuContext();
|
|
CONTENTBROWSER_API UClass* Z_Construct_UClass_UContentBrowserMenuContext_NoRegister();
|
|
CONTENTBROWSER_API UClass* Z_Construct_UClass_UContentBrowserToolbarMenuContext();
|
|
CONTENTBROWSER_API UClass* Z_Construct_UClass_UContentBrowserToolbarMenuContext_NoRegister();
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister();
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FAssetData();
|
|
UPackage* Z_Construct_UPackage__Script_ContentBrowser();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UContentBrowserAssetContextMenuContext Function GetSelectedObjects *******
|
|
struct Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_GetSelectedObjects_Statics
|
|
{
|
|
struct ContentBrowserAssetContextMenuContext_eventGetSelectedObjects_Parms
|
|
{
|
|
TArray<UObject*> ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Tool Menus" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "GetSelectedObjects has been deprecated. We no longer automatically load assets on right click. If you can work without loading the assets, please use SelectedAssets. Otherwise call LoadSelectedObjects" },
|
|
{ "ModuleRelativePath", "Public/ContentBrowserMenuContexts.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetSelectedObjects constinit property declarations ********************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetSelectedObjects constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetSelectedObjects Property Definitions *******************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_GetSelectedObjects_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_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_GetSelectedObjects_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ContentBrowserAssetContextMenuContext_eventGetSelectedObjects_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_GetSelectedObjects_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_GetSelectedObjects_Statics::NewProp_ReturnValue_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_GetSelectedObjects_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_GetSelectedObjects_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetSelectedObjects Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_GetSelectedObjects_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UContentBrowserAssetContextMenuContext, nullptr, "GetSelectedObjects", Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_GetSelectedObjects_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_GetSelectedObjects_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_GetSelectedObjects_Statics::ContentBrowserAssetContextMenuContext_eventGetSelectedObjects_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_GetSelectedObjects_Statics::Function_MetaDataParams), Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_GetSelectedObjects_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_GetSelectedObjects_Statics::ContentBrowserAssetContextMenuContext_eventGetSelectedObjects_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_GetSelectedObjects()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_GetSelectedObjects_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UContentBrowserAssetContextMenuContext::execGetSelectedObjects)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(TArray<UObject*>*)Z_Param__Result=P_THIS->GetSelectedObjects();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UContentBrowserAssetContextMenuContext Function GetSelectedObjects *********
|
|
|
|
// ********** Begin Class UContentBrowserAssetContextMenuContext Function LoadSelectedObjects ******
|
|
struct Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjects_Statics
|
|
{
|
|
struct ContentBrowserAssetContextMenuContext_eventLoadSelectedObjects_Parms
|
|
{
|
|
TSet<FName> LoadTags;
|
|
TArray<UObject*> ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Tool Menus" },
|
|
{ "Comment", "/**\n\x09 * Loads all the selected assets and returns an array of the objects.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Public/ContentBrowserMenuContexts.h" },
|
|
{ "ToolTip", "Loads all the selected assets and returns an array of the objects." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LoadSelectedObjects constinit property declarations *******************
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_LoadTags_ElementProp;
|
|
static const UECodeGen_Private::FSetPropertyParams NewProp_LoadTags;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LoadSelectedObjects constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LoadSelectedObjects Property Definitions ******************************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjects_Statics::NewProp_LoadTags_ElementProp = { "LoadTags", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FSetPropertyParams Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjects_Statics::NewProp_LoadTags = { "LoadTags", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Set, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ContentBrowserAssetContextMenuContext_eventLoadSelectedObjects_Parms, LoadTags), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjects_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_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjects_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ContentBrowserAssetContextMenuContext_eventLoadSelectedObjects_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjects_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjects_Statics::NewProp_LoadTags_ElementProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjects_Statics::NewProp_LoadTags,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjects_Statics::NewProp_ReturnValue_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjects_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjects_Statics::PropPointers) < 2048);
|
|
// ********** End Function LoadSelectedObjects Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjects_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UContentBrowserAssetContextMenuContext, nullptr, "LoadSelectedObjects", Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjects_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjects_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjects_Statics::ContentBrowserAssetContextMenuContext_eventLoadSelectedObjects_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjects_Statics::Function_MetaDataParams), Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjects_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjects_Statics::ContentBrowserAssetContextMenuContext_eventLoadSelectedObjects_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjects()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjects_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UContentBrowserAssetContextMenuContext::execLoadSelectedObjects)
|
|
{
|
|
P_GET_TSET(FName,Z_Param_LoadTags);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(TArray<UObject*>*)Z_Param__Result=P_THIS->LoadSelectedObjects(Z_Param_LoadTags);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UContentBrowserAssetContextMenuContext Function LoadSelectedObjects ********
|
|
|
|
// ********** Begin Class UContentBrowserAssetContextMenuContext Function LoadSelectedObjectsIfNeeded
|
|
struct Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjectsIfNeeded_Statics
|
|
{
|
|
struct ContentBrowserAssetContextMenuContext_eventLoadSelectedObjectsIfNeeded_Parms
|
|
{
|
|
TArray<UObject*> ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Tool Menus" },
|
|
{ "Comment", "/**\n\x09 * Loads the selected assets (if needed) which is based on AssetViewUtils::LoadAssetsIfNeeded, this exists primarily\n\x09 * for backwards compatability. Reliance on a black box to determine 'neededness' is not recommended, this function\n\x09 * will likely be deprecated a few versions after GetSelectedObjects.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Public/ContentBrowserMenuContexts.h" },
|
|
{ "ToolTip", "Loads the selected assets (if needed) which is based on AssetViewUtils::LoadAssetsIfNeeded, this exists primarily\nfor backwards compatability. Reliance on a black box to determine 'neededness' is not recommended, this function\nwill likely be deprecated a few versions after GetSelectedObjects." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LoadSelectedObjectsIfNeeded constinit property declarations ***********
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LoadSelectedObjectsIfNeeded constinit property declarations *************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LoadSelectedObjectsIfNeeded Property Definitions **********************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjectsIfNeeded_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_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjectsIfNeeded_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ContentBrowserAssetContextMenuContext_eventLoadSelectedObjectsIfNeeded_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjectsIfNeeded_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjectsIfNeeded_Statics::NewProp_ReturnValue_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjectsIfNeeded_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjectsIfNeeded_Statics::PropPointers) < 2048);
|
|
// ********** End Function LoadSelectedObjectsIfNeeded Property Definitions ************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjectsIfNeeded_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UContentBrowserAssetContextMenuContext, nullptr, "LoadSelectedObjectsIfNeeded", Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjectsIfNeeded_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjectsIfNeeded_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjectsIfNeeded_Statics::ContentBrowserAssetContextMenuContext_eventLoadSelectedObjectsIfNeeded_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjectsIfNeeded_Statics::Function_MetaDataParams), Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjectsIfNeeded_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjectsIfNeeded_Statics::ContentBrowserAssetContextMenuContext_eventLoadSelectedObjectsIfNeeded_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjectsIfNeeded()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjectsIfNeeded_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UContentBrowserAssetContextMenuContext::execLoadSelectedObjectsIfNeeded)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(TArray<UObject*>*)Z_Param__Result=P_THIS->LoadSelectedObjectsIfNeeded();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UContentBrowserAssetContextMenuContext Function LoadSelectedObjectsIfNeeded
|
|
|
|
// ********** Begin Class UContentBrowserAssetContextMenuContext ***********************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UContentBrowserAssetContextMenuContext;
|
|
UClass* UContentBrowserAssetContextMenuContext::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UContentBrowserAssetContextMenuContext;
|
|
if (!Z_Registration_Info_UClass_UContentBrowserAssetContextMenuContext.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("ContentBrowserAssetContextMenuContext"),
|
|
Z_Registration_Info_UClass_UContentBrowserAssetContextMenuContext.InnerSingleton,
|
|
StaticRegisterNativesUContentBrowserAssetContextMenuContext,
|
|
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_UContentBrowserAssetContextMenuContext.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UContentBrowserAssetContextMenuContext_NoRegister()
|
|
{
|
|
return UContentBrowserAssetContextMenuContext::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "ContentBrowserMenuContexts.h" },
|
|
{ "ModuleRelativePath", "Public/ContentBrowserMenuContexts.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CommonAssetDefinition_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/ContentBrowserMenuContexts.h" },
|
|
{ "NativeConstTemplateArg", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SelectedAssets_MetaData[] = {
|
|
{ "Category", "Tool Menus" },
|
|
{ "Comment", "/**\n\x09 * The currently selected assets in the content browser.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Public/ContentBrowserMenuContexts.h" },
|
|
{ "ToolTip", "The currently selected assets in the content browser." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CommonClass_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/ContentBrowserMenuContexts.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCanBeModified_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/ContentBrowserMenuContexts.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCanView_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/ContentBrowserMenuContexts.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bHasCookedPackages_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/ContentBrowserMenuContexts.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bContainsUnsupportedAssets_MetaData[] = {
|
|
{ "Category", "ContentBrowser" },
|
|
{ "ModuleRelativePath", "Public/ContentBrowserMenuContexts.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UContentBrowserAssetContextMenuContext constinit property declarations ***
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_CommonAssetDefinition;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SelectedAssets_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_SelectedAssets;
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_CommonClass;
|
|
static void NewProp_bCanBeModified_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bCanBeModified;
|
|
static void NewProp_bCanView_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bCanView;
|
|
static void NewProp_bHasCookedPackages_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bHasCookedPackages;
|
|
static void NewProp_bContainsUnsupportedAssets_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bContainsUnsupportedAssets;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UContentBrowserAssetContextMenuContext constinit property declarations *****
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("GetSelectedObjects"), .Pointer = &UContentBrowserAssetContextMenuContext::execGetSelectedObjects },
|
|
{ .NameUTF8 = UTF8TEXT("LoadSelectedObjects"), .Pointer = &UContentBrowserAssetContextMenuContext::execLoadSelectedObjects },
|
|
{ .NameUTF8 = UTF8TEXT("LoadSelectedObjectsIfNeeded"), .Pointer = &UContentBrowserAssetContextMenuContext::execLoadSelectedObjectsIfNeeded },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_GetSelectedObjects, "GetSelectedObjects" }, // 2628469895
|
|
{ &Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjects, "LoadSelectedObjects" }, // 2914995698
|
|
{ &Z_Construct_UFunction_UContentBrowserAssetContextMenuContext_LoadSelectedObjectsIfNeeded, "LoadSelectedObjectsIfNeeded" }, // 542316654
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UContentBrowserAssetContextMenuContext>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics
|
|
|
|
// ********** Begin Class UContentBrowserAssetContextMenuContext Property Definitions **************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::NewProp_CommonAssetDefinition = { "CommonAssetDefinition", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UContentBrowserAssetContextMenuContext, CommonAssetDefinition), Z_Construct_UClass_UAssetDefinition_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CommonAssetDefinition_MetaData), NewProp_CommonAssetDefinition_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::NewProp_SelectedAssets_Inner = { "SelectedAssets", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FAssetData, METADATA_PARAMS(0, nullptr) }; // 3308834901
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::NewProp_SelectedAssets = { "SelectedAssets", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UContentBrowserAssetContextMenuContext, SelectedAssets), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SelectedAssets_MetaData), NewProp_SelectedAssets_MetaData) }; // 3308834901
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::NewProp_CommonClass = { "CommonClass", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Class | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UContentBrowserAssetContextMenuContext, CommonClass), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CommonClass_MetaData), NewProp_CommonClass_MetaData) };
|
|
void Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::NewProp_bCanBeModified_SetBit(void* Obj)
|
|
{
|
|
((UContentBrowserAssetContextMenuContext*)Obj)->bCanBeModified = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::NewProp_bCanBeModified = { "bCanBeModified", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UContentBrowserAssetContextMenuContext), &Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::NewProp_bCanBeModified_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCanBeModified_MetaData), NewProp_bCanBeModified_MetaData) };
|
|
void Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::NewProp_bCanView_SetBit(void* Obj)
|
|
{
|
|
((UContentBrowserAssetContextMenuContext*)Obj)->bCanView = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::NewProp_bCanView = { "bCanView", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UContentBrowserAssetContextMenuContext), &Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::NewProp_bCanView_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCanView_MetaData), NewProp_bCanView_MetaData) };
|
|
void Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::NewProp_bHasCookedPackages_SetBit(void* Obj)
|
|
{
|
|
((UContentBrowserAssetContextMenuContext*)Obj)->bHasCookedPackages = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::NewProp_bHasCookedPackages = { "bHasCookedPackages", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UContentBrowserAssetContextMenuContext), &Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::NewProp_bHasCookedPackages_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bHasCookedPackages_MetaData), NewProp_bHasCookedPackages_MetaData) };
|
|
void Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::NewProp_bContainsUnsupportedAssets_SetBit(void* Obj)
|
|
{
|
|
((UContentBrowserAssetContextMenuContext*)Obj)->bContainsUnsupportedAssets = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::NewProp_bContainsUnsupportedAssets = { "bContainsUnsupportedAssets", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UContentBrowserAssetContextMenuContext), &Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::NewProp_bContainsUnsupportedAssets_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bContainsUnsupportedAssets_MetaData), NewProp_bContainsUnsupportedAssets_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::NewProp_CommonAssetDefinition,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::NewProp_SelectedAssets_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::NewProp_SelectedAssets,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::NewProp_CommonClass,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::NewProp_bCanBeModified,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::NewProp_bCanView,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::NewProp_bHasCookedPackages,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::NewProp_bContainsUnsupportedAssets,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::PropPointers) < 2048);
|
|
// ********** End Class UContentBrowserAssetContextMenuContext Property Definitions ****************
|
|
UObject* (*const Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ContentBrowser,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::ClassParams = {
|
|
&UContentBrowserAssetContextMenuContext::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::PropPointers),
|
|
0,
|
|
0x000800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::Class_MetaDataParams), Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::Class_MetaDataParams)
|
|
};
|
|
void UContentBrowserAssetContextMenuContext::StaticRegisterNativesUContentBrowserAssetContextMenuContext()
|
|
{
|
|
UClass* Class = UContentBrowserAssetContextMenuContext::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UContentBrowserAssetContextMenuContext()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UContentBrowserAssetContextMenuContext.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UContentBrowserAssetContextMenuContext.OuterSingleton, Z_Construct_UClass_UContentBrowserAssetContextMenuContext_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UContentBrowserAssetContextMenuContext.OuterSingleton;
|
|
}
|
|
UContentBrowserAssetContextMenuContext::UContentBrowserAssetContextMenuContext(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UContentBrowserAssetContextMenuContext);
|
|
UContentBrowserAssetContextMenuContext::~UContentBrowserAssetContextMenuContext() {}
|
|
// ********** End Class UContentBrowserAssetContextMenuContext *************************************
|
|
|
|
// ********** Begin Class UContentBrowserAssetViewContextMenuContext *******************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UContentBrowserAssetViewContextMenuContext;
|
|
UClass* UContentBrowserAssetViewContextMenuContext::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UContentBrowserAssetViewContextMenuContext;
|
|
if (!Z_Registration_Info_UClass_UContentBrowserAssetViewContextMenuContext.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("ContentBrowserAssetViewContextMenuContext"),
|
|
Z_Registration_Info_UClass_UContentBrowserAssetViewContextMenuContext.InnerSingleton,
|
|
StaticRegisterNativesUContentBrowserAssetViewContextMenuContext,
|
|
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_UContentBrowserAssetViewContextMenuContext.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UContentBrowserAssetViewContextMenuContext_NoRegister()
|
|
{
|
|
return UContentBrowserAssetViewContextMenuContext::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UContentBrowserAssetViewContextMenuContext_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "ContentBrowserMenuContexts.h" },
|
|
{ "ModuleRelativePath", "Public/ContentBrowserMenuContexts.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UContentBrowserAssetViewContextMenuContext constinit property declarations
|
|
// ********** End Class UContentBrowserAssetViewContextMenuContext constinit property declarations *
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UContentBrowserAssetViewContextMenuContext>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UContentBrowserAssetViewContextMenuContext_Statics
|
|
UObject* (*const Z_Construct_UClass_UContentBrowserAssetViewContextMenuContext_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ContentBrowser,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UContentBrowserAssetViewContextMenuContext_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UContentBrowserAssetViewContextMenuContext_Statics::ClassParams = {
|
|
&UContentBrowserAssetViewContextMenuContext::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
0,
|
|
0x000800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UContentBrowserAssetViewContextMenuContext_Statics::Class_MetaDataParams), Z_Construct_UClass_UContentBrowserAssetViewContextMenuContext_Statics::Class_MetaDataParams)
|
|
};
|
|
void UContentBrowserAssetViewContextMenuContext::StaticRegisterNativesUContentBrowserAssetViewContextMenuContext()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UContentBrowserAssetViewContextMenuContext()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UContentBrowserAssetViewContextMenuContext.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UContentBrowserAssetViewContextMenuContext.OuterSingleton, Z_Construct_UClass_UContentBrowserAssetViewContextMenuContext_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UContentBrowserAssetViewContextMenuContext.OuterSingleton;
|
|
}
|
|
UContentBrowserAssetViewContextMenuContext::UContentBrowserAssetViewContextMenuContext(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UContentBrowserAssetViewContextMenuContext);
|
|
UContentBrowserAssetViewContextMenuContext::~UContentBrowserAssetViewContextMenuContext() {}
|
|
// ********** End Class UContentBrowserAssetViewContextMenuContext *********************************
|
|
|
|
// ********** Begin Class UContentBrowserAssetSortingContextMenuContext ****************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UContentBrowserAssetSortingContextMenuContext;
|
|
UClass* UContentBrowserAssetSortingContextMenuContext::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UContentBrowserAssetSortingContextMenuContext;
|
|
if (!Z_Registration_Info_UClass_UContentBrowserAssetSortingContextMenuContext.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("ContentBrowserAssetSortingContextMenuContext"),
|
|
Z_Registration_Info_UClass_UContentBrowserAssetSortingContextMenuContext.InnerSingleton,
|
|
StaticRegisterNativesUContentBrowserAssetSortingContextMenuContext,
|
|
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_UContentBrowserAssetSortingContextMenuContext.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UContentBrowserAssetSortingContextMenuContext_NoRegister()
|
|
{
|
|
return UContentBrowserAssetSortingContextMenuContext::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UContentBrowserAssetSortingContextMenuContext_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "ContentBrowserMenuContexts.h" },
|
|
{ "ModuleRelativePath", "Public/ContentBrowserMenuContexts.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UContentBrowserAssetSortingContextMenuContext constinit property declarations
|
|
// ********** End Class UContentBrowserAssetSortingContextMenuContext constinit property declarations
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UContentBrowserAssetSortingContextMenuContext>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UContentBrowserAssetSortingContextMenuContext_Statics
|
|
UObject* (*const Z_Construct_UClass_UContentBrowserAssetSortingContextMenuContext_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ContentBrowser,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UContentBrowserAssetSortingContextMenuContext_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UContentBrowserAssetSortingContextMenuContext_Statics::ClassParams = {
|
|
&UContentBrowserAssetSortingContextMenuContext::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
0,
|
|
0x000800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UContentBrowserAssetSortingContextMenuContext_Statics::Class_MetaDataParams), Z_Construct_UClass_UContentBrowserAssetSortingContextMenuContext_Statics::Class_MetaDataParams)
|
|
};
|
|
void UContentBrowserAssetSortingContextMenuContext::StaticRegisterNativesUContentBrowserAssetSortingContextMenuContext()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UContentBrowserAssetSortingContextMenuContext()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UContentBrowserAssetSortingContextMenuContext.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UContentBrowserAssetSortingContextMenuContext.OuterSingleton, Z_Construct_UClass_UContentBrowserAssetSortingContextMenuContext_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UContentBrowserAssetSortingContextMenuContext.OuterSingleton;
|
|
}
|
|
UContentBrowserAssetSortingContextMenuContext::UContentBrowserAssetSortingContextMenuContext(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UContentBrowserAssetSortingContextMenuContext);
|
|
UContentBrowserAssetSortingContextMenuContext::~UContentBrowserAssetSortingContextMenuContext() {}
|
|
// ********** End Class UContentBrowserAssetSortingContextMenuContext ******************************
|
|
|
|
// ********** Begin Class UContentBrowserMenuContext ***********************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UContentBrowserMenuContext;
|
|
UClass* UContentBrowserMenuContext::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UContentBrowserMenuContext;
|
|
if (!Z_Registration_Info_UClass_UContentBrowserMenuContext.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("ContentBrowserMenuContext"),
|
|
Z_Registration_Info_UClass_UContentBrowserMenuContext.InnerSingleton,
|
|
StaticRegisterNativesUContentBrowserMenuContext,
|
|
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_UContentBrowserMenuContext.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UContentBrowserMenuContext_NoRegister()
|
|
{
|
|
return UContentBrowserMenuContext::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UContentBrowserMenuContext_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "ContentBrowserMenuContexts.h" },
|
|
{ "ModuleRelativePath", "Public/ContentBrowserMenuContexts.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UContentBrowserMenuContext constinit property declarations ***************
|
|
// ********** End Class UContentBrowserMenuContext constinit property declarations *****************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UContentBrowserMenuContext>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UContentBrowserMenuContext_Statics
|
|
UObject* (*const Z_Construct_UClass_UContentBrowserMenuContext_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ContentBrowser,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UContentBrowserMenuContext_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UContentBrowserMenuContext_Statics::ClassParams = {
|
|
&UContentBrowserMenuContext::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
0,
|
|
0x000800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UContentBrowserMenuContext_Statics::Class_MetaDataParams), Z_Construct_UClass_UContentBrowserMenuContext_Statics::Class_MetaDataParams)
|
|
};
|
|
void UContentBrowserMenuContext::StaticRegisterNativesUContentBrowserMenuContext()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UContentBrowserMenuContext()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UContentBrowserMenuContext.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UContentBrowserMenuContext.OuterSingleton, Z_Construct_UClass_UContentBrowserMenuContext_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UContentBrowserMenuContext.OuterSingleton;
|
|
}
|
|
UContentBrowserMenuContext::UContentBrowserMenuContext(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UContentBrowserMenuContext);
|
|
UContentBrowserMenuContext::~UContentBrowserMenuContext() {}
|
|
// ********** End Class UContentBrowserMenuContext *************************************************
|
|
|
|
// ********** Begin Class UContentBrowserFolderContext *********************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UContentBrowserFolderContext;
|
|
UClass* UContentBrowserFolderContext::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UContentBrowserFolderContext;
|
|
if (!Z_Registration_Info_UClass_UContentBrowserFolderContext.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("ContentBrowserFolderContext"),
|
|
Z_Registration_Info_UClass_UContentBrowserFolderContext.InnerSingleton,
|
|
StaticRegisterNativesUContentBrowserFolderContext,
|
|
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_UContentBrowserFolderContext.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UContentBrowserFolderContext_NoRegister()
|
|
{
|
|
return UContentBrowserFolderContext::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UContentBrowserFolderContext_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "ContentBrowserMenuContexts.h" },
|
|
{ "ModuleRelativePath", "Public/ContentBrowserMenuContexts.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCanBeModified_MetaData[] = {
|
|
{ "Category", "ContentBrowser" },
|
|
{ "ModuleRelativePath", "Public/ContentBrowserMenuContexts.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bNoFolderOnDisk_MetaData[] = {
|
|
{ "Category", "ContentBrowser" },
|
|
{ "ModuleRelativePath", "Public/ContentBrowserMenuContexts.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NumAssetPaths_MetaData[] = {
|
|
{ "Category", "ContentBrowser" },
|
|
{ "ModuleRelativePath", "Public/ContentBrowserMenuContexts.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NumClassPaths_MetaData[] = {
|
|
{ "Category", "ContentBrowser" },
|
|
{ "ModuleRelativePath", "Public/ContentBrowserMenuContexts.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SelectedPackagePaths_MetaData[] = {
|
|
{ "Category", "ContentBrowser" },
|
|
{ "ModuleRelativePath", "Public/ContentBrowserMenuContexts.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UContentBrowserFolderContext constinit property declarations *************
|
|
static void NewProp_bCanBeModified_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bCanBeModified;
|
|
static void NewProp_bNoFolderOnDisk_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bNoFolderOnDisk;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_NumAssetPaths;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_NumClassPaths;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SelectedPackagePaths_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_SelectedPackagePaths;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UContentBrowserFolderContext constinit property declarations ***************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UContentBrowserFolderContext>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UContentBrowserFolderContext_Statics
|
|
|
|
// ********** Begin Class UContentBrowserFolderContext Property Definitions ************************
|
|
void Z_Construct_UClass_UContentBrowserFolderContext_Statics::NewProp_bCanBeModified_SetBit(void* Obj)
|
|
{
|
|
((UContentBrowserFolderContext*)Obj)->bCanBeModified = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UContentBrowserFolderContext_Statics::NewProp_bCanBeModified = { "bCanBeModified", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UContentBrowserFolderContext), &Z_Construct_UClass_UContentBrowserFolderContext_Statics::NewProp_bCanBeModified_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCanBeModified_MetaData), NewProp_bCanBeModified_MetaData) };
|
|
void Z_Construct_UClass_UContentBrowserFolderContext_Statics::NewProp_bNoFolderOnDisk_SetBit(void* Obj)
|
|
{
|
|
((UContentBrowserFolderContext*)Obj)->bNoFolderOnDisk = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UContentBrowserFolderContext_Statics::NewProp_bNoFolderOnDisk = { "bNoFolderOnDisk", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UContentBrowserFolderContext), &Z_Construct_UClass_UContentBrowserFolderContext_Statics::NewProp_bNoFolderOnDisk_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bNoFolderOnDisk_MetaData), NewProp_bNoFolderOnDisk_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UContentBrowserFolderContext_Statics::NewProp_NumAssetPaths = { "NumAssetPaths", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UContentBrowserFolderContext, NumAssetPaths), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NumAssetPaths_MetaData), NewProp_NumAssetPaths_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UContentBrowserFolderContext_Statics::NewProp_NumClassPaths = { "NumClassPaths", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UContentBrowserFolderContext, NumClassPaths), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NumClassPaths_MetaData), NewProp_NumClassPaths_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UContentBrowserFolderContext_Statics::NewProp_SelectedPackagePaths_Inner = { "SelectedPackagePaths", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UContentBrowserFolderContext_Statics::NewProp_SelectedPackagePaths = { "SelectedPackagePaths", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UContentBrowserFolderContext, SelectedPackagePaths), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SelectedPackagePaths_MetaData), NewProp_SelectedPackagePaths_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UContentBrowserFolderContext_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UContentBrowserFolderContext_Statics::NewProp_bCanBeModified,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UContentBrowserFolderContext_Statics::NewProp_bNoFolderOnDisk,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UContentBrowserFolderContext_Statics::NewProp_NumAssetPaths,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UContentBrowserFolderContext_Statics::NewProp_NumClassPaths,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UContentBrowserFolderContext_Statics::NewProp_SelectedPackagePaths_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UContentBrowserFolderContext_Statics::NewProp_SelectedPackagePaths,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UContentBrowserFolderContext_Statics::PropPointers) < 2048);
|
|
// ********** End Class UContentBrowserFolderContext Property Definitions **************************
|
|
UObject* (*const Z_Construct_UClass_UContentBrowserFolderContext_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UContentBrowserMenuContext,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ContentBrowser,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UContentBrowserFolderContext_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UContentBrowserFolderContext_Statics::ClassParams = {
|
|
&UContentBrowserFolderContext::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UContentBrowserFolderContext_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UContentBrowserFolderContext_Statics::PropPointers),
|
|
0,
|
|
0x000800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UContentBrowserFolderContext_Statics::Class_MetaDataParams), Z_Construct_UClass_UContentBrowserFolderContext_Statics::Class_MetaDataParams)
|
|
};
|
|
void UContentBrowserFolderContext::StaticRegisterNativesUContentBrowserFolderContext()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UContentBrowserFolderContext()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UContentBrowserFolderContext.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UContentBrowserFolderContext.OuterSingleton, Z_Construct_UClass_UContentBrowserFolderContext_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UContentBrowserFolderContext.OuterSingleton;
|
|
}
|
|
UContentBrowserFolderContext::UContentBrowserFolderContext(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UContentBrowserFolderContext);
|
|
UContentBrowserFolderContext::~UContentBrowserFolderContext() {}
|
|
// ********** End Class UContentBrowserFolderContext ***********************************************
|
|
|
|
// ********** Begin Class UContentBrowserAddNewContextMenuContext **********************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UContentBrowserAddNewContextMenuContext;
|
|
UClass* UContentBrowserAddNewContextMenuContext::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UContentBrowserAddNewContextMenuContext;
|
|
if (!Z_Registration_Info_UClass_UContentBrowserAddNewContextMenuContext.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("ContentBrowserAddNewContextMenuContext"),
|
|
Z_Registration_Info_UClass_UContentBrowserAddNewContextMenuContext.InnerSingleton,
|
|
StaticRegisterNativesUContentBrowserAddNewContextMenuContext,
|
|
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_UContentBrowserAddNewContextMenuContext.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UContentBrowserAddNewContextMenuContext_NoRegister()
|
|
{
|
|
return UContentBrowserAddNewContextMenuContext::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UContentBrowserAddNewContextMenuContext_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "ContentBrowserMenuContexts.h" },
|
|
{ "ModuleRelativePath", "Public/ContentBrowserMenuContexts.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UContentBrowserAddNewContextMenuContext constinit property declarations **
|
|
// ********** End Class UContentBrowserAddNewContextMenuContext constinit property declarations ****
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UContentBrowserAddNewContextMenuContext>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UContentBrowserAddNewContextMenuContext_Statics
|
|
UObject* (*const Z_Construct_UClass_UContentBrowserAddNewContextMenuContext_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ContentBrowser,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UContentBrowserAddNewContextMenuContext_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UContentBrowserAddNewContextMenuContext_Statics::ClassParams = {
|
|
&UContentBrowserAddNewContextMenuContext::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
0,
|
|
0x000800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UContentBrowserAddNewContextMenuContext_Statics::Class_MetaDataParams), Z_Construct_UClass_UContentBrowserAddNewContextMenuContext_Statics::Class_MetaDataParams)
|
|
};
|
|
void UContentBrowserAddNewContextMenuContext::StaticRegisterNativesUContentBrowserAddNewContextMenuContext()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UContentBrowserAddNewContextMenuContext()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UContentBrowserAddNewContextMenuContext.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UContentBrowserAddNewContextMenuContext.OuterSingleton, Z_Construct_UClass_UContentBrowserAddNewContextMenuContext_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UContentBrowserAddNewContextMenuContext.OuterSingleton;
|
|
}
|
|
UContentBrowserAddNewContextMenuContext::UContentBrowserAddNewContextMenuContext(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UContentBrowserAddNewContextMenuContext);
|
|
UContentBrowserAddNewContextMenuContext::~UContentBrowserAddNewContextMenuContext() {}
|
|
// ********** End Class UContentBrowserAddNewContextMenuContext ************************************
|
|
|
|
// ********** Begin Class UContentBrowserToolbarMenuContext ****************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UContentBrowserToolbarMenuContext;
|
|
UClass* UContentBrowserToolbarMenuContext::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UContentBrowserToolbarMenuContext;
|
|
if (!Z_Registration_Info_UClass_UContentBrowserToolbarMenuContext.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("ContentBrowserToolbarMenuContext"),
|
|
Z_Registration_Info_UClass_UContentBrowserToolbarMenuContext.InnerSingleton,
|
|
StaticRegisterNativesUContentBrowserToolbarMenuContext,
|
|
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_UContentBrowserToolbarMenuContext.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UContentBrowserToolbarMenuContext_NoRegister()
|
|
{
|
|
return UContentBrowserToolbarMenuContext::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UContentBrowserToolbarMenuContext_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "ContentBrowserMenuContexts.h" },
|
|
{ "ModuleRelativePath", "Public/ContentBrowserMenuContexts.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UContentBrowserToolbarMenuContext constinit property declarations ********
|
|
// ********** End Class UContentBrowserToolbarMenuContext constinit property declarations **********
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UContentBrowserToolbarMenuContext>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UContentBrowserToolbarMenuContext_Statics
|
|
UObject* (*const Z_Construct_UClass_UContentBrowserToolbarMenuContext_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ContentBrowser,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UContentBrowserToolbarMenuContext_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UContentBrowserToolbarMenuContext_Statics::ClassParams = {
|
|
&UContentBrowserToolbarMenuContext::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
0,
|
|
0x000800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UContentBrowserToolbarMenuContext_Statics::Class_MetaDataParams), Z_Construct_UClass_UContentBrowserToolbarMenuContext_Statics::Class_MetaDataParams)
|
|
};
|
|
void UContentBrowserToolbarMenuContext::StaticRegisterNativesUContentBrowserToolbarMenuContext()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UContentBrowserToolbarMenuContext()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UContentBrowserToolbarMenuContext.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UContentBrowserToolbarMenuContext.OuterSingleton, Z_Construct_UClass_UContentBrowserToolbarMenuContext_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UContentBrowserToolbarMenuContext.OuterSingleton;
|
|
}
|
|
UContentBrowserToolbarMenuContext::UContentBrowserToolbarMenuContext(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UContentBrowserToolbarMenuContext);
|
|
UContentBrowserToolbarMenuContext::~UContentBrowserToolbarMenuContext() {}
|
|
// ********** End Class UContentBrowserToolbarMenuContext ******************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_ContentBrowser_Public_ContentBrowserMenuContexts_h__Script_ContentBrowser_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UContentBrowserAssetContextMenuContext, UContentBrowserAssetContextMenuContext::StaticClass, TEXT("UContentBrowserAssetContextMenuContext"), &Z_Registration_Info_UClass_UContentBrowserAssetContextMenuContext, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UContentBrowserAssetContextMenuContext), 2930593825U) },
|
|
{ Z_Construct_UClass_UContentBrowserAssetViewContextMenuContext, UContentBrowserAssetViewContextMenuContext::StaticClass, TEXT("UContentBrowserAssetViewContextMenuContext"), &Z_Registration_Info_UClass_UContentBrowserAssetViewContextMenuContext, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UContentBrowserAssetViewContextMenuContext), 1516315903U) },
|
|
{ Z_Construct_UClass_UContentBrowserAssetSortingContextMenuContext, UContentBrowserAssetSortingContextMenuContext::StaticClass, TEXT("UContentBrowserAssetSortingContextMenuContext"), &Z_Registration_Info_UClass_UContentBrowserAssetSortingContextMenuContext, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UContentBrowserAssetSortingContextMenuContext), 1489158722U) },
|
|
{ Z_Construct_UClass_UContentBrowserMenuContext, UContentBrowserMenuContext::StaticClass, TEXT("UContentBrowserMenuContext"), &Z_Registration_Info_UClass_UContentBrowserMenuContext, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UContentBrowserMenuContext), 1598630865U) },
|
|
{ Z_Construct_UClass_UContentBrowserFolderContext, UContentBrowserFolderContext::StaticClass, TEXT("UContentBrowserFolderContext"), &Z_Registration_Info_UClass_UContentBrowserFolderContext, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UContentBrowserFolderContext), 4042853709U) },
|
|
{ Z_Construct_UClass_UContentBrowserAddNewContextMenuContext, UContentBrowserAddNewContextMenuContext::StaticClass, TEXT("UContentBrowserAddNewContextMenuContext"), &Z_Registration_Info_UClass_UContentBrowserAddNewContextMenuContext, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UContentBrowserAddNewContextMenuContext), 2681974465U) },
|
|
{ Z_Construct_UClass_UContentBrowserToolbarMenuContext, UContentBrowserToolbarMenuContext::StaticClass, TEXT("UContentBrowserToolbarMenuContext"), &Z_Registration_Info_UClass_UContentBrowserToolbarMenuContext, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UContentBrowserToolbarMenuContext), 249152315U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_ContentBrowser_Public_ContentBrowserMenuContexts_h__Script_ContentBrowser_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_ContentBrowser_Public_ContentBrowserMenuContexts_h__Script_ContentBrowser_4186520112{
|
|
TEXT("/Script/ContentBrowser"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Editor_ContentBrowser_Public_ContentBrowserMenuContexts_h__Script_ContentBrowser_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_ContentBrowser_Public_ContentBrowserMenuContexts_h__Script_ContentBrowser_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|