Initial Commit

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

View File

@@ -0,0 +1,29 @@
// 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"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeObjectMixerEditor_init() {}
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_ObjectMixerEditor;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_ObjectMixerEditor()
{
if (!Z_Registration_Info_UPackage__Script_ObjectMixerEditor.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/ObjectMixerEditor",
nullptr,
0,
PKG_CompiledIn | 0x00000040,
0x404E0581,
0x099E4B6F,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_ObjectMixerEditor.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_ObjectMixerEditor.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_ObjectMixerEditor(Z_Construct_UPackage__Script_ObjectMixerEditor, TEXT("/Script/ObjectMixerEditor"), Z_Registration_Info_UPackage__Script_ObjectMixerEditor, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x404E0581, 0x099E4B6F));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,10 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#pragma once

View File

@@ -0,0 +1,119 @@
// 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 "Views/Widgets/ObjectMixerEditorListMenuContext.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeObjectMixerEditorListMenuContext() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
OBJECTMIXEREDITOR_API UClass* Z_Construct_UClass_UObjectMixerEditorListMenuContext();
OBJECTMIXEREDITOR_API UClass* Z_Construct_UClass_UObjectMixerEditorListMenuContext_NoRegister();
UPackage* Z_Construct_UPackage__Script_ObjectMixerEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UObjectMixerEditorListMenuContext ****************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UObjectMixerEditorListMenuContext;
UClass* UObjectMixerEditorListMenuContext::GetPrivateStaticClass()
{
using TClass = UObjectMixerEditorListMenuContext;
if (!Z_Registration_Info_UClass_UObjectMixerEditorListMenuContext.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("ObjectMixerEditorListMenuContext"),
Z_Registration_Info_UClass_UObjectMixerEditorListMenuContext.InnerSingleton,
StaticRegisterNativesUObjectMixerEditorListMenuContext,
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_UObjectMixerEditorListMenuContext.InnerSingleton;
}
UClass* Z_Construct_UClass_UObjectMixerEditorListMenuContext_NoRegister()
{
return UObjectMixerEditorListMenuContext::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UObjectMixerEditorListMenuContext_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "Views/Widgets/ObjectMixerEditorListMenuContext.h" },
{ "ModuleRelativePath", "Public/Views/Widgets/ObjectMixerEditorListMenuContext.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UObjectMixerEditorListMenuContext constinit property declarations ********
// ********** End Class UObjectMixerEditorListMenuContext constinit property declarations **********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UObjectMixerEditorListMenuContext>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UObjectMixerEditorListMenuContext_Statics
UObject* (*const Z_Construct_UClass_UObjectMixerEditorListMenuContext_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_ObjectMixerEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UObjectMixerEditorListMenuContext_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UObjectMixerEditorListMenuContext_Statics::ClassParams = {
&UObjectMixerEditorListMenuContext::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UObjectMixerEditorListMenuContext_Statics::Class_MetaDataParams), Z_Construct_UClass_UObjectMixerEditorListMenuContext_Statics::Class_MetaDataParams)
};
void UObjectMixerEditorListMenuContext::StaticRegisterNativesUObjectMixerEditorListMenuContext()
{
}
UClass* Z_Construct_UClass_UObjectMixerEditorListMenuContext()
{
if (!Z_Registration_Info_UClass_UObjectMixerEditorListMenuContext.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UObjectMixerEditorListMenuContext.OuterSingleton, Z_Construct_UClass_UObjectMixerEditorListMenuContext_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UObjectMixerEditorListMenuContext.OuterSingleton;
}
UObjectMixerEditorListMenuContext::UObjectMixerEditorListMenuContext(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UObjectMixerEditorListMenuContext);
UObjectMixerEditorListMenuContext::~UObjectMixerEditorListMenuContext() {}
// ********** End Class UObjectMixerEditorListMenuContext ******************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_Widgets_ObjectMixerEditorListMenuContext_h__Script_ObjectMixerEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UObjectMixerEditorListMenuContext, UObjectMixerEditorListMenuContext::StaticClass, TEXT("UObjectMixerEditorListMenuContext"), &Z_Registration_Info_UClass_UObjectMixerEditorListMenuContext, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UObjectMixerEditorListMenuContext), 3162455848U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_Widgets_ObjectMixerEditorListMenuContext_h__Script_ObjectMixerEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_Widgets_ObjectMixerEditorListMenuContext_h__Script_ObjectMixerEditor_201016792{
TEXT("/Script/ObjectMixerEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_Widgets_ObjectMixerEditorListMenuContext_h__Script_ObjectMixerEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_Widgets_ObjectMixerEditorListMenuContext_h__Script_ObjectMixerEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "Views/Widgets/ObjectMixerEditorListMenuContext.h"
#ifdef OBJECTMIXEREDITOR_ObjectMixerEditorListMenuContext_generated_h
#error "ObjectMixerEditorListMenuContext.generated.h already included, missing '#pragma once' in ObjectMixerEditorListMenuContext.h"
#endif
#define OBJECTMIXEREDITOR_ObjectMixerEditorListMenuContext_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UObjectMixerEditorListMenuContext ****************************************
struct Z_Construct_UClass_UObjectMixerEditorListMenuContext_Statics;
OBJECTMIXEREDITOR_API UClass* Z_Construct_UClass_UObjectMixerEditorListMenuContext_NoRegister();
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_Widgets_ObjectMixerEditorListMenuContext_h_20_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUObjectMixerEditorListMenuContext(); \
friend struct ::Z_Construct_UClass_UObjectMixerEditorListMenuContext_Statics; \
static UClass* GetPrivateStaticClass(); \
friend OBJECTMIXEREDITOR_API UClass* ::Z_Construct_UClass_UObjectMixerEditorListMenuContext_NoRegister(); \
public: \
DECLARE_CLASS2(UObjectMixerEditorListMenuContext, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/ObjectMixerEditor"), Z_Construct_UClass_UObjectMixerEditorListMenuContext_NoRegister) \
DECLARE_SERIALIZER(UObjectMixerEditorListMenuContext)
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_Widgets_ObjectMixerEditorListMenuContext_h_20_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
OBJECTMIXEREDITOR_API UObjectMixerEditorListMenuContext(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UObjectMixerEditorListMenuContext(UObjectMixerEditorListMenuContext&&) = delete; \
UObjectMixerEditorListMenuContext(const UObjectMixerEditorListMenuContext&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(OBJECTMIXEREDITOR_API, UObjectMixerEditorListMenuContext); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UObjectMixerEditorListMenuContext); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UObjectMixerEditorListMenuContext) \
OBJECTMIXEREDITOR_API virtual ~UObjectMixerEditorListMenuContext();
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_Widgets_ObjectMixerEditorListMenuContext_h_16_PROLOG
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_Widgets_ObjectMixerEditorListMenuContext_h_20_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_Widgets_ObjectMixerEditorListMenuContext_h_20_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_Widgets_ObjectMixerEditorListMenuContext_h_20_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UObjectMixerEditorListMenuContext;
// ********** End Class UObjectMixerEditorListMenuContext ******************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_Widgets_ObjectMixerEditorListMenuContext_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,149 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "ObjectFilter/ObjectMixerEditorObjectFilter.h"
#ifdef OBJECTMIXEREDITOR_ObjectMixerEditorObjectFilter_generated_h
#error "ObjectMixerEditorObjectFilter.generated.h already included, missing '#pragma once' in ObjectMixerEditorObjectFilter.h"
#endif
#define OBJECTMIXEREDITOR_ObjectMixerEditorObjectFilter_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
class AActor;
class UClass;
class UObject;
enum class EObjectMixerInheritanceInclusionOptions : uint8;
// ********** Begin Class UObjectMixerObjectFilter *************************************************
struct Z_Construct_UClass_UObjectMixerObjectFilter_Statics;
OBJECTMIXEREDITOR_API UClass* Z_Construct_UClass_UObjectMixerObjectFilter_NoRegister();
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectFilter_ObjectMixerEditorObjectFilter_h_54_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUObjectMixerObjectFilter(); \
friend struct ::Z_Construct_UClass_UObjectMixerObjectFilter_Statics; \
static UClass* GetPrivateStaticClass(); \
friend OBJECTMIXEREDITOR_API UClass* ::Z_Construct_UClass_UObjectMixerObjectFilter_NoRegister(); \
public: \
DECLARE_CLASS2(UObjectMixerObjectFilter, UObject, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/ObjectMixerEditor"), Z_Construct_UClass_UObjectMixerObjectFilter_NoRegister) \
DECLARE_SERIALIZER(UObjectMixerObjectFilter)
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectFilter_ObjectMixerEditorObjectFilter_h_54_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UObjectMixerObjectFilter(UObjectMixerObjectFilter&&) = delete; \
UObjectMixerObjectFilter(const UObjectMixerObjectFilter&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(OBJECTMIXEREDITOR_API, UObjectMixerObjectFilter); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UObjectMixerObjectFilter); \
DEFINE_ABSTRACT_DEFAULT_CONSTRUCTOR_CALL(UObjectMixerObjectFilter) \
OBJECTMIXEREDITOR_API virtual ~UObjectMixerObjectFilter();
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectFilter_ObjectMixerEditorObjectFilter_h_51_PROLOG
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectFilter_ObjectMixerEditorObjectFilter_h_54_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectFilter_ObjectMixerEditorObjectFilter_h_54_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectFilter_ObjectMixerEditorObjectFilter_h_54_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UObjectMixerObjectFilter;
// ********** End Class UObjectMixerObjectFilter ***************************************************
// ********** Begin Class UObjectMixerBlueprintObjectFilter ****************************************
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectFilter_ObjectMixerEditorObjectFilter_h_184_RPC_WRAPPERS_NO_PURE_DECLS \
DECLARE_FUNCTION(execGetPropertiesThatRequireListRefresh); \
DECLARE_FUNCTION(execShouldIncludeUnsupportedProperties); \
DECLARE_FUNCTION(execGetObjectMixerPlacementClassInclusionOptions); \
DECLARE_FUNCTION(execGetObjectMixerPropertyInheritanceInclusionOptions); \
DECLARE_FUNCTION(execGetForceAddedColumns); \
DECLARE_FUNCTION(execGetColumnsToExclude); \
DECLARE_FUNCTION(execGetColumnsToShowByDefault); \
DECLARE_FUNCTION(execGetShowTransientObjects); \
DECLARE_FUNCTION(execGetObjectClassesToPlace); \
DECLARE_FUNCTION(execGetObjectClassesToFilter);
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectFilter_ObjectMixerEditorObjectFilter_h_184_CALLBACK_WRAPPERS
struct Z_Construct_UClass_UObjectMixerBlueprintObjectFilter_Statics;
OBJECTMIXEREDITOR_API UClass* Z_Construct_UClass_UObjectMixerBlueprintObjectFilter_NoRegister();
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectFilter_ObjectMixerEditorObjectFilter_h_184_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUObjectMixerBlueprintObjectFilter(); \
friend struct ::Z_Construct_UClass_UObjectMixerBlueprintObjectFilter_Statics; \
static UClass* GetPrivateStaticClass(); \
friend OBJECTMIXEREDITOR_API UClass* ::Z_Construct_UClass_UObjectMixerBlueprintObjectFilter_NoRegister(); \
public: \
DECLARE_CLASS2(UObjectMixerBlueprintObjectFilter, UObjectMixerObjectFilter, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/ObjectMixerEditor"), Z_Construct_UClass_UObjectMixerBlueprintObjectFilter_NoRegister) \
DECLARE_SERIALIZER(UObjectMixerBlueprintObjectFilter)
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectFilter_ObjectMixerEditorObjectFilter_h_184_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
OBJECTMIXEREDITOR_API UObjectMixerBlueprintObjectFilter(); \
/** Deleted move- and copy-constructors, should never be used */ \
UObjectMixerBlueprintObjectFilter(UObjectMixerBlueprintObjectFilter&&) = delete; \
UObjectMixerBlueprintObjectFilter(const UObjectMixerBlueprintObjectFilter&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(OBJECTMIXEREDITOR_API, UObjectMixerBlueprintObjectFilter); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UObjectMixerBlueprintObjectFilter); \
DEFINE_ABSTRACT_DEFAULT_CONSTRUCTOR_CALL(UObjectMixerBlueprintObjectFilter) \
OBJECTMIXEREDITOR_API virtual ~UObjectMixerBlueprintObjectFilter();
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectFilter_ObjectMixerEditorObjectFilter_h_181_PROLOG
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectFilter_ObjectMixerEditorObjectFilter_h_184_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectFilter_ObjectMixerEditorObjectFilter_h_184_RPC_WRAPPERS_NO_PURE_DECLS \
FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectFilter_ObjectMixerEditorObjectFilter_h_184_CALLBACK_WRAPPERS \
FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectFilter_ObjectMixerEditorObjectFilter_h_184_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectFilter_ObjectMixerEditorObjectFilter_h_184_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UObjectMixerBlueprintObjectFilter;
// ********** End Class UObjectMixerBlueprintObjectFilter ******************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectFilter_ObjectMixerEditorObjectFilter_h
// ********** Begin Enum EObjectMixerInheritanceInclusionOptions ***********************************
#define FOREACH_ENUM_EOBJECTMIXERINHERITANCEINCLUSIONOPTIONS(op) \
op(EObjectMixerInheritanceInclusionOptions::None) \
op(EObjectMixerInheritanceInclusionOptions::IncludeOnlyImmediateParent) \
op(EObjectMixerInheritanceInclusionOptions::IncludeOnlyImmediateChildren) \
op(EObjectMixerInheritanceInclusionOptions::IncludeOnlyImmediateParentAndChildren) \
op(EObjectMixerInheritanceInclusionOptions::IncludeAllParents) \
op(EObjectMixerInheritanceInclusionOptions::IncludeAllChildren) \
op(EObjectMixerInheritanceInclusionOptions::IncludeAllParentsAndChildren) \
op(EObjectMixerInheritanceInclusionOptions::IncludeAllParentsAndOnlyImmediateChildren) \
op(EObjectMixerInheritanceInclusionOptions::IncludeOnlyImmediateParentAndAllChildren)
enum class EObjectMixerInheritanceInclusionOptions : uint8;
template<> struct TIsUEnumClass<EObjectMixerInheritanceInclusionOptions> { enum { Value = true }; };
template<> OBJECTMIXEREDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EObjectMixerInheritanceInclusionOptions>();
// ********** End Enum EObjectMixerInheritanceInclusionOptions *************************************
// ********** Begin Enum EObjectMixerTreeViewMode **************************************************
#define FOREACH_ENUM_EOBJECTMIXERTREEVIEWMODE(op) \
op(EObjectMixerTreeViewMode::NoFolders) \
op(EObjectMixerTreeViewMode::Folders)
enum class EObjectMixerTreeViewMode : uint8;
template<> struct TIsUEnumClass<EObjectMixerTreeViewMode> { enum { Value = true }; };
template<> OBJECTMIXEREDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EObjectMixerTreeViewMode>();
// ********** End Enum EObjectMixerTreeViewMode ****************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,443 @@
// 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 "ObjectMixerEditorSerializedData.h"
#include "UObject/SoftObjectPath.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeObjectMixerEditorSerializedData() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FSoftObjectPath();
OBJECTMIXEREDITOR_API UClass* Z_Construct_UClass_UObjectMixerEditorSerializedData();
OBJECTMIXEREDITOR_API UClass* Z_Construct_UClass_UObjectMixerEditorSerializedData_NoRegister();
OBJECTMIXEREDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FObjectMixerCollectionObjectData();
OBJECTMIXEREDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FObjectMixerCollectionObjectSet();
OBJECTMIXEREDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FObjectMixerColumnData();
OBJECTMIXEREDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FObjectMixerSerializationDataPerFilter();
UPackage* Z_Construct_UPackage__Script_ObjectMixerEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FObjectMixerCollectionObjectData **********************************
struct Z_Construct_UScriptStruct_FObjectMixerCollectionObjectData_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FObjectMixerCollectionObjectData); }
static inline consteval int16 GetStructAlignment() { return alignof(FObjectMixerCollectionObjectData); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/ObjectMixerEditorSerializedData.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ObjectPath_MetaData[] = {
{ "ModuleRelativePath", "Public/ObjectMixerEditorSerializedData.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FObjectMixerCollectionObjectData constinit property declarations **
static const UECodeGen_Private::FStructPropertyParams NewProp_ObjectPath;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FObjectMixerCollectionObjectData constinit property declarations ****
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FObjectMixerCollectionObjectData>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FObjectMixerCollectionObjectData_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FObjectMixerCollectionObjectData;
class UScriptStruct* FObjectMixerCollectionObjectData::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FObjectMixerCollectionObjectData.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FObjectMixerCollectionObjectData.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FObjectMixerCollectionObjectData, (UObject*)Z_Construct_UPackage__Script_ObjectMixerEditor(), TEXT("ObjectMixerCollectionObjectData"));
}
return Z_Registration_Info_UScriptStruct_FObjectMixerCollectionObjectData.OuterSingleton;
}
// ********** Begin ScriptStruct FObjectMixerCollectionObjectData Property Definitions *************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FObjectMixerCollectionObjectData_Statics::NewProp_ObjectPath = { "ObjectPath", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FObjectMixerCollectionObjectData, ObjectPath), Z_Construct_UScriptStruct_FSoftObjectPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ObjectPath_MetaData), NewProp_ObjectPath_MetaData) }; // 2425717601
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FObjectMixerCollectionObjectData_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FObjectMixerCollectionObjectData_Statics::NewProp_ObjectPath,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FObjectMixerCollectionObjectData_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FObjectMixerCollectionObjectData Property Definitions ***************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FObjectMixerCollectionObjectData_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_ObjectMixerEditor,
nullptr,
&NewStructOps,
"ObjectMixerCollectionObjectData",
Z_Construct_UScriptStruct_FObjectMixerCollectionObjectData_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FObjectMixerCollectionObjectData_Statics::PropPointers),
sizeof(FObjectMixerCollectionObjectData),
alignof(FObjectMixerCollectionObjectData),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FObjectMixerCollectionObjectData_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FObjectMixerCollectionObjectData_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FObjectMixerCollectionObjectData()
{
if (!Z_Registration_Info_UScriptStruct_FObjectMixerCollectionObjectData.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FObjectMixerCollectionObjectData.InnerSingleton, Z_Construct_UScriptStruct_FObjectMixerCollectionObjectData_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FObjectMixerCollectionObjectData.InnerSingleton);
}
// ********** End ScriptStruct FObjectMixerCollectionObjectData ************************************
// ********** Begin ScriptStruct FObjectMixerCollectionObjectSet ***********************************
struct Z_Construct_UScriptStruct_FObjectMixerCollectionObjectSet_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FObjectMixerCollectionObjectSet); }
static inline consteval int16 GetStructAlignment() { return alignof(FObjectMixerCollectionObjectSet); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/ObjectMixerEditorSerializedData.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CollectionName_MetaData[] = {
{ "ModuleRelativePath", "Public/ObjectMixerEditorSerializedData.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CollectionObjects_MetaData[] = {
{ "ModuleRelativePath", "Public/ObjectMixerEditorSerializedData.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FObjectMixerCollectionObjectSet constinit property declarations ***
static const UECodeGen_Private::FNamePropertyParams NewProp_CollectionName;
static const UECodeGen_Private::FStructPropertyParams NewProp_CollectionObjects_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_CollectionObjects;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FObjectMixerCollectionObjectSet constinit property declarations *****
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FObjectMixerCollectionObjectSet>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FObjectMixerCollectionObjectSet_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FObjectMixerCollectionObjectSet;
class UScriptStruct* FObjectMixerCollectionObjectSet::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FObjectMixerCollectionObjectSet.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FObjectMixerCollectionObjectSet.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FObjectMixerCollectionObjectSet, (UObject*)Z_Construct_UPackage__Script_ObjectMixerEditor(), TEXT("ObjectMixerCollectionObjectSet"));
}
return Z_Registration_Info_UScriptStruct_FObjectMixerCollectionObjectSet.OuterSingleton;
}
// ********** Begin ScriptStruct FObjectMixerCollectionObjectSet Property Definitions **************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FObjectMixerCollectionObjectSet_Statics::NewProp_CollectionName = { "CollectionName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FObjectMixerCollectionObjectSet, CollectionName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CollectionName_MetaData), NewProp_CollectionName_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FObjectMixerCollectionObjectSet_Statics::NewProp_CollectionObjects_Inner = { "CollectionObjects", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FObjectMixerCollectionObjectData, METADATA_PARAMS(0, nullptr) }; // 199448512
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FObjectMixerCollectionObjectSet_Statics::NewProp_CollectionObjects = { "CollectionObjects", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FObjectMixerCollectionObjectSet, CollectionObjects), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CollectionObjects_MetaData), NewProp_CollectionObjects_MetaData) }; // 199448512
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FObjectMixerCollectionObjectSet_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FObjectMixerCollectionObjectSet_Statics::NewProp_CollectionName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FObjectMixerCollectionObjectSet_Statics::NewProp_CollectionObjects_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FObjectMixerCollectionObjectSet_Statics::NewProp_CollectionObjects,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FObjectMixerCollectionObjectSet_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FObjectMixerCollectionObjectSet Property Definitions ****************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FObjectMixerCollectionObjectSet_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_ObjectMixerEditor,
nullptr,
&NewStructOps,
"ObjectMixerCollectionObjectSet",
Z_Construct_UScriptStruct_FObjectMixerCollectionObjectSet_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FObjectMixerCollectionObjectSet_Statics::PropPointers),
sizeof(FObjectMixerCollectionObjectSet),
alignof(FObjectMixerCollectionObjectSet),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FObjectMixerCollectionObjectSet_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FObjectMixerCollectionObjectSet_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FObjectMixerCollectionObjectSet()
{
if (!Z_Registration_Info_UScriptStruct_FObjectMixerCollectionObjectSet.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FObjectMixerCollectionObjectSet.InnerSingleton, Z_Construct_UScriptStruct_FObjectMixerCollectionObjectSet_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FObjectMixerCollectionObjectSet.InnerSingleton);
}
// ********** End ScriptStruct FObjectMixerCollectionObjectSet *************************************
// ********** Begin ScriptStruct FObjectMixerColumnData ********************************************
struct Z_Construct_UScriptStruct_FObjectMixerColumnData_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FObjectMixerColumnData); }
static inline consteval int16 GetStructAlignment() { return alignof(FObjectMixerColumnData); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/ObjectMixerEditorSerializedData.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ColumnName_MetaData[] = {
{ "ModuleRelativePath", "Public/ObjectMixerEditorSerializedData.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShouldBeEnabled_MetaData[] = {
{ "ModuleRelativePath", "Public/ObjectMixerEditorSerializedData.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FObjectMixerColumnData constinit property declarations ************
static const UECodeGen_Private::FNamePropertyParams NewProp_ColumnName;
static void NewProp_bShouldBeEnabled_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShouldBeEnabled;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FObjectMixerColumnData constinit property declarations **************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FObjectMixerColumnData>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FObjectMixerColumnData_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FObjectMixerColumnData;
class UScriptStruct* FObjectMixerColumnData::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FObjectMixerColumnData.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FObjectMixerColumnData.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FObjectMixerColumnData, (UObject*)Z_Construct_UPackage__Script_ObjectMixerEditor(), TEXT("ObjectMixerColumnData"));
}
return Z_Registration_Info_UScriptStruct_FObjectMixerColumnData.OuterSingleton;
}
// ********** Begin ScriptStruct FObjectMixerColumnData Property Definitions ***********************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FObjectMixerColumnData_Statics::NewProp_ColumnName = { "ColumnName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FObjectMixerColumnData, ColumnName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ColumnName_MetaData), NewProp_ColumnName_MetaData) };
void Z_Construct_UScriptStruct_FObjectMixerColumnData_Statics::NewProp_bShouldBeEnabled_SetBit(void* Obj)
{
((FObjectMixerColumnData*)Obj)->bShouldBeEnabled = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FObjectMixerColumnData_Statics::NewProp_bShouldBeEnabled = { "bShouldBeEnabled", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FObjectMixerColumnData), &Z_Construct_UScriptStruct_FObjectMixerColumnData_Statics::NewProp_bShouldBeEnabled_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShouldBeEnabled_MetaData), NewProp_bShouldBeEnabled_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FObjectMixerColumnData_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FObjectMixerColumnData_Statics::NewProp_ColumnName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FObjectMixerColumnData_Statics::NewProp_bShouldBeEnabled,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FObjectMixerColumnData_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FObjectMixerColumnData Property Definitions *************************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FObjectMixerColumnData_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_ObjectMixerEditor,
nullptr,
&NewStructOps,
"ObjectMixerColumnData",
Z_Construct_UScriptStruct_FObjectMixerColumnData_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FObjectMixerColumnData_Statics::PropPointers),
sizeof(FObjectMixerColumnData),
alignof(FObjectMixerColumnData),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FObjectMixerColumnData_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FObjectMixerColumnData_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FObjectMixerColumnData()
{
if (!Z_Registration_Info_UScriptStruct_FObjectMixerColumnData.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FObjectMixerColumnData.InnerSingleton, Z_Construct_UScriptStruct_FObjectMixerColumnData_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FObjectMixerColumnData.InnerSingleton);
}
// ********** End ScriptStruct FObjectMixerColumnData **********************************************
// ********** Begin ScriptStruct FObjectMixerSerializationDataPerFilter ****************************
struct Z_Construct_UScriptStruct_FObjectMixerSerializationDataPerFilter_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FObjectMixerSerializationDataPerFilter); }
static inline consteval int16 GetStructAlignment() { return alignof(FObjectMixerSerializationDataPerFilter); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/ObjectMixerEditorSerializedData.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FilterClassName_MetaData[] = {
{ "ModuleRelativePath", "Public/ObjectMixerEditorSerializedData.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SerializedCollections_MetaData[] = {
{ "ModuleRelativePath", "Public/ObjectMixerEditorSerializedData.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SerializedColumnData_MetaData[] = {
{ "ModuleRelativePath", "Public/ObjectMixerEditorSerializedData.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FObjectMixerSerializationDataPerFilter constinit property declarations
static const UECodeGen_Private::FNamePropertyParams NewProp_FilterClassName;
static const UECodeGen_Private::FStructPropertyParams NewProp_SerializedCollections_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_SerializedCollections;
static const UECodeGen_Private::FStructPropertyParams NewProp_SerializedColumnData_ElementProp;
static const UECodeGen_Private::FSetPropertyParams NewProp_SerializedColumnData;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FObjectMixerSerializationDataPerFilter constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FObjectMixerSerializationDataPerFilter>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FObjectMixerSerializationDataPerFilter_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FObjectMixerSerializationDataPerFilter;
class UScriptStruct* FObjectMixerSerializationDataPerFilter::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FObjectMixerSerializationDataPerFilter.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FObjectMixerSerializationDataPerFilter.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FObjectMixerSerializationDataPerFilter, (UObject*)Z_Construct_UPackage__Script_ObjectMixerEditor(), TEXT("ObjectMixerSerializationDataPerFilter"));
}
return Z_Registration_Info_UScriptStruct_FObjectMixerSerializationDataPerFilter.OuterSingleton;
}
// ********** Begin ScriptStruct FObjectMixerSerializationDataPerFilter Property Definitions *******
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FObjectMixerSerializationDataPerFilter_Statics::NewProp_FilterClassName = { "FilterClassName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FObjectMixerSerializationDataPerFilter, FilterClassName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FilterClassName_MetaData), NewProp_FilterClassName_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FObjectMixerSerializationDataPerFilter_Statics::NewProp_SerializedCollections_Inner = { "SerializedCollections", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FObjectMixerCollectionObjectSet, METADATA_PARAMS(0, nullptr) }; // 1364626690
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FObjectMixerSerializationDataPerFilter_Statics::NewProp_SerializedCollections = { "SerializedCollections", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FObjectMixerSerializationDataPerFilter, SerializedCollections), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SerializedCollections_MetaData), NewProp_SerializedCollections_MetaData) }; // 1364626690
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FObjectMixerSerializationDataPerFilter_Statics::NewProp_SerializedColumnData_ElementProp = { "SerializedColumnData", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FObjectMixerColumnData, METADATA_PARAMS(0, nullptr) }; // 3936736282
static_assert(TModels_V<CGetTypeHashable, FObjectMixerColumnData>, "The structure 'FObjectMixerColumnData' is used in a TSet but does not have a GetValueTypeHash defined");
const UECodeGen_Private::FSetPropertyParams Z_Construct_UScriptStruct_FObjectMixerSerializationDataPerFilter_Statics::NewProp_SerializedColumnData = { "SerializedColumnData", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Set, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FObjectMixerSerializationDataPerFilter, SerializedColumnData), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SerializedColumnData_MetaData), NewProp_SerializedColumnData_MetaData) }; // 3936736282
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FObjectMixerSerializationDataPerFilter_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FObjectMixerSerializationDataPerFilter_Statics::NewProp_FilterClassName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FObjectMixerSerializationDataPerFilter_Statics::NewProp_SerializedCollections_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FObjectMixerSerializationDataPerFilter_Statics::NewProp_SerializedCollections,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FObjectMixerSerializationDataPerFilter_Statics::NewProp_SerializedColumnData_ElementProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FObjectMixerSerializationDataPerFilter_Statics::NewProp_SerializedColumnData,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FObjectMixerSerializationDataPerFilter_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FObjectMixerSerializationDataPerFilter Property Definitions *********
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FObjectMixerSerializationDataPerFilter_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_ObjectMixerEditor,
nullptr,
&NewStructOps,
"ObjectMixerSerializationDataPerFilter",
Z_Construct_UScriptStruct_FObjectMixerSerializationDataPerFilter_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FObjectMixerSerializationDataPerFilter_Statics::PropPointers),
sizeof(FObjectMixerSerializationDataPerFilter),
alignof(FObjectMixerSerializationDataPerFilter),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FObjectMixerSerializationDataPerFilter_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FObjectMixerSerializationDataPerFilter_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FObjectMixerSerializationDataPerFilter()
{
if (!Z_Registration_Info_UScriptStruct_FObjectMixerSerializationDataPerFilter.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FObjectMixerSerializationDataPerFilter.InnerSingleton, Z_Construct_UScriptStruct_FObjectMixerSerializationDataPerFilter_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FObjectMixerSerializationDataPerFilter.InnerSingleton);
}
// ********** End ScriptStruct FObjectMixerSerializationDataPerFilter ******************************
// ********** Begin Class UObjectMixerEditorSerializedData *****************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UObjectMixerEditorSerializedData;
UClass* UObjectMixerEditorSerializedData::GetPrivateStaticClass()
{
using TClass = UObjectMixerEditorSerializedData;
if (!Z_Registration_Info_UClass_UObjectMixerEditorSerializedData.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("ObjectMixerEditorSerializedData"),
Z_Registration_Info_UClass_UObjectMixerEditorSerializedData.InnerSingleton,
StaticRegisterNativesUObjectMixerEditorSerializedData,
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_UObjectMixerEditorSerializedData.InnerSingleton;
}
UClass* Z_Construct_UClass_UObjectMixerEditorSerializedData_NoRegister()
{
return UObjectMixerEditorSerializedData::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UObjectMixerEditorSerializedData_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "ObjectMixerEditorSerializedData.h" },
{ "ModuleRelativePath", "Public/ObjectMixerEditorSerializedData.h" },
{ "ObjectInitializerConstructorDeclared", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SerializedDataPerFilter_MetaData[] = {
{ "ModuleRelativePath", "Public/ObjectMixerEditorSerializedData.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UObjectMixerEditorSerializedData constinit property declarations *********
static const UECodeGen_Private::FStructPropertyParams NewProp_SerializedDataPerFilter_ElementProp;
static const UECodeGen_Private::FSetPropertyParams NewProp_SerializedDataPerFilter;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UObjectMixerEditorSerializedData constinit property declarations ***********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UObjectMixerEditorSerializedData>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UObjectMixerEditorSerializedData_Statics
// ********** Begin Class UObjectMixerEditorSerializedData Property Definitions ********************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UObjectMixerEditorSerializedData_Statics::NewProp_SerializedDataPerFilter_ElementProp = { "SerializedDataPerFilter", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FObjectMixerSerializationDataPerFilter, METADATA_PARAMS(0, nullptr) }; // 727222322
static_assert(TModels_V<CGetTypeHashable, FObjectMixerSerializationDataPerFilter>, "The structure 'FObjectMixerSerializationDataPerFilter' is used in a TSet but does not have a GetValueTypeHash defined");
const UECodeGen_Private::FSetPropertyParams Z_Construct_UClass_UObjectMixerEditorSerializedData_Statics::NewProp_SerializedDataPerFilter = { "SerializedDataPerFilter", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Set, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UObjectMixerEditorSerializedData, SerializedDataPerFilter), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SerializedDataPerFilter_MetaData), NewProp_SerializedDataPerFilter_MetaData) }; // 727222322
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UObjectMixerEditorSerializedData_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UObjectMixerEditorSerializedData_Statics::NewProp_SerializedDataPerFilter_ElementProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UObjectMixerEditorSerializedData_Statics::NewProp_SerializedDataPerFilter,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UObjectMixerEditorSerializedData_Statics::PropPointers) < 2048);
// ********** End Class UObjectMixerEditorSerializedData Property Definitions **********************
UObject* (*const Z_Construct_UClass_UObjectMixerEditorSerializedData_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_ObjectMixerEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UObjectMixerEditorSerializedData_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UObjectMixerEditorSerializedData_Statics::ClassParams = {
&UObjectMixerEditorSerializedData::StaticClass,
"ObjectMixerSerializedData",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UObjectMixerEditorSerializedData_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UObjectMixerEditorSerializedData_Statics::PropPointers),
0,
0x000800A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UObjectMixerEditorSerializedData_Statics::Class_MetaDataParams), Z_Construct_UClass_UObjectMixerEditorSerializedData_Statics::Class_MetaDataParams)
};
void UObjectMixerEditorSerializedData::StaticRegisterNativesUObjectMixerEditorSerializedData()
{
}
UClass* Z_Construct_UClass_UObjectMixerEditorSerializedData()
{
if (!Z_Registration_Info_UClass_UObjectMixerEditorSerializedData.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UObjectMixerEditorSerializedData.OuterSingleton, Z_Construct_UClass_UObjectMixerEditorSerializedData_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UObjectMixerEditorSerializedData.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UObjectMixerEditorSerializedData);
UObjectMixerEditorSerializedData::~UObjectMixerEditorSerializedData() {}
// ********** End Class UObjectMixerEditorSerializedData *******************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSerializedData_h__Script_ObjectMixerEditor_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FObjectMixerCollectionObjectData::StaticStruct, Z_Construct_UScriptStruct_FObjectMixerCollectionObjectData_Statics::NewStructOps, TEXT("ObjectMixerCollectionObjectData"),&Z_Registration_Info_UScriptStruct_FObjectMixerCollectionObjectData, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FObjectMixerCollectionObjectData), 199448512U) },
{ FObjectMixerCollectionObjectSet::StaticStruct, Z_Construct_UScriptStruct_FObjectMixerCollectionObjectSet_Statics::NewStructOps, TEXT("ObjectMixerCollectionObjectSet"),&Z_Registration_Info_UScriptStruct_FObjectMixerCollectionObjectSet, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FObjectMixerCollectionObjectSet), 1364626690U) },
{ FObjectMixerColumnData::StaticStruct, Z_Construct_UScriptStruct_FObjectMixerColumnData_Statics::NewStructOps, TEXT("ObjectMixerColumnData"),&Z_Registration_Info_UScriptStruct_FObjectMixerColumnData, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FObjectMixerColumnData), 3936736282U) },
{ FObjectMixerSerializationDataPerFilter::StaticStruct, Z_Construct_UScriptStruct_FObjectMixerSerializationDataPerFilter_Statics::NewStructOps, TEXT("ObjectMixerSerializationDataPerFilter"),&Z_Registration_Info_UScriptStruct_FObjectMixerSerializationDataPerFilter, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FObjectMixerSerializationDataPerFilter), 727222322U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UObjectMixerEditorSerializedData, UObjectMixerEditorSerializedData::StaticClass, TEXT("UObjectMixerEditorSerializedData"), &Z_Registration_Info_UClass_UObjectMixerEditorSerializedData, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UObjectMixerEditorSerializedData), 3539695939U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSerializedData_h__Script_ObjectMixerEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSerializedData_h__Script_ObjectMixerEditor_3784538902{
TEXT("/Script/ObjectMixerEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSerializedData_h__Script_ObjectMixerEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSerializedData_h__Script_ObjectMixerEditor_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSerializedData_h__Script_ObjectMixerEditor_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSerializedData_h__Script_ObjectMixerEditor_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,103 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "ObjectMixerEditorSerializedData.h"
#ifdef OBJECTMIXEREDITOR_ObjectMixerEditorSerializedData_generated_h
#error "ObjectMixerEditorSerializedData.generated.h already included, missing '#pragma once' in ObjectMixerEditorSerializedData.h"
#endif
#define OBJECTMIXEREDITOR_ObjectMixerEditorSerializedData_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FObjectMixerCollectionObjectData **********************************
struct Z_Construct_UScriptStruct_FObjectMixerCollectionObjectData_Statics;
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSerializedData_h_15_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FObjectMixerCollectionObjectData_Statics; \
OBJECTMIXEREDITOR_API static class UScriptStruct* StaticStruct();
struct FObjectMixerCollectionObjectData;
// ********** End ScriptStruct FObjectMixerCollectionObjectData ************************************
// ********** Begin ScriptStruct FObjectMixerCollectionObjectSet ***********************************
struct Z_Construct_UScriptStruct_FObjectMixerCollectionObjectSet_Statics;
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSerializedData_h_35_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FObjectMixerCollectionObjectSet_Statics; \
OBJECTMIXEREDITOR_API static class UScriptStruct* StaticStruct();
struct FObjectMixerCollectionObjectSet;
// ********** End ScriptStruct FObjectMixerCollectionObjectSet *************************************
// ********** Begin ScriptStruct FObjectMixerColumnData ********************************************
struct Z_Construct_UScriptStruct_FObjectMixerColumnData_Statics;
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSerializedData_h_57_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FObjectMixerColumnData_Statics; \
OBJECTMIXEREDITOR_API static class UScriptStruct* StaticStruct();
struct FObjectMixerColumnData;
// ********** End ScriptStruct FObjectMixerColumnData **********************************************
// ********** Begin ScriptStruct FObjectMixerSerializationDataPerFilter ****************************
struct Z_Construct_UScriptStruct_FObjectMixerSerializationDataPerFilter_Statics;
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSerializedData_h_79_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FObjectMixerSerializationDataPerFilter_Statics; \
OBJECTMIXEREDITOR_API static class UScriptStruct* StaticStruct();
struct FObjectMixerSerializationDataPerFilter;
// ********** End ScriptStruct FObjectMixerSerializationDataPerFilter ******************************
// ********** Begin Class UObjectMixerEditorSerializedData *****************************************
struct Z_Construct_UClass_UObjectMixerEditorSerializedData_Statics;
OBJECTMIXEREDITOR_API UClass* Z_Construct_UClass_UObjectMixerEditorSerializedData_NoRegister();
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSerializedData_h_104_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUObjectMixerEditorSerializedData(); \
friend struct ::Z_Construct_UClass_UObjectMixerEditorSerializedData_Statics; \
static UClass* GetPrivateStaticClass(); \
friend OBJECTMIXEREDITOR_API UClass* ::Z_Construct_UClass_UObjectMixerEditorSerializedData_NoRegister(); \
public: \
DECLARE_CLASS2(UObjectMixerEditorSerializedData, UObject, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/ObjectMixerEditor"), Z_Construct_UClass_UObjectMixerEditorSerializedData_NoRegister) \
DECLARE_SERIALIZER(UObjectMixerEditorSerializedData) \
static constexpr const TCHAR* StaticConfigName() {return TEXT("ObjectMixerSerializedData");} \
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSerializedData_h_104_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UObjectMixerEditorSerializedData(UObjectMixerEditorSerializedData&&) = delete; \
UObjectMixerEditorSerializedData(const UObjectMixerEditorSerializedData&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(OBJECTMIXEREDITOR_API, UObjectMixerEditorSerializedData); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UObjectMixerEditorSerializedData); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UObjectMixerEditorSerializedData) \
OBJECTMIXEREDITOR_API virtual ~UObjectMixerEditorSerializedData();
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSerializedData_h_101_PROLOG
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSerializedData_h_104_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSerializedData_h_104_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSerializedData_h_104_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UObjectMixerEditorSerializedData;
// ********** End Class UObjectMixerEditorSerializedData *******************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSerializedData_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,216 @@
// 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 "ObjectMixerEditorSettings.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeObjectMixerEditorSettings() {}
// ********** Begin Cross Module References ********************************************************
DEVELOPERSETTINGS_API UClass* Z_Construct_UClass_UDeveloperSettings();
OBJECTMIXEREDITOR_API UClass* Z_Construct_UClass_UObjectMixerEditorSettings();
OBJECTMIXEREDITOR_API UClass* Z_Construct_UClass_UObjectMixerEditorSettings_NoRegister();
OBJECTMIXEREDITOR_API UEnum* Z_Construct_UEnum_ObjectMixerEditor_EObjectMixerHybridMode();
UPackage* Z_Construct_UPackage__Script_ObjectMixerEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Enum EObjectMixerHybridMode ****************************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EObjectMixerHybridMode;
static UEnum* EObjectMixerHybridMode_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EObjectMixerHybridMode.OuterSingleton)
{
Z_Registration_Info_UEnum_EObjectMixerHybridMode.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_ObjectMixerEditor_EObjectMixerHybridMode, (UObject*)Z_Construct_UPackage__Script_ObjectMixerEditor(), TEXT("EObjectMixerHybridMode"));
}
return Z_Registration_Info_UEnum_EObjectMixerHybridMode.OuterSingleton;
}
template<> OBJECTMIXEREDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EObjectMixerHybridMode>()
{
return EObjectMixerHybridMode_StaticEnum();
}
struct Z_Construct_UEnum_ObjectMixerEditor_EObjectMixerHybridMode_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "HybridActor.DisplayName", "Hybrid Rows (Select Actor)" },
{ "HybridActor.Name", "EObjectMixerHybridMode::HybridActor" },
{ "HybridActor.ToolTip", "Makes hybrid rows and selects the actor in the Scene Outliner when an actor with a single matching component is selected." },
{ "HybridComponent.DisplayName", "Hybrid Rows (Select Component)" },
{ "HybridComponent.Name", "EObjectMixerHybridMode::HybridComponent" },
{ "HybridComponent.ToolTip", "Makes hybrid rows and selects the component in the Scene Outliner when an actor with a single matching component is selected." },
{ "HybridNone.DisplayName", "Do not make hybrid rows" },
{ "HybridNone.Name", "EObjectMixerHybridMode::HybridNone" },
{ "HybridNone.ToolTip", "Does not make hybrid rows when an actor with a single matching component is selected. Actor and component rows will be split." },
{ "ModuleRelativePath", "Public/ObjectMixerEditorSettings.h" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EObjectMixerHybridMode::HybridActor", (int64)EObjectMixerHybridMode::HybridActor },
{ "EObjectMixerHybridMode::HybridComponent", (int64)EObjectMixerHybridMode::HybridComponent },
{ "EObjectMixerHybridMode::HybridNone", (int64)EObjectMixerHybridMode::HybridNone },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_ObjectMixerEditor_EObjectMixerHybridMode_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_ObjectMixerEditor_EObjectMixerHybridMode_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_ObjectMixerEditor,
nullptr,
"EObjectMixerHybridMode",
"EObjectMixerHybridMode",
Z_Construct_UEnum_ObjectMixerEditor_EObjectMixerHybridMode_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_ObjectMixerEditor_EObjectMixerHybridMode_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_ObjectMixerEditor_EObjectMixerHybridMode_Statics::Enum_MetaDataParams), Z_Construct_UEnum_ObjectMixerEditor_EObjectMixerHybridMode_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_ObjectMixerEditor_EObjectMixerHybridMode()
{
if (!Z_Registration_Info_UEnum_EObjectMixerHybridMode.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EObjectMixerHybridMode.InnerSingleton, Z_Construct_UEnum_ObjectMixerEditor_EObjectMixerHybridMode_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EObjectMixerHybridMode.InnerSingleton;
}
// ********** End Enum EObjectMixerHybridMode ******************************************************
// ********** Begin Class UObjectMixerEditorSettings ***********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UObjectMixerEditorSettings;
UClass* UObjectMixerEditorSettings::GetPrivateStaticClass()
{
using TClass = UObjectMixerEditorSettings;
if (!Z_Registration_Info_UClass_UObjectMixerEditorSettings.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("ObjectMixerEditorSettings"),
Z_Registration_Info_UClass_UObjectMixerEditorSettings.InnerSingleton,
StaticRegisterNativesUObjectMixerEditorSettings,
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_UObjectMixerEditorSettings.InnerSingleton;
}
UClass* Z_Construct_UClass_UObjectMixerEditorSettings_NoRegister()
{
return UObjectMixerEditorSettings::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UObjectMixerEditorSettings_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "ObjectMixerEditorSettings.h" },
{ "ModuleRelativePath", "Public/ObjectMixerEditorSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSyncSelection_MetaData[] = {
{ "Category", "Object Mixer" },
{ "Comment", "/**\n\x09 * If enabled, clicking an item in the mixer list will also select the item in the Scene Outliner.\n\x09 * Alt + Click to select items in mixer without selecting the item in the Scene outliner.\n\x09 * If disabled, selections will not sync unless Alt is held. Effectively, this is the opposite behavior.\n\x09 */" },
{ "ModuleRelativePath", "Public/ObjectMixerEditorSettings.h" },
{ "ToolTip", "If enabled, clicking an item in the mixer list will also select the item in the Scene Outliner.\nAlt + Click to select items in mixer without selecting the item in the Scene outliner.\nIf disabled, selections will not sync unless Alt is held. Effectively, this is the opposite behavior." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HybridRowPolicy_MetaData[] = {
{ "Category", "Object Mixer" },
{ "Comment", "/**\n\x09 * Determines how rows with a single matching component are displayed. By default, these rows are condensed into a single row.\n\x09 * Selecting that row will select the actor in the scene outliner, but not the component. You can choose to select the component instead,\n\x09 * or choose to not condense the rows and leave them separated.\n\x09 */" },
{ "ModuleRelativePath", "Public/ObjectMixerEditorSettings.h" },
{ "ToolTip", "Determines how rows with a single matching component are displayed. By default, these rows are condensed into a single row.\nSelecting that row will select the actor in the scene outliner, but not the component. You can choose to select the component instead,\nor choose to not condense the rows and leave them separated." },
};
#endif // WITH_METADATA
// ********** Begin Class UObjectMixerEditorSettings constinit property declarations ***************
static void NewProp_bSyncSelection_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bSyncSelection;
static const UECodeGen_Private::FBytePropertyParams NewProp_HybridRowPolicy_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_HybridRowPolicy;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UObjectMixerEditorSettings constinit property declarations *****************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UObjectMixerEditorSettings>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UObjectMixerEditorSettings_Statics
// ********** Begin Class UObjectMixerEditorSettings Property Definitions **************************
void Z_Construct_UClass_UObjectMixerEditorSettings_Statics::NewProp_bSyncSelection_SetBit(void* Obj)
{
((UObjectMixerEditorSettings*)Obj)->bSyncSelection = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UObjectMixerEditorSettings_Statics::NewProp_bSyncSelection = { "bSyncSelection", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UObjectMixerEditorSettings), &Z_Construct_UClass_UObjectMixerEditorSettings_Statics::NewProp_bSyncSelection_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSyncSelection_MetaData), NewProp_bSyncSelection_MetaData) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UObjectMixerEditorSettings_Statics::NewProp_HybridRowPolicy_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UObjectMixerEditorSettings_Statics::NewProp_HybridRowPolicy = { "HybridRowPolicy", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UObjectMixerEditorSettings, HybridRowPolicy), Z_Construct_UEnum_ObjectMixerEditor_EObjectMixerHybridMode, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HybridRowPolicy_MetaData), NewProp_HybridRowPolicy_MetaData) }; // 1018878416
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UObjectMixerEditorSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UObjectMixerEditorSettings_Statics::NewProp_bSyncSelection,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UObjectMixerEditorSettings_Statics::NewProp_HybridRowPolicy_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UObjectMixerEditorSettings_Statics::NewProp_HybridRowPolicy,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UObjectMixerEditorSettings_Statics::PropPointers) < 2048);
// ********** End Class UObjectMixerEditorSettings Property Definitions ****************************
UObject* (*const Z_Construct_UClass_UObjectMixerEditorSettings_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UDeveloperSettings,
(UObject* (*)())Z_Construct_UPackage__Script_ObjectMixerEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UObjectMixerEditorSettings_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UObjectMixerEditorSettings_Statics::ClassParams = {
&UObjectMixerEditorSettings::StaticClass,
"ObjectMixer",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UObjectMixerEditorSettings_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UObjectMixerEditorSettings_Statics::PropPointers),
0,
0x000800A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UObjectMixerEditorSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UObjectMixerEditorSettings_Statics::Class_MetaDataParams)
};
void UObjectMixerEditorSettings::StaticRegisterNativesUObjectMixerEditorSettings()
{
}
UClass* Z_Construct_UClass_UObjectMixerEditorSettings()
{
if (!Z_Registration_Info_UClass_UObjectMixerEditorSettings.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UObjectMixerEditorSettings.OuterSingleton, Z_Construct_UClass_UObjectMixerEditorSettings_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UObjectMixerEditorSettings.OuterSingleton;
}
UObjectMixerEditorSettings::UObjectMixerEditorSettings(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UObjectMixerEditorSettings);
UObjectMixerEditorSettings::~UObjectMixerEditorSettings() {}
// ********** End Class UObjectMixerEditorSettings *************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSettings_h__Script_ObjectMixerEditor_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ EObjectMixerHybridMode_StaticEnum, TEXT("EObjectMixerHybridMode"), &Z_Registration_Info_UEnum_EObjectMixerHybridMode, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 1018878416U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UObjectMixerEditorSettings, UObjectMixerEditorSettings::StaticClass, TEXT("UObjectMixerEditorSettings"), &Z_Registration_Info_UClass_UObjectMixerEditorSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UObjectMixerEditorSettings), 2534598377U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSettings_h__Script_ObjectMixerEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSettings_h__Script_ObjectMixerEditor_2552963784{
TEXT("/Script/ObjectMixerEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSettings_h__Script_ObjectMixerEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSettings_h__Script_ObjectMixerEditor_Statics::ClassInfo),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSettings_h__Script_ObjectMixerEditor_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSettings_h__Script_ObjectMixerEditor_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,76 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "ObjectMixerEditorSettings.h"
#ifdef OBJECTMIXEREDITOR_ObjectMixerEditorSettings_generated_h
#error "ObjectMixerEditorSettings.generated.h already included, missing '#pragma once' in ObjectMixerEditorSettings.h"
#endif
#define OBJECTMIXEREDITOR_ObjectMixerEditorSettings_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UObjectMixerEditorSettings ***********************************************
struct Z_Construct_UClass_UObjectMixerEditorSettings_Statics;
OBJECTMIXEREDITOR_API UClass* Z_Construct_UClass_UObjectMixerEditorSettings_NoRegister();
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSettings_h_20_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUObjectMixerEditorSettings(); \
friend struct ::Z_Construct_UClass_UObjectMixerEditorSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend OBJECTMIXEREDITOR_API UClass* ::Z_Construct_UClass_UObjectMixerEditorSettings_NoRegister(); \
public: \
DECLARE_CLASS2(UObjectMixerEditorSettings, UDeveloperSettings, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/ObjectMixerEditor"), Z_Construct_UClass_UObjectMixerEditorSettings_NoRegister) \
DECLARE_SERIALIZER(UObjectMixerEditorSettings) \
static constexpr const TCHAR* StaticConfigName() {return TEXT("ObjectMixer");} \
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSettings_h_20_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
OBJECTMIXEREDITOR_API UObjectMixerEditorSettings(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UObjectMixerEditorSettings(UObjectMixerEditorSettings&&) = delete; \
UObjectMixerEditorSettings(const UObjectMixerEditorSettings&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(OBJECTMIXEREDITOR_API, UObjectMixerEditorSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UObjectMixerEditorSettings); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UObjectMixerEditorSettings) \
OBJECTMIXEREDITOR_API virtual ~UObjectMixerEditorSettings();
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSettings_h_17_PROLOG
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSettings_h_20_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSettings_h_20_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSettings_h_20_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UObjectMixerEditorSettings;
// ********** End Class UObjectMixerEditorSettings *************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerEditorSettings_h
// ********** Begin Enum EObjectMixerHybridMode ****************************************************
#define FOREACH_ENUM_EOBJECTMIXERHYBRIDMODE(op) \
op(EObjectMixerHybridMode::HybridActor) \
op(EObjectMixerHybridMode::HybridComponent) \
op(EObjectMixerHybridMode::HybridNone)
enum class EObjectMixerHybridMode : uint8;
template<> struct TIsUEnumClass<EObjectMixerHybridMode> { enum { Value = true }; };
template<> OBJECTMIXEREDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EObjectMixerHybridMode>();
// ********** End Enum EObjectMixerHybridMode ******************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,214 @@
// 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 "Views/Widgets/ObjectMixerEditorUWidget.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeObjectMixerEditorUWidget() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister();
OBJECTMIXEREDITOR_API UClass* Z_Construct_UClass_UObjectMixerEditorUWidget();
OBJECTMIXEREDITOR_API UClass* Z_Construct_UClass_UObjectMixerEditorUWidget_NoRegister();
OBJECTMIXEREDITOR_API UClass* Z_Construct_UClass_UObjectMixerObjectFilter_NoRegister();
OBJECTMIXEREDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FObjectMixerWidgetUserConfig();
UMG_API UClass* Z_Construct_UClass_UWidget();
UPackage* Z_Construct_UPackage__Script_ObjectMixerEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FObjectMixerWidgetUserConfig **************************************
struct Z_Construct_UScriptStruct_FObjectMixerWidgetUserConfig_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FObjectMixerWidgetUserConfig); }
static inline consteval int16 GetStructAlignment() { return alignof(FObjectMixerWidgetUserConfig); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "// User Configurable Variables\n" },
{ "ModuleRelativePath", "Public/Views/Widgets/ObjectMixerEditorUWidget.h" },
{ "ToolTip", "User Configurable Variables" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultFilterClass_MetaData[] = {
{ "Category", "Object Mixer" },
{ "Comment", "/**\n\x09 * Sets the default filter class to determine what objects and properties to display in this Object Mixer instance.\n\x09 */" },
{ "ModuleRelativePath", "Public/Views/Widgets/ObjectMixerEditorUWidget.h" },
{ "ToolTip", "Sets the default filter class to determine what objects and properties to display in this Object Mixer instance." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FObjectMixerWidgetUserConfig constinit property declarations ******
static const UECodeGen_Private::FClassPropertyParams NewProp_DefaultFilterClass;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FObjectMixerWidgetUserConfig constinit property declarations ********
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FObjectMixerWidgetUserConfig>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FObjectMixerWidgetUserConfig_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FObjectMixerWidgetUserConfig;
class UScriptStruct* FObjectMixerWidgetUserConfig::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FObjectMixerWidgetUserConfig.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FObjectMixerWidgetUserConfig.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FObjectMixerWidgetUserConfig, (UObject*)Z_Construct_UPackage__Script_ObjectMixerEditor(), TEXT("ObjectMixerWidgetUserConfig"));
}
return Z_Registration_Info_UScriptStruct_FObjectMixerWidgetUserConfig.OuterSingleton;
}
// ********** Begin ScriptStruct FObjectMixerWidgetUserConfig Property Definitions *****************
const UECodeGen_Private::FClassPropertyParams Z_Construct_UScriptStruct_FObjectMixerWidgetUserConfig_Statics::NewProp_DefaultFilterClass = { "DefaultFilterClass", nullptr, (EPropertyFlags)0x0014000000000005, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FObjectMixerWidgetUserConfig, DefaultFilterClass), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UObjectMixerObjectFilter_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultFilterClass_MetaData), NewProp_DefaultFilterClass_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FObjectMixerWidgetUserConfig_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FObjectMixerWidgetUserConfig_Statics::NewProp_DefaultFilterClass,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FObjectMixerWidgetUserConfig_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FObjectMixerWidgetUserConfig Property Definitions *******************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FObjectMixerWidgetUserConfig_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_ObjectMixerEditor,
nullptr,
&NewStructOps,
"ObjectMixerWidgetUserConfig",
Z_Construct_UScriptStruct_FObjectMixerWidgetUserConfig_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FObjectMixerWidgetUserConfig_Statics::PropPointers),
sizeof(FObjectMixerWidgetUserConfig),
alignof(FObjectMixerWidgetUserConfig),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FObjectMixerWidgetUserConfig_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FObjectMixerWidgetUserConfig_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FObjectMixerWidgetUserConfig()
{
if (!Z_Registration_Info_UScriptStruct_FObjectMixerWidgetUserConfig.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FObjectMixerWidgetUserConfig.InnerSingleton, Z_Construct_UScriptStruct_FObjectMixerWidgetUserConfig_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FObjectMixerWidgetUserConfig.InnerSingleton);
}
// ********** End ScriptStruct FObjectMixerWidgetUserConfig ****************************************
// ********** Begin Class UObjectMixerEditorUWidget ************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UObjectMixerEditorUWidget;
UClass* UObjectMixerEditorUWidget::GetPrivateStaticClass()
{
using TClass = UObjectMixerEditorUWidget;
if (!Z_Registration_Info_UClass_UObjectMixerEditorUWidget.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("ObjectMixerEditorUWidget"),
Z_Registration_Info_UClass_UObjectMixerEditorUWidget.InnerSingleton,
StaticRegisterNativesUObjectMixerEditorUWidget,
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_UObjectMixerEditorUWidget.InnerSingleton;
}
UClass* Z_Construct_UClass_UObjectMixerEditorUWidget_NoRegister()
{
return UObjectMixerEditorUWidget::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UObjectMixerEditorUWidget_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * A UMG widget wrapper for the Object Mixer widget. Uses the same data as the Generic Object Mixer Instance.\n * Only useful in the editor. It is not compatible at runtime.\n */" },
{ "DisplayName", "Object Mixer (Generic)" },
{ "IncludePath", "Views/Widgets/ObjectMixerEditorUWidget.h" },
{ "ModuleRelativePath", "Public/Views/Widgets/ObjectMixerEditorUWidget.h" },
{ "ToolTip", "A UMG widget wrapper for the Object Mixer widget. Uses the same data as the Generic Object Mixer Instance.\nOnly useful in the editor. It is not compatible at runtime." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ObjectMixerWidgetUserConfig_MetaData[] = {
{ "Category", "Object Mixer" },
{ "Comment", "// End of UWidget\n" },
{ "ModuleRelativePath", "Public/Views/Widgets/ObjectMixerEditorUWidget.h" },
{ "ToolTip", "End of UWidget" },
};
#endif // WITH_METADATA
// ********** Begin Class UObjectMixerEditorUWidget constinit property declarations ****************
static const UECodeGen_Private::FStructPropertyParams NewProp_ObjectMixerWidgetUserConfig;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UObjectMixerEditorUWidget constinit property declarations ******************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UObjectMixerEditorUWidget>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UObjectMixerEditorUWidget_Statics
// ********** Begin Class UObjectMixerEditorUWidget Property Definitions ***************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UObjectMixerEditorUWidget_Statics::NewProp_ObjectMixerWidgetUserConfig = { "ObjectMixerWidgetUserConfig", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UObjectMixerEditorUWidget, ObjectMixerWidgetUserConfig), Z_Construct_UScriptStruct_FObjectMixerWidgetUserConfig, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ObjectMixerWidgetUserConfig_MetaData), NewProp_ObjectMixerWidgetUserConfig_MetaData) }; // 373723881
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UObjectMixerEditorUWidget_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UObjectMixerEditorUWidget_Statics::NewProp_ObjectMixerWidgetUserConfig,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UObjectMixerEditorUWidget_Statics::PropPointers) < 2048);
// ********** End Class UObjectMixerEditorUWidget Property Definitions *****************************
UObject* (*const Z_Construct_UClass_UObjectMixerEditorUWidget_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UWidget,
(UObject* (*)())Z_Construct_UPackage__Script_ObjectMixerEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UObjectMixerEditorUWidget_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UObjectMixerEditorUWidget_Statics::ClassParams = {
&UObjectMixerEditorUWidget::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UObjectMixerEditorUWidget_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UObjectMixerEditorUWidget_Statics::PropPointers),
0,
0x00A800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UObjectMixerEditorUWidget_Statics::Class_MetaDataParams), Z_Construct_UClass_UObjectMixerEditorUWidget_Statics::Class_MetaDataParams)
};
void UObjectMixerEditorUWidget::StaticRegisterNativesUObjectMixerEditorUWidget()
{
}
UClass* Z_Construct_UClass_UObjectMixerEditorUWidget()
{
if (!Z_Registration_Info_UClass_UObjectMixerEditorUWidget.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UObjectMixerEditorUWidget.OuterSingleton, Z_Construct_UClass_UObjectMixerEditorUWidget_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UObjectMixerEditorUWidget.OuterSingleton;
}
UObjectMixerEditorUWidget::UObjectMixerEditorUWidget(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UObjectMixerEditorUWidget);
UObjectMixerEditorUWidget::~UObjectMixerEditorUWidget() {}
// ********** End Class UObjectMixerEditorUWidget **************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_Widgets_ObjectMixerEditorUWidget_h__Script_ObjectMixerEditor_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FObjectMixerWidgetUserConfig::StaticStruct, Z_Construct_UScriptStruct_FObjectMixerWidgetUserConfig_Statics::NewStructOps, TEXT("ObjectMixerWidgetUserConfig"),&Z_Registration_Info_UScriptStruct_FObjectMixerWidgetUserConfig, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FObjectMixerWidgetUserConfig), 373723881U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UObjectMixerEditorUWidget, UObjectMixerEditorUWidget::StaticClass, TEXT("UObjectMixerEditorUWidget"), &Z_Registration_Info_UClass_UObjectMixerEditorUWidget, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UObjectMixerEditorUWidget), 2226158026U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_Widgets_ObjectMixerEditorUWidget_h__Script_ObjectMixerEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_Widgets_ObjectMixerEditorUWidget_h__Script_ObjectMixerEditor_1373760676{
TEXT("/Script/ObjectMixerEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_Widgets_ObjectMixerEditorUWidget_h__Script_ObjectMixerEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_Widgets_ObjectMixerEditorUWidget_h__Script_ObjectMixerEditor_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_Widgets_ObjectMixerEditorUWidget_h__Script_ObjectMixerEditor_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_Widgets_ObjectMixerEditorUWidget_h__Script_ObjectMixerEditor_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,73 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "Views/Widgets/ObjectMixerEditorUWidget.h"
#ifdef OBJECTMIXEREDITOR_ObjectMixerEditorUWidget_generated_h
#error "ObjectMixerEditorUWidget.generated.h already included, missing '#pragma once' in ObjectMixerEditorUWidget.h"
#endif
#define OBJECTMIXEREDITOR_ObjectMixerEditorUWidget_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FObjectMixerWidgetUserConfig **************************************
struct Z_Construct_UScriptStruct_FObjectMixerWidgetUserConfig_Statics;
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_Widgets_ObjectMixerEditorUWidget_h_17_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FObjectMixerWidgetUserConfig_Statics; \
OBJECTMIXEREDITOR_API static class UScriptStruct* StaticStruct();
struct FObjectMixerWidgetUserConfig;
// ********** End ScriptStruct FObjectMixerWidgetUserConfig ****************************************
// ********** Begin Class UObjectMixerEditorUWidget ************************************************
struct Z_Construct_UClass_UObjectMixerEditorUWidget_Statics;
OBJECTMIXEREDITOR_API UClass* Z_Construct_UClass_UObjectMixerEditorUWidget_NoRegister();
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_Widgets_ObjectMixerEditorUWidget_h_33_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUObjectMixerEditorUWidget(); \
friend struct ::Z_Construct_UClass_UObjectMixerEditorUWidget_Statics; \
static UClass* GetPrivateStaticClass(); \
friend OBJECTMIXEREDITOR_API UClass* ::Z_Construct_UClass_UObjectMixerEditorUWidget_NoRegister(); \
public: \
DECLARE_CLASS2(UObjectMixerEditorUWidget, UWidget, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/ObjectMixerEditor"), Z_Construct_UClass_UObjectMixerEditorUWidget_NoRegister) \
DECLARE_SERIALIZER(UObjectMixerEditorUWidget)
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_Widgets_ObjectMixerEditorUWidget_h_33_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
OBJECTMIXEREDITOR_API UObjectMixerEditorUWidget(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UObjectMixerEditorUWidget(UObjectMixerEditorUWidget&&) = delete; \
UObjectMixerEditorUWidget(const UObjectMixerEditorUWidget&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(OBJECTMIXEREDITOR_API, UObjectMixerEditorUWidget); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UObjectMixerEditorUWidget); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UObjectMixerEditorUWidget) \
OBJECTMIXEREDITOR_API virtual ~UObjectMixerEditorUWidget();
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_Widgets_ObjectMixerEditorUWidget_h_30_PROLOG
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_Widgets_ObjectMixerEditorUWidget_h_33_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_Widgets_ObjectMixerEditorUWidget_h_33_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_Widgets_ObjectMixerEditorUWidget_h_33_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UObjectMixerEditorUWidget;
// ********** End Class UObjectMixerEditorUWidget **************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_Widgets_ObjectMixerEditorUWidget_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,139 @@
// 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 "ObjectMixerFilterFactory.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeObjectMixerFilterFactory() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
OBJECTMIXEREDITOR_API UClass* Z_Construct_UClass_UObjectMixerBlueprintFilterFactory();
OBJECTMIXEREDITOR_API UClass* Z_Construct_UClass_UObjectMixerBlueprintFilterFactory_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UFactory();
UPackage* Z_Construct_UPackage__Script_ObjectMixerEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UObjectMixerBlueprintFilterFactory ***************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UObjectMixerBlueprintFilterFactory;
UClass* UObjectMixerBlueprintFilterFactory::GetPrivateStaticClass()
{
using TClass = UObjectMixerBlueprintFilterFactory;
if (!Z_Registration_Info_UClass_UObjectMixerBlueprintFilterFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("ObjectMixerBlueprintFilterFactory"),
Z_Registration_Info_UClass_UObjectMixerBlueprintFilterFactory.InnerSingleton,
StaticRegisterNativesUObjectMixerBlueprintFilterFactory,
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_UObjectMixerBlueprintFilterFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UObjectMixerBlueprintFilterFactory_NoRegister()
{
return UObjectMixerBlueprintFilterFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UObjectMixerBlueprintFilterFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "HideCategories", "Object" },
{ "IncludePath", "ObjectMixerFilterFactory.h" },
{ "ModuleRelativePath", "Public/ObjectMixerFilterFactory.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ParentClass_MetaData[] = {
{ "AllowAbstract", "" },
{ "BlueprintBaseOnly", "" },
{ "Category", "ObjectMixerBlueprintFilterFactory" },
{ "Comment", "// The parent class of the created blueprint\n" },
{ "ModuleRelativePath", "Public/ObjectMixerFilterFactory.h" },
{ "ToolTip", "The parent class of the created blueprint" },
};
#endif // WITH_METADATA
// ********** Begin Class UObjectMixerBlueprintFilterFactory constinit property declarations *******
static const UECodeGen_Private::FClassPropertyParams NewProp_ParentClass;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UObjectMixerBlueprintFilterFactory constinit property declarations *********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UObjectMixerBlueprintFilterFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UObjectMixerBlueprintFilterFactory_Statics
// ********** Begin Class UObjectMixerBlueprintFilterFactory Property Definitions ******************
const UECodeGen_Private::FClassPropertyParams Z_Construct_UClass_UObjectMixerBlueprintFilterFactory_Statics::NewProp_ParentClass = { "ParentClass", nullptr, (EPropertyFlags)0x0014000000020001, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UObjectMixerBlueprintFilterFactory, ParentClass), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ParentClass_MetaData), NewProp_ParentClass_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UObjectMixerBlueprintFilterFactory_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UObjectMixerBlueprintFilterFactory_Statics::NewProp_ParentClass,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UObjectMixerBlueprintFilterFactory_Statics::PropPointers) < 2048);
// ********** End Class UObjectMixerBlueprintFilterFactory Property Definitions ********************
UObject* (*const Z_Construct_UClass_UObjectMixerBlueprintFilterFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UFactory,
(UObject* (*)())Z_Construct_UPackage__Script_ObjectMixerEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UObjectMixerBlueprintFilterFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UObjectMixerBlueprintFilterFactory_Statics::ClassParams = {
&UObjectMixerBlueprintFilterFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UObjectMixerBlueprintFilterFactory_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UObjectMixerBlueprintFilterFactory_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UObjectMixerBlueprintFilterFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UObjectMixerBlueprintFilterFactory_Statics::Class_MetaDataParams)
};
void UObjectMixerBlueprintFilterFactory::StaticRegisterNativesUObjectMixerBlueprintFilterFactory()
{
}
UClass* Z_Construct_UClass_UObjectMixerBlueprintFilterFactory()
{
if (!Z_Registration_Info_UClass_UObjectMixerBlueprintFilterFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UObjectMixerBlueprintFilterFactory.OuterSingleton, Z_Construct_UClass_UObjectMixerBlueprintFilterFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UObjectMixerBlueprintFilterFactory.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UObjectMixerBlueprintFilterFactory);
UObjectMixerBlueprintFilterFactory::~UObjectMixerBlueprintFilterFactory() {}
// ********** End Class UObjectMixerBlueprintFilterFactory *****************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerFilterFactory_h__Script_ObjectMixerEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UObjectMixerBlueprintFilterFactory, UObjectMixerBlueprintFilterFactory::StaticClass, TEXT("UObjectMixerBlueprintFilterFactory"), &Z_Registration_Info_UClass_UObjectMixerBlueprintFilterFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UObjectMixerBlueprintFilterFactory), 3670892539U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerFilterFactory_h__Script_ObjectMixerEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerFilterFactory_h__Script_ObjectMixerEditor_4039354901{
TEXT("/Script/ObjectMixerEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerFilterFactory_h__Script_ObjectMixerEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerFilterFactory_h__Script_ObjectMixerEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,61 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "ObjectMixerFilterFactory.h"
#ifdef OBJECTMIXEREDITOR_ObjectMixerFilterFactory_generated_h
#error "ObjectMixerFilterFactory.generated.h already included, missing '#pragma once' in ObjectMixerFilterFactory.h"
#endif
#define OBJECTMIXEREDITOR_ObjectMixerFilterFactory_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UObjectMixerBlueprintFilterFactory ***************************************
struct Z_Construct_UClass_UObjectMixerBlueprintFilterFactory_Statics;
OBJECTMIXEREDITOR_API UClass* Z_Construct_UClass_UObjectMixerBlueprintFilterFactory_NoRegister();
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerFilterFactory_h_14_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUObjectMixerBlueprintFilterFactory(); \
friend struct ::Z_Construct_UClass_UObjectMixerBlueprintFilterFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend OBJECTMIXEREDITOR_API UClass* ::Z_Construct_UClass_UObjectMixerBlueprintFilterFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UObjectMixerBlueprintFilterFactory, UFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/ObjectMixerEditor"), Z_Construct_UClass_UObjectMixerBlueprintFilterFactory_NoRegister) \
DECLARE_SERIALIZER(UObjectMixerBlueprintFilterFactory)
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerFilterFactory_h_14_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UObjectMixerBlueprintFilterFactory(UObjectMixerBlueprintFilterFactory&&) = delete; \
UObjectMixerBlueprintFilterFactory(const UObjectMixerBlueprintFilterFactory&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(OBJECTMIXEREDITOR_API, UObjectMixerBlueprintFilterFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UObjectMixerBlueprintFilterFactory); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UObjectMixerBlueprintFilterFactory) \
OBJECTMIXEREDITOR_API virtual ~UObjectMixerBlueprintFilterFactory();
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerFilterFactory_h_11_PROLOG
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerFilterFactory_h_14_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerFilterFactory_h_14_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerFilterFactory_h_14_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UObjectMixerBlueprintFilterFactory;
// ********** End Class UObjectMixerBlueprintFilterFactory *****************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_ObjectMixerFilterFactory_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,332 @@
// 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 "Views/List/Modes/ObjectMixerOutlinerMode.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeObjectMixerOutlinerMode() {}
// ********** Begin Cross Module References ********************************************************
EDITORCONFIG_API UClass* Z_Construct_UClass_UEditorConfigBase();
OBJECTMIXEREDITOR_API UClass* Z_Construct_UClass_UObjectMixerOutlinerModeEditorConfig();
OBJECTMIXEREDITOR_API UClass* Z_Construct_UClass_UObjectMixerOutlinerModeEditorConfig_NoRegister();
OBJECTMIXEREDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig();
UPackage* Z_Construct_UPackage__Script_ObjectMixerEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FObjectMixerOutlinerModeConfig ************************************
struct Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FObjectMixerOutlinerModeConfig); }
static inline consteval int16 GetStructAlignment() { return alignof(FObjectMixerOutlinerModeConfig); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/Views/List/Modes/ObjectMixerOutlinerMode.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bHideTemporaryActors_MetaData[] = {
{ "Comment", "/** True when the Scene Outliner is hiding temporary/run-time Actors */" },
{ "ModuleRelativePath", "Public/Views/List/Modes/ObjectMixerOutlinerMode.h" },
{ "ToolTip", "True when the Scene Outliner is hiding temporary/run-time Actors" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowOnlyActorsInCurrentLevel_MetaData[] = {
{ "Comment", "/** True when the Scene Outliner is showing only Actors that exist in the current level */" },
{ "ModuleRelativePath", "Public/Views/List/Modes/ObjectMixerOutlinerMode.h" },
{ "ToolTip", "True when the Scene Outliner is showing only Actors that exist in the current level" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowOnlyActorsInCurrentDataLayers_MetaData[] = {
{ "Comment", "/** True when the Scene Outliner is showing only Actors that exist in the current data layers */" },
{ "ModuleRelativePath", "Public/Views/List/Modes/ObjectMixerOutlinerMode.h" },
{ "ToolTip", "True when the Scene Outliner is showing only Actors that exist in the current data layers" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowOnlyActorsInCurrentContentBundle_MetaData[] = {
{ "Comment", "/** True when the Scene Outliner is showing only Actors that exist in the current content bundle */" },
{ "ModuleRelativePath", "Public/Views/List/Modes/ObjectMixerOutlinerMode.h" },
{ "ToolTip", "True when the Scene Outliner is showing only Actors that exist in the current content bundle" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowOnlySelectedActors_MetaData[] = {
{ "Comment", "/** True when the Scene Outliner is only displaying selected Actors */" },
{ "ModuleRelativePath", "Public/Views/List/Modes/ObjectMixerOutlinerMode.h" },
{ "ToolTip", "True when the Scene Outliner is only displaying selected Actors" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bHideActorComponents_MetaData[] = {
{ "Comment", "/** True when the Scene Outliner is not displaying Actor Components*/" },
{ "ModuleRelativePath", "Public/Views/List/Modes/ObjectMixerOutlinerMode.h" },
{ "ToolTip", "True when the Scene Outliner is not displaying Actor Components" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bHideLevelInstanceHierarchy_MetaData[] = {
{ "Comment", "/** True when the Scene Outliner is not displaying LevelInstances */" },
{ "ModuleRelativePath", "Public/Views/List/Modes/ObjectMixerOutlinerMode.h" },
{ "ToolTip", "True when the Scene Outliner is not displaying LevelInstances" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bHideUnloadedActors_MetaData[] = {
{ "Comment", "/** True when the Scene Outliner is not displaying unloaded actors */" },
{ "ModuleRelativePath", "Public/Views/List/Modes/ObjectMixerOutlinerMode.h" },
{ "ToolTip", "True when the Scene Outliner is not displaying unloaded actors" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bHideEmptyFolders_MetaData[] = {
{ "Comment", "/** True when the Scene Outliner is not displaying empty folders */" },
{ "ModuleRelativePath", "Public/Views/List/Modes/ObjectMixerOutlinerMode.h" },
{ "ToolTip", "True when the Scene Outliner is not displaying empty folders" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAlwaysFrameSelection_MetaData[] = {
{ "Comment", "/** True when the Scene Outliner updates when an actor is selected in the viewport */" },
{ "ModuleRelativePath", "Public/Views/List/Modes/ObjectMixerOutlinerMode.h" },
{ "ToolTip", "True when the Scene Outliner updates when an actor is selected in the viewport" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FObjectMixerOutlinerModeConfig constinit property declarations ****
static void NewProp_bHideTemporaryActors_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bHideTemporaryActors;
static void NewProp_bShowOnlyActorsInCurrentLevel_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowOnlyActorsInCurrentLevel;
static void NewProp_bShowOnlyActorsInCurrentDataLayers_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowOnlyActorsInCurrentDataLayers;
static void NewProp_bShowOnlyActorsInCurrentContentBundle_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowOnlyActorsInCurrentContentBundle;
static void NewProp_bShowOnlySelectedActors_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowOnlySelectedActors;
static void NewProp_bHideActorComponents_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bHideActorComponents;
static void NewProp_bHideLevelInstanceHierarchy_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bHideLevelInstanceHierarchy;
static void NewProp_bHideUnloadedActors_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bHideUnloadedActors;
static void NewProp_bHideEmptyFolders_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bHideEmptyFolders;
static void NewProp_bAlwaysFrameSelection_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAlwaysFrameSelection;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FObjectMixerOutlinerModeConfig constinit property declarations ******
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FObjectMixerOutlinerModeConfig>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FObjectMixerOutlinerModeConfig;
class UScriptStruct* FObjectMixerOutlinerModeConfig::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FObjectMixerOutlinerModeConfig.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FObjectMixerOutlinerModeConfig.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig, (UObject*)Z_Construct_UPackage__Script_ObjectMixerEditor(), TEXT("ObjectMixerOutlinerModeConfig"));
}
return Z_Registration_Info_UScriptStruct_FObjectMixerOutlinerModeConfig.OuterSingleton;
}
// ********** Begin ScriptStruct FObjectMixerOutlinerModeConfig Property Definitions ***************
void Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bHideTemporaryActors_SetBit(void* Obj)
{
((FObjectMixerOutlinerModeConfig*)Obj)->bHideTemporaryActors = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bHideTemporaryActors = { "bHideTemporaryActors", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FObjectMixerOutlinerModeConfig), &Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bHideTemporaryActors_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bHideTemporaryActors_MetaData), NewProp_bHideTemporaryActors_MetaData) };
void Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bShowOnlyActorsInCurrentLevel_SetBit(void* Obj)
{
((FObjectMixerOutlinerModeConfig*)Obj)->bShowOnlyActorsInCurrentLevel = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bShowOnlyActorsInCurrentLevel = { "bShowOnlyActorsInCurrentLevel", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FObjectMixerOutlinerModeConfig), &Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bShowOnlyActorsInCurrentLevel_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowOnlyActorsInCurrentLevel_MetaData), NewProp_bShowOnlyActorsInCurrentLevel_MetaData) };
void Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bShowOnlyActorsInCurrentDataLayers_SetBit(void* Obj)
{
((FObjectMixerOutlinerModeConfig*)Obj)->bShowOnlyActorsInCurrentDataLayers = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bShowOnlyActorsInCurrentDataLayers = { "bShowOnlyActorsInCurrentDataLayers", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FObjectMixerOutlinerModeConfig), &Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bShowOnlyActorsInCurrentDataLayers_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowOnlyActorsInCurrentDataLayers_MetaData), NewProp_bShowOnlyActorsInCurrentDataLayers_MetaData) };
void Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bShowOnlyActorsInCurrentContentBundle_SetBit(void* Obj)
{
((FObjectMixerOutlinerModeConfig*)Obj)->bShowOnlyActorsInCurrentContentBundle = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bShowOnlyActorsInCurrentContentBundle = { "bShowOnlyActorsInCurrentContentBundle", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FObjectMixerOutlinerModeConfig), &Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bShowOnlyActorsInCurrentContentBundle_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowOnlyActorsInCurrentContentBundle_MetaData), NewProp_bShowOnlyActorsInCurrentContentBundle_MetaData) };
void Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bShowOnlySelectedActors_SetBit(void* Obj)
{
((FObjectMixerOutlinerModeConfig*)Obj)->bShowOnlySelectedActors = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bShowOnlySelectedActors = { "bShowOnlySelectedActors", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FObjectMixerOutlinerModeConfig), &Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bShowOnlySelectedActors_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowOnlySelectedActors_MetaData), NewProp_bShowOnlySelectedActors_MetaData) };
void Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bHideActorComponents_SetBit(void* Obj)
{
((FObjectMixerOutlinerModeConfig*)Obj)->bHideActorComponents = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bHideActorComponents = { "bHideActorComponents", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FObjectMixerOutlinerModeConfig), &Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bHideActorComponents_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bHideActorComponents_MetaData), NewProp_bHideActorComponents_MetaData) };
void Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bHideLevelInstanceHierarchy_SetBit(void* Obj)
{
((FObjectMixerOutlinerModeConfig*)Obj)->bHideLevelInstanceHierarchy = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bHideLevelInstanceHierarchy = { "bHideLevelInstanceHierarchy", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FObjectMixerOutlinerModeConfig), &Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bHideLevelInstanceHierarchy_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bHideLevelInstanceHierarchy_MetaData), NewProp_bHideLevelInstanceHierarchy_MetaData) };
void Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bHideUnloadedActors_SetBit(void* Obj)
{
((FObjectMixerOutlinerModeConfig*)Obj)->bHideUnloadedActors = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bHideUnloadedActors = { "bHideUnloadedActors", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FObjectMixerOutlinerModeConfig), &Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bHideUnloadedActors_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bHideUnloadedActors_MetaData), NewProp_bHideUnloadedActors_MetaData) };
void Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bHideEmptyFolders_SetBit(void* Obj)
{
((FObjectMixerOutlinerModeConfig*)Obj)->bHideEmptyFolders = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bHideEmptyFolders = { "bHideEmptyFolders", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FObjectMixerOutlinerModeConfig), &Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bHideEmptyFolders_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bHideEmptyFolders_MetaData), NewProp_bHideEmptyFolders_MetaData) };
void Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bAlwaysFrameSelection_SetBit(void* Obj)
{
((FObjectMixerOutlinerModeConfig*)Obj)->bAlwaysFrameSelection = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bAlwaysFrameSelection = { "bAlwaysFrameSelection", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FObjectMixerOutlinerModeConfig), &Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bAlwaysFrameSelection_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAlwaysFrameSelection_MetaData), NewProp_bAlwaysFrameSelection_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bHideTemporaryActors,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bShowOnlyActorsInCurrentLevel,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bShowOnlyActorsInCurrentDataLayers,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bShowOnlyActorsInCurrentContentBundle,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bShowOnlySelectedActors,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bHideActorComponents,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bHideLevelInstanceHierarchy,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bHideUnloadedActors,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bHideEmptyFolders,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewProp_bAlwaysFrameSelection,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FObjectMixerOutlinerModeConfig Property Definitions *****************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_ObjectMixerEditor,
nullptr,
&NewStructOps,
"ObjectMixerOutlinerModeConfig",
Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::PropPointers),
sizeof(FObjectMixerOutlinerModeConfig),
alignof(FObjectMixerOutlinerModeConfig),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig()
{
if (!Z_Registration_Info_UScriptStruct_FObjectMixerOutlinerModeConfig.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FObjectMixerOutlinerModeConfig.InnerSingleton, Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FObjectMixerOutlinerModeConfig.InnerSingleton);
}
// ********** End ScriptStruct FObjectMixerOutlinerModeConfig **************************************
// ********** Begin Class UObjectMixerOutlinerModeEditorConfig *************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UObjectMixerOutlinerModeEditorConfig;
UClass* UObjectMixerOutlinerModeEditorConfig::GetPrivateStaticClass()
{
using TClass = UObjectMixerOutlinerModeEditorConfig;
if (!Z_Registration_Info_UClass_UObjectMixerOutlinerModeEditorConfig.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("ObjectMixerOutlinerModeEditorConfig"),
Z_Registration_Info_UClass_UObjectMixerOutlinerModeEditorConfig.InnerSingleton,
StaticRegisterNativesUObjectMixerOutlinerModeEditorConfig,
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_UObjectMixerOutlinerModeEditorConfig.InnerSingleton;
}
UClass* Z_Construct_UClass_UObjectMixerOutlinerModeEditorConfig_NoRegister()
{
return UObjectMixerOutlinerModeEditorConfig::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UObjectMixerOutlinerModeEditorConfig_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "EditorConfig", "ObjectMixerOutlinerMode" },
{ "IncludePath", "Views/List/Modes/ObjectMixerOutlinerMode.h" },
{ "ModuleRelativePath", "Public/Views/List/Modes/ObjectMixerOutlinerMode.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Browsers_MetaData[] = {
{ "EditorConfig", "" },
{ "ModuleRelativePath", "Public/Views/List/Modes/ObjectMixerOutlinerMode.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UObjectMixerOutlinerModeEditorConfig constinit property declarations *****
static const UECodeGen_Private::FStructPropertyParams NewProp_Browsers_ValueProp;
static const UECodeGen_Private::FNamePropertyParams NewProp_Browsers_Key_KeyProp;
static const UECodeGen_Private::FMapPropertyParams NewProp_Browsers;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UObjectMixerOutlinerModeEditorConfig constinit property declarations *******
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UObjectMixerOutlinerModeEditorConfig>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UObjectMixerOutlinerModeEditorConfig_Statics
// ********** Begin Class UObjectMixerOutlinerModeEditorConfig Property Definitions ****************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UObjectMixerOutlinerModeEditorConfig_Statics::NewProp_Browsers_ValueProp = { "Browsers", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig, METADATA_PARAMS(0, nullptr) }; // 1968298028
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UObjectMixerOutlinerModeEditorConfig_Statics::NewProp_Browsers_Key_KeyProp = { "Browsers_Key", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_UObjectMixerOutlinerModeEditorConfig_Statics::NewProp_Browsers = { "Browsers", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UObjectMixerOutlinerModeEditorConfig, Browsers), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Browsers_MetaData), NewProp_Browsers_MetaData) }; // 1968298028
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UObjectMixerOutlinerModeEditorConfig_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UObjectMixerOutlinerModeEditorConfig_Statics::NewProp_Browsers_ValueProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UObjectMixerOutlinerModeEditorConfig_Statics::NewProp_Browsers_Key_KeyProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UObjectMixerOutlinerModeEditorConfig_Statics::NewProp_Browsers,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UObjectMixerOutlinerModeEditorConfig_Statics::PropPointers) < 2048);
// ********** End Class UObjectMixerOutlinerModeEditorConfig Property Definitions ******************
UObject* (*const Z_Construct_UClass_UObjectMixerOutlinerModeEditorConfig_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UEditorConfigBase,
(UObject* (*)())Z_Construct_UPackage__Script_ObjectMixerEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UObjectMixerOutlinerModeEditorConfig_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UObjectMixerOutlinerModeEditorConfig_Statics::ClassParams = {
&UObjectMixerOutlinerModeEditorConfig::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UObjectMixerOutlinerModeEditorConfig_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UObjectMixerOutlinerModeEditorConfig_Statics::PropPointers),
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UObjectMixerOutlinerModeEditorConfig_Statics::Class_MetaDataParams), Z_Construct_UClass_UObjectMixerOutlinerModeEditorConfig_Statics::Class_MetaDataParams)
};
void UObjectMixerOutlinerModeEditorConfig::StaticRegisterNativesUObjectMixerOutlinerModeEditorConfig()
{
}
UClass* Z_Construct_UClass_UObjectMixerOutlinerModeEditorConfig()
{
if (!Z_Registration_Info_UClass_UObjectMixerOutlinerModeEditorConfig.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UObjectMixerOutlinerModeEditorConfig.OuterSingleton, Z_Construct_UClass_UObjectMixerOutlinerModeEditorConfig_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UObjectMixerOutlinerModeEditorConfig.OuterSingleton;
}
UObjectMixerOutlinerModeEditorConfig::UObjectMixerOutlinerModeEditorConfig(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UObjectMixerOutlinerModeEditorConfig);
UObjectMixerOutlinerModeEditorConfig::~UObjectMixerOutlinerModeEditorConfig() {}
// ********** End Class UObjectMixerOutlinerModeEditorConfig ***************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_List_Modes_ObjectMixerOutlinerMode_h__Script_ObjectMixerEditor_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FObjectMixerOutlinerModeConfig::StaticStruct, Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics::NewStructOps, TEXT("ObjectMixerOutlinerModeConfig"),&Z_Registration_Info_UScriptStruct_FObjectMixerOutlinerModeConfig, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FObjectMixerOutlinerModeConfig), 1968298028U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UObjectMixerOutlinerModeEditorConfig, UObjectMixerOutlinerModeEditorConfig::StaticClass, TEXT("UObjectMixerOutlinerModeEditorConfig"), &Z_Registration_Info_UClass_UObjectMixerOutlinerModeEditorConfig, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UObjectMixerOutlinerModeEditorConfig), 2735719880U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_List_Modes_ObjectMixerOutlinerMode_h__Script_ObjectMixerEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_List_Modes_ObjectMixerOutlinerMode_h__Script_ObjectMixerEditor_448075790{
TEXT("/Script/ObjectMixerEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_List_Modes_ObjectMixerOutlinerMode_h__Script_ObjectMixerEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_List_Modes_ObjectMixerOutlinerMode_h__Script_ObjectMixerEditor_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_List_Modes_ObjectMixerOutlinerMode_h__Script_ObjectMixerEditor_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_List_Modes_ObjectMixerOutlinerMode_h__Script_ObjectMixerEditor_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,73 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "Views/List/Modes/ObjectMixerOutlinerMode.h"
#ifdef OBJECTMIXEREDITOR_ObjectMixerOutlinerMode_generated_h
#error "ObjectMixerOutlinerMode.generated.h already included, missing '#pragma once' in ObjectMixerOutlinerMode.h"
#endif
#define OBJECTMIXEREDITOR_ObjectMixerOutlinerMode_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FObjectMixerOutlinerModeConfig ************************************
struct Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics;
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_List_Modes_ObjectMixerOutlinerMode_h_76_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FObjectMixerOutlinerModeConfig_Statics; \
OBJECTMIXEREDITOR_API static class UScriptStruct* StaticStruct();
struct FObjectMixerOutlinerModeConfig;
// ********** End ScriptStruct FObjectMixerOutlinerModeConfig **************************************
// ********** Begin Class UObjectMixerOutlinerModeEditorConfig *************************************
struct Z_Construct_UClass_UObjectMixerOutlinerModeEditorConfig_Statics;
OBJECTMIXEREDITOR_API UClass* Z_Construct_UClass_UObjectMixerOutlinerModeEditorConfig_NoRegister();
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_List_Modes_ObjectMixerOutlinerMode_h_122_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUObjectMixerOutlinerModeEditorConfig(); \
friend struct ::Z_Construct_UClass_UObjectMixerOutlinerModeEditorConfig_Statics; \
static UClass* GetPrivateStaticClass(); \
friend OBJECTMIXEREDITOR_API UClass* ::Z_Construct_UClass_UObjectMixerOutlinerModeEditorConfig_NoRegister(); \
public: \
DECLARE_CLASS2(UObjectMixerOutlinerModeEditorConfig, UEditorConfigBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/ObjectMixerEditor"), Z_Construct_UClass_UObjectMixerOutlinerModeEditorConfig_NoRegister) \
DECLARE_SERIALIZER(UObjectMixerOutlinerModeEditorConfig)
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_List_Modes_ObjectMixerOutlinerMode_h_122_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UObjectMixerOutlinerModeEditorConfig(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UObjectMixerOutlinerModeEditorConfig(UObjectMixerOutlinerModeEditorConfig&&) = delete; \
UObjectMixerOutlinerModeEditorConfig(const UObjectMixerOutlinerModeEditorConfig&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UObjectMixerOutlinerModeEditorConfig); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UObjectMixerOutlinerModeEditorConfig); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UObjectMixerOutlinerModeEditorConfig) \
NO_API virtual ~UObjectMixerOutlinerModeEditorConfig();
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_List_Modes_ObjectMixerOutlinerMode_h_119_PROLOG
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_List_Modes_ObjectMixerOutlinerMode_h_122_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_List_Modes_ObjectMixerOutlinerMode_h_122_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_List_Modes_ObjectMixerOutlinerMode_h_122_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UObjectMixerOutlinerModeEditorConfig;
// ********** End Class UObjectMixerOutlinerModeEditorConfig ***************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_List_Modes_ObjectMixerOutlinerMode_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,216 @@
// 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 "Views/List/SObjectMixerEditorList.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeSObjectMixerEditorList() {}
// ********** Begin Cross Module References ********************************************************
OBJECTMIXEREDITOR_API UEnum* Z_Construct_UEnum_ObjectMixerEditor_EListViewColumnType();
OBJECTMIXEREDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo();
UPackage* Z_Construct_UPackage__Script_ObjectMixerEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Enum EListViewColumnType *******************************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EListViewColumnType;
static UEnum* EListViewColumnType_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EListViewColumnType.OuterSingleton)
{
Z_Registration_Info_UEnum_EListViewColumnType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_ObjectMixerEditor_EListViewColumnType, (UObject*)Z_Construct_UPackage__Script_ObjectMixerEditor(), TEXT("EListViewColumnType"));
}
return Z_Registration_Info_UEnum_EListViewColumnType.OuterSingleton;
}
template<> OBJECTMIXEREDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EListViewColumnType>()
{
return EListViewColumnType_StaticEnum();
}
struct Z_Construct_UEnum_ObjectMixerEditor_EListViewColumnType_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "BuiltIn.Name", "EListViewColumnType::BuiltIn" },
{ "ModuleRelativePath", "Public/Views/List/SObjectMixerEditorList.h" },
{ "PropertyGenerated.Name", "EListViewColumnType::PropertyGenerated" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EListViewColumnType::BuiltIn", (int64)EListViewColumnType::BuiltIn },
{ "EListViewColumnType::PropertyGenerated", (int64)EListViewColumnType::PropertyGenerated },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_ObjectMixerEditor_EListViewColumnType_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_ObjectMixerEditor_EListViewColumnType_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_ObjectMixerEditor,
nullptr,
"EListViewColumnType",
"EListViewColumnType",
Z_Construct_UEnum_ObjectMixerEditor_EListViewColumnType_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_ObjectMixerEditor_EListViewColumnType_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_ObjectMixerEditor_EListViewColumnType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_ObjectMixerEditor_EListViewColumnType_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_ObjectMixerEditor_EListViewColumnType()
{
if (!Z_Registration_Info_UEnum_EListViewColumnType.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EListViewColumnType.InnerSingleton, Z_Construct_UEnum_ObjectMixerEditor_EListViewColumnType_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EListViewColumnType.InnerSingleton;
}
// ********** End Enum EListViewColumnType *********************************************************
// ********** Begin ScriptStruct FObjectMixerSceneOutlinerColumnInfo *******************************
struct Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FObjectMixerSceneOutlinerColumnInfo); }
static inline consteval int16 GetStructAlignment() { return alignof(FObjectMixerSceneOutlinerColumnInfo); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/Views/List/SObjectMixerEditorList.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PropertyName_MetaData[] = {
{ "Comment", "/** The FName of the property */" },
{ "ModuleRelativePath", "Public/Views/List/SObjectMixerEditorList.h" },
{ "ToolTip", "The FName of the property" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ColumnID_MetaData[] = {
{ "Comment", "/** The column identifier for the property. Often this is teh same as PropertyName. */" },
{ "ModuleRelativePath", "Public/Views/List/SObjectMixerEditorList.h" },
{ "ToolTip", "The column identifier for the property. Often this is teh same as PropertyName." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PropertyDisplayText_MetaData[] = {
{ "Comment", "/** What will be displayed in the column header unless another widget is defined. */" },
{ "ModuleRelativePath", "Public/Views/List/SObjectMixerEditorList.h" },
{ "ToolTip", "What will be displayed in the column header unless another widget is defined." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PropertyType_MetaData[] = {
{ "Comment", "/** Is this a built-in column, a column displaying a property widget or something else? */" },
{ "ModuleRelativePath", "Public/Views/List/SObjectMixerEditorList.h" },
{ "ToolTip", "Is this a built-in column, a column displaying a property widget or something else?" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PropertyCategoryName_MetaData[] = {
{ "Comment", "/**\n\x09 * The category that holds the property.\n\x09 * Used for sorting properties in the context menu, similar to the details view.\n\x09 */" },
{ "ModuleRelativePath", "Public/Views/List/SObjectMixerEditorList.h" },
{ "ToolTip", "The category that holds the property.\nUsed for sorting properties in the context menu, similar to the details view." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCanBeHidden_MetaData[] = {
{ "Comment", "/** If true, this column can be enabled and disabled by the user. */" },
{ "ModuleRelativePath", "Public/Views/List/SObjectMixerEditorList.h" },
{ "ToolTip", "If true, this column can be enabled and disabled by the user." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsDesiredToBeShownByDefault_MetaData[] = {
{ "Comment", "/** If true, this column will be shown in a clean environment or when default properties are restored. */" },
{ "ModuleRelativePath", "Public/Views/List/SObjectMixerEditorList.h" },
{ "ToolTip", "If true, this column will be shown in a clean environment or when default properties are restored." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FObjectMixerSceneOutlinerColumnInfo constinit property declarations
static const UECodeGen_Private::FNamePropertyParams NewProp_PropertyName;
static const UECodeGen_Private::FNamePropertyParams NewProp_ColumnID;
static const UECodeGen_Private::FTextPropertyParams NewProp_PropertyDisplayText;
static const UECodeGen_Private::FIntPropertyParams NewProp_PropertyType_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_PropertyType;
static const UECodeGen_Private::FNamePropertyParams NewProp_PropertyCategoryName;
static void NewProp_bCanBeHidden_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bCanBeHidden;
static void NewProp_bIsDesiredToBeShownByDefault_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsDesiredToBeShownByDefault;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FObjectMixerSceneOutlinerColumnInfo constinit property declarations *
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FObjectMixerSceneOutlinerColumnInfo>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo;
class UScriptStruct* FObjectMixerSceneOutlinerColumnInfo::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo, (UObject*)Z_Construct_UPackage__Script_ObjectMixerEditor(), TEXT("ObjectMixerSceneOutlinerColumnInfo"));
}
return Z_Registration_Info_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo.OuterSingleton;
}
// ********** Begin ScriptStruct FObjectMixerSceneOutlinerColumnInfo Property Definitions **********
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics::NewProp_PropertyName = { "PropertyName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FObjectMixerSceneOutlinerColumnInfo, PropertyName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PropertyName_MetaData), NewProp_PropertyName_MetaData) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics::NewProp_ColumnID = { "ColumnID", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FObjectMixerSceneOutlinerColumnInfo, ColumnID), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ColumnID_MetaData), NewProp_ColumnID_MetaData) };
const UECodeGen_Private::FTextPropertyParams Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics::NewProp_PropertyDisplayText = { "PropertyDisplayText", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FObjectMixerSceneOutlinerColumnInfo, PropertyDisplayText), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PropertyDisplayText_MetaData), NewProp_PropertyDisplayText_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics::NewProp_PropertyType_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics::NewProp_PropertyType = { "PropertyType", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FObjectMixerSceneOutlinerColumnInfo, PropertyType), Z_Construct_UEnum_ObjectMixerEditor_EListViewColumnType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PropertyType_MetaData), NewProp_PropertyType_MetaData) }; // 2422527907
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics::NewProp_PropertyCategoryName = { "PropertyCategoryName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FObjectMixerSceneOutlinerColumnInfo, PropertyCategoryName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PropertyCategoryName_MetaData), NewProp_PropertyCategoryName_MetaData) };
void Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics::NewProp_bCanBeHidden_SetBit(void* Obj)
{
((FObjectMixerSceneOutlinerColumnInfo*)Obj)->bCanBeHidden = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics::NewProp_bCanBeHidden = { "bCanBeHidden", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FObjectMixerSceneOutlinerColumnInfo), &Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics::NewProp_bCanBeHidden_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCanBeHidden_MetaData), NewProp_bCanBeHidden_MetaData) };
void Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics::NewProp_bIsDesiredToBeShownByDefault_SetBit(void* Obj)
{
((FObjectMixerSceneOutlinerColumnInfo*)Obj)->bIsDesiredToBeShownByDefault = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics::NewProp_bIsDesiredToBeShownByDefault = { "bIsDesiredToBeShownByDefault", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FObjectMixerSceneOutlinerColumnInfo), &Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics::NewProp_bIsDesiredToBeShownByDefault_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsDesiredToBeShownByDefault_MetaData), NewProp_bIsDesiredToBeShownByDefault_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics::NewProp_PropertyName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics::NewProp_ColumnID,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics::NewProp_PropertyDisplayText,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics::NewProp_PropertyType_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics::NewProp_PropertyType,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics::NewProp_PropertyCategoryName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics::NewProp_bCanBeHidden,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics::NewProp_bIsDesiredToBeShownByDefault,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FObjectMixerSceneOutlinerColumnInfo Property Definitions ************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_ObjectMixerEditor,
nullptr,
&NewStructOps,
"ObjectMixerSceneOutlinerColumnInfo",
Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics::PropPointers),
sizeof(FObjectMixerSceneOutlinerColumnInfo),
alignof(FObjectMixerSceneOutlinerColumnInfo),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo()
{
if (!Z_Registration_Info_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo.InnerSingleton, Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo.InnerSingleton);
}
// ********** End ScriptStruct FObjectMixerSceneOutlinerColumnInfo *********************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_List_SObjectMixerEditorList_h__Script_ObjectMixerEditor_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ EListViewColumnType_StaticEnum, TEXT("EListViewColumnType"), &Z_Registration_Info_UEnum_EListViewColumnType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 2422527907U) },
};
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FObjectMixerSceneOutlinerColumnInfo::StaticStruct, Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics::NewStructOps, TEXT("ObjectMixerSceneOutlinerColumnInfo"),&Z_Registration_Info_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FObjectMixerSceneOutlinerColumnInfo), 4026144349U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_List_SObjectMixerEditorList_h__Script_ObjectMixerEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_List_SObjectMixerEditorList_h__Script_ObjectMixerEditor_459929011{
TEXT("/Script/ObjectMixerEditor"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_List_SObjectMixerEditorList_h__Script_ObjectMixerEditor_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_List_SObjectMixerEditorList_h__Script_ObjectMixerEditor_Statics::ScriptStructInfo),
Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_List_SObjectMixerEditorList_h__Script_ObjectMixerEditor_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_List_SObjectMixerEditorList_h__Script_ObjectMixerEditor_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,42 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "Views/List/SObjectMixerEditorList.h"
#ifdef OBJECTMIXEREDITOR_SObjectMixerEditorList_generated_h
#error "SObjectMixerEditorList.generated.h already included, missing '#pragma once' in SObjectMixerEditorList.h"
#endif
#define OBJECTMIXEREDITOR_SObjectMixerEditorList_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FObjectMixerSceneOutlinerColumnInfo *******************************
struct Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics;
#define FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_List_SObjectMixerEditorList_h_33_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FObjectMixerSceneOutlinerColumnInfo_Statics; \
OBJECTMIXEREDITOR_API static class UScriptStruct* StaticStruct();
struct FObjectMixerSceneOutlinerColumnInfo;
// ********** End ScriptStruct FObjectMixerSceneOutlinerColumnInfo *********************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Editor_ObjectMixer_ObjectMixer_Source_ObjectMixer_Public_Views_List_SObjectMixerEditorList_h
// ********** Begin Enum EListViewColumnType *******************************************************
#define FOREACH_ENUM_ELISTVIEWCOLUMNTYPE(op) \
op(EListViewColumnType::BuiltIn) \
op(EListViewColumnType::PropertyGenerated)
enum class EListViewColumnType;
template<> struct TIsUEnumClass<EListViewColumnType> { enum { Value = true }; };
template<> OBJECTMIXEREDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EListViewColumnType>();
// ********** End Enum EListViewColumnType *********************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,8 @@
D:\UE_5_7_1\Engine\Plugins\Editor\ObjectMixer\ObjectMixer\Source\ObjectMixer\Public\ObjectFilter\ObjectMixerEditorObjectFilter.h
D:\UE_5_7_1\Engine\Plugins\Editor\ObjectMixer\ObjectMixer\Source\ObjectMixer\Public\Views\List\SObjectMixerEditorList.h
D:\UE_5_7_1\Engine\Plugins\Editor\ObjectMixer\ObjectMixer\Source\ObjectMixer\Public\ObjectMixerEditorSerializedData.h
D:\UE_5_7_1\Engine\Plugins\Editor\ObjectMixer\ObjectMixer\Source\ObjectMixer\Public\ObjectMixerEditorSettings.h
D:\UE_5_7_1\Engine\Plugins\Editor\ObjectMixer\ObjectMixer\Source\ObjectMixer\Public\ObjectMixerFilterFactory.h
D:\UE_5_7_1\Engine\Plugins\Editor\ObjectMixer\ObjectMixer\Source\ObjectMixer\Public\Views\List\Modes\ObjectMixerOutlinerMode.h
D:\UE_5_7_1\Engine\Plugins\Editor\ObjectMixer\ObjectMixer\Source\ObjectMixer\Public\Views\Widgets\ObjectMixerEditorListMenuContext.h
D:\UE_5_7_1\Engine\Plugins\Editor\ObjectMixer\ObjectMixer\Source\ObjectMixer\Public\Views\Widgets\ObjectMixerEditorUWidget.h