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,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 "InterchangeEditorUtilities.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeInterchangeEditorUtilities() {}
// ********** Begin Cross Module References ********************************************************
INTERCHANGEEDITORUTILITIES_API UClass* Z_Construct_UClass_UInterchangeEditorUtilities();
INTERCHANGEEDITORUTILITIES_API UClass* Z_Construct_UClass_UInterchangeEditorUtilities_NoRegister();
INTERCHANGEENGINE_API UClass* Z_Construct_UClass_UInterchangeEditorUtilitiesBase();
UPackage* Z_Construct_UPackage__Script_InterchangeEditorUtilities();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UInterchangeEditorUtilities **********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangeEditorUtilities;
UClass* UInterchangeEditorUtilities::GetPrivateStaticClass()
{
using TClass = UInterchangeEditorUtilities;
if (!Z_Registration_Info_UClass_UInterchangeEditorUtilities.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("InterchangeEditorUtilities"),
Z_Registration_Info_UClass_UInterchangeEditorUtilities.InnerSingleton,
StaticRegisterNativesUInterchangeEditorUtilities,
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_UInterchangeEditorUtilities.InnerSingleton;
}
UClass* Z_Construct_UClass_UInterchangeEditorUtilities_NoRegister()
{
return UInterchangeEditorUtilities::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UInterchangeEditorUtilities_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "InterchangeEditorUtilities.h" },
{ "ModuleRelativePath", "Public/InterchangeEditorUtilities.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UInterchangeEditorUtilities constinit property declarations **************
// ********** End Class UInterchangeEditorUtilities constinit property declarations ****************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UInterchangeEditorUtilities>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UInterchangeEditorUtilities_Statics
UObject* (*const Z_Construct_UClass_UInterchangeEditorUtilities_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInterchangeEditorUtilitiesBase,
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeEditorUtilities,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeEditorUtilities_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangeEditorUtilities_Statics::ClassParams = {
&UInterchangeEditorUtilities::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeEditorUtilities_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangeEditorUtilities_Statics::Class_MetaDataParams)
};
void UInterchangeEditorUtilities::StaticRegisterNativesUInterchangeEditorUtilities()
{
}
UClass* Z_Construct_UClass_UInterchangeEditorUtilities()
{
if (!Z_Registration_Info_UClass_UInterchangeEditorUtilities.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangeEditorUtilities.OuterSingleton, Z_Construct_UClass_UInterchangeEditorUtilities_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UInterchangeEditorUtilities.OuterSingleton;
}
UInterchangeEditorUtilities::UInterchangeEditorUtilities(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangeEditorUtilities);
UInterchangeEditorUtilities::~UInterchangeEditorUtilities() {}
// ********** End Class UInterchangeEditorUtilities ************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Utilities_Public_InterchangeEditorUtilities_h__Script_InterchangeEditorUtilities_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UInterchangeEditorUtilities, UInterchangeEditorUtilities::StaticClass, TEXT("UInterchangeEditorUtilities"), &Z_Registration_Info_UClass_UInterchangeEditorUtilities, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangeEditorUtilities), 1811636748U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Utilities_Public_InterchangeEditorUtilities_h__Script_InterchangeEditorUtilities_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Utilities_Public_InterchangeEditorUtilities_h__Script_InterchangeEditorUtilities_2063377810{
TEXT("/Script/InterchangeEditorUtilities"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Utilities_Public_InterchangeEditorUtilities_h__Script_InterchangeEditorUtilities_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Utilities_Public_InterchangeEditorUtilities_h__Script_InterchangeEditorUtilities_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 "InterchangeEditorUtilities.h"
#ifdef INTERCHANGEEDITORUTILITIES_InterchangeEditorUtilities_generated_h
#error "InterchangeEditorUtilities.generated.h already included, missing '#pragma once' in InterchangeEditorUtilities.h"
#endif
#define INTERCHANGEEDITORUTILITIES_InterchangeEditorUtilities_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UInterchangeEditorUtilities **********************************************
struct Z_Construct_UClass_UInterchangeEditorUtilities_Statics;
INTERCHANGEEDITORUTILITIES_API UClass* Z_Construct_UClass_UInterchangeEditorUtilities_NoRegister();
#define FID_Engine_Plugins_Interchange_Editor_Source_Utilities_Public_InterchangeEditorUtilities_h_14_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUInterchangeEditorUtilities(); \
friend struct ::Z_Construct_UClass_UInterchangeEditorUtilities_Statics; \
static UClass* GetPrivateStaticClass(); \
friend INTERCHANGEEDITORUTILITIES_API UClass* ::Z_Construct_UClass_UInterchangeEditorUtilities_NoRegister(); \
public: \
DECLARE_CLASS2(UInterchangeEditorUtilities, UInterchangeEditorUtilitiesBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/InterchangeEditorUtilities"), Z_Construct_UClass_UInterchangeEditorUtilities_NoRegister) \
DECLARE_SERIALIZER(UInterchangeEditorUtilities)
#define FID_Engine_Plugins_Interchange_Editor_Source_Utilities_Public_InterchangeEditorUtilities_h_14_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
INTERCHANGEEDITORUTILITIES_API UInterchangeEditorUtilities(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UInterchangeEditorUtilities(UInterchangeEditorUtilities&&) = delete; \
UInterchangeEditorUtilities(const UInterchangeEditorUtilities&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(INTERCHANGEEDITORUTILITIES_API, UInterchangeEditorUtilities); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UInterchangeEditorUtilities); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UInterchangeEditorUtilities) \
INTERCHANGEEDITORUTILITIES_API virtual ~UInterchangeEditorUtilities();
#define FID_Engine_Plugins_Interchange_Editor_Source_Utilities_Public_InterchangeEditorUtilities_h_11_PROLOG
#define FID_Engine_Plugins_Interchange_Editor_Source_Utilities_Public_InterchangeEditorUtilities_h_14_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Interchange_Editor_Source_Utilities_Public_InterchangeEditorUtilities_h_14_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Interchange_Editor_Source_Utilities_Public_InterchangeEditorUtilities_h_14_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UInterchangeEditorUtilities;
// ********** End Class UInterchangeEditorUtilities ************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Interchange_Editor_Source_Utilities_Public_InterchangeEditorUtilities_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

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 EmptyLinkFunctionForGeneratedCodeInterchangeEditorUtilities_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_InterchangeEditorUtilities;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_InterchangeEditorUtilities()
{
if (!Z_Registration_Info_UPackage__Script_InterchangeEditorUtilities.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/InterchangeEditorUtilities",
nullptr,
0,
PKG_CompiledIn | 0x00000040,
0x249B2437,
0x487C2B39,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_InterchangeEditorUtilities.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_InterchangeEditorUtilities.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_InterchangeEditorUtilities(Z_Construct_UPackage__Script_InterchangeEditorUtilities, TEXT("/Script/InterchangeEditorUtilities"), Z_Registration_Info_UPackage__Script_InterchangeEditorUtilities, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x249B2437, 0x487C2B39));
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,121 @@
// 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 "InterchangeOpenFileDialog.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeInterchangeOpenFileDialog() {}
// ********** Begin Cross Module References ********************************************************
INTERCHANGEEDITORUTILITIES_API UClass* Z_Construct_UClass_UInterchangeFilePickerGeneric();
INTERCHANGEEDITORUTILITIES_API UClass* Z_Construct_UClass_UInterchangeFilePickerGeneric_NoRegister();
INTERCHANGEENGINE_API UClass* Z_Construct_UClass_UInterchangeFilePickerBase();
UPackage* Z_Construct_UPackage__Script_InterchangeEditorUtilities();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UInterchangeFilePickerGeneric ********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangeFilePickerGeneric;
UClass* UInterchangeFilePickerGeneric::GetPrivateStaticClass()
{
using TClass = UInterchangeFilePickerGeneric;
if (!Z_Registration_Info_UClass_UInterchangeFilePickerGeneric.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("InterchangeFilePickerGeneric"),
Z_Registration_Info_UClass_UInterchangeFilePickerGeneric.InnerSingleton,
StaticRegisterNativesUInterchangeFilePickerGeneric,
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_UInterchangeFilePickerGeneric.InnerSingleton;
}
UClass* Z_Construct_UClass_UInterchangeFilePickerGeneric_NoRegister()
{
return UInterchangeFilePickerGeneric::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UInterchangeFilePickerGeneric_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "IncludePath", "InterchangeOpenFileDialog.h" },
{ "IsBlueprintBase", "true" },
{ "ModuleRelativePath", "Public/InterchangeOpenFileDialog.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UInterchangeFilePickerGeneric constinit property declarations ************
// ********** End Class UInterchangeFilePickerGeneric constinit property declarations **************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UInterchangeFilePickerGeneric>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UInterchangeFilePickerGeneric_Statics
UObject* (*const Z_Construct_UClass_UInterchangeFilePickerGeneric_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInterchangeFilePickerBase,
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeEditorUtilities,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeFilePickerGeneric_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangeFilePickerGeneric_Statics::ClassParams = {
&UInterchangeFilePickerGeneric::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeFilePickerGeneric_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangeFilePickerGeneric_Statics::Class_MetaDataParams)
};
void UInterchangeFilePickerGeneric::StaticRegisterNativesUInterchangeFilePickerGeneric()
{
}
UClass* Z_Construct_UClass_UInterchangeFilePickerGeneric()
{
if (!Z_Registration_Info_UClass_UInterchangeFilePickerGeneric.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangeFilePickerGeneric.OuterSingleton, Z_Construct_UClass_UInterchangeFilePickerGeneric_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UInterchangeFilePickerGeneric.OuterSingleton;
}
UInterchangeFilePickerGeneric::UInterchangeFilePickerGeneric(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangeFilePickerGeneric);
UInterchangeFilePickerGeneric::~UInterchangeFilePickerGeneric() {}
// ********** End Class UInterchangeFilePickerGeneric **********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Utilities_Public_InterchangeOpenFileDialog_h__Script_InterchangeEditorUtilities_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UInterchangeFilePickerGeneric, UInterchangeFilePickerGeneric::StaticClass, TEXT("UInterchangeFilePickerGeneric"), &Z_Registration_Info_UClass_UInterchangeFilePickerGeneric, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangeFilePickerGeneric), 3317076386U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Utilities_Public_InterchangeOpenFileDialog_h__Script_InterchangeEditorUtilities_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Utilities_Public_InterchangeOpenFileDialog_h__Script_InterchangeEditorUtilities_96485471{
TEXT("/Script/InterchangeEditorUtilities"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Utilities_Public_InterchangeOpenFileDialog_h__Script_InterchangeEditorUtilities_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Utilities_Public_InterchangeOpenFileDialog_h__Script_InterchangeEditorUtilities_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 "InterchangeOpenFileDialog.h"
#ifdef INTERCHANGEEDITORUTILITIES_InterchangeOpenFileDialog_generated_h
#error "InterchangeOpenFileDialog.generated.h already included, missing '#pragma once' in InterchangeOpenFileDialog.h"
#endif
#define INTERCHANGEEDITORUTILITIES_InterchangeOpenFileDialog_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UInterchangeFilePickerGeneric ********************************************
struct Z_Construct_UClass_UInterchangeFilePickerGeneric_Statics;
INTERCHANGEEDITORUTILITIES_API UClass* Z_Construct_UClass_UInterchangeFilePickerGeneric_NoRegister();
#define FID_Engine_Plugins_Interchange_Editor_Source_Utilities_Public_InterchangeOpenFileDialog_h_14_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUInterchangeFilePickerGeneric(); \
friend struct ::Z_Construct_UClass_UInterchangeFilePickerGeneric_Statics; \
static UClass* GetPrivateStaticClass(); \
friend INTERCHANGEEDITORUTILITIES_API UClass* ::Z_Construct_UClass_UInterchangeFilePickerGeneric_NoRegister(); \
public: \
DECLARE_CLASS2(UInterchangeFilePickerGeneric, UInterchangeFilePickerBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/InterchangeEditorUtilities"), Z_Construct_UClass_UInterchangeFilePickerGeneric_NoRegister) \
DECLARE_SERIALIZER(UInterchangeFilePickerGeneric)
#define FID_Engine_Plugins_Interchange_Editor_Source_Utilities_Public_InterchangeOpenFileDialog_h_14_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
INTERCHANGEEDITORUTILITIES_API UInterchangeFilePickerGeneric(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UInterchangeFilePickerGeneric(UInterchangeFilePickerGeneric&&) = delete; \
UInterchangeFilePickerGeneric(const UInterchangeFilePickerGeneric&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(INTERCHANGEEDITORUTILITIES_API, UInterchangeFilePickerGeneric); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UInterchangeFilePickerGeneric); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UInterchangeFilePickerGeneric) \
INTERCHANGEEDITORUTILITIES_API virtual ~UInterchangeFilePickerGeneric();
#define FID_Engine_Plugins_Interchange_Editor_Source_Utilities_Public_InterchangeOpenFileDialog_h_11_PROLOG
#define FID_Engine_Plugins_Interchange_Editor_Source_Utilities_Public_InterchangeOpenFileDialog_h_14_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Interchange_Editor_Source_Utilities_Public_InterchangeOpenFileDialog_h_14_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Interchange_Editor_Source_Utilities_Public_InterchangeOpenFileDialog_h_14_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UInterchangeFilePickerGeneric;
// ********** End Class UInterchangeFilePickerGeneric **********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Interchange_Editor_Source_Utilities_Public_InterchangeOpenFileDialog_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,2 @@
D:\UE_5_7_1\Engine\Plugins\Interchange\Editor\Source\Utilities\Public\InterchangeEditorUtilities.h
D:\UE_5_7_1\Engine\Plugins\Interchange\Editor\Source\Utilities\Public\InterchangeOpenFileDialog.h