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 EmptyLinkFunctionForGeneratedCodeLightMixer_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_LightMixer;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_LightMixer()
{
if (!Z_Registration_Info_UPackage__Script_LightMixer.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/LightMixer",
nullptr,
0,
PKG_CompiledIn | 0x00000040,
0x35C9C966,
0x54BD12E4,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_LightMixer.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_LightMixer.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_LightMixer(Z_Construct_UPackage__Script_LightMixer, TEXT("/Script/LightMixer"), Z_Registration_Info_UPackage__Script_LightMixer, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x35C9C966, 0x54BD12E4));
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,141 @@
// 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 "LightMixerEditorSettings.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeLightMixerEditorSettings() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
LIGHTMIXER_API UClass* Z_Construct_UClass_ULightMixerEditorSettings();
LIGHTMIXER_API UClass* Z_Construct_UClass_ULightMixerEditorSettings_NoRegister();
UPackage* Z_Construct_UPackage__Script_LightMixer();
// ********** End Cross Module References **********************************************************
// ********** Begin Class ULightMixerEditorSettings ************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_ULightMixerEditorSettings;
UClass* ULightMixerEditorSettings::GetPrivateStaticClass()
{
using TClass = ULightMixerEditorSettings;
if (!Z_Registration_Info_UClass_ULightMixerEditorSettings.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("LightMixerEditorSettings"),
Z_Registration_Info_UClass_ULightMixerEditorSettings.InnerSingleton,
StaticRegisterNativesULightMixerEditorSettings,
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_ULightMixerEditorSettings.InnerSingleton;
}
UClass* Z_Construct_UClass_ULightMixerEditorSettings_NoRegister()
{
return ULightMixerEditorSettings::GetPrivateStaticClass();
}
struct Z_Construct_UClass_ULightMixerEditorSettings_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "LightMixerEditorSettings.h" },
{ "ModuleRelativePath", "Public/LightMixerEditorSettings.h" },
{ "ObjectInitializerConstructorDeclared", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bHideObjectMixerMenuItem_MetaData[] = {
{ "Category", "Light Mixer" },
{ "Comment", "/**\n\x09 * If true, the Object Mixer menu item will be disabled and removed.\n\x09 * This is useful if you only want to use Light Mixer and to avoid cluttering the menus.\n\x09 */" },
{ "ConfigRestartRequired", "TRUE" },
{ "ModuleRelativePath", "Public/LightMixerEditorSettings.h" },
{ "ToolTip", "If true, the Object Mixer menu item will be disabled and removed.\nThis is useful if you only want to use Light Mixer and to avoid cluttering the menus." },
};
#endif // WITH_METADATA
// ********** Begin Class ULightMixerEditorSettings constinit property declarations ****************
static void NewProp_bHideObjectMixerMenuItem_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bHideObjectMixerMenuItem;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class ULightMixerEditorSettings constinit property declarations ******************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<ULightMixerEditorSettings>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_ULightMixerEditorSettings_Statics
// ********** Begin Class ULightMixerEditorSettings Property Definitions ***************************
void Z_Construct_UClass_ULightMixerEditorSettings_Statics::NewProp_bHideObjectMixerMenuItem_SetBit(void* Obj)
{
((ULightMixerEditorSettings*)Obj)->bHideObjectMixerMenuItem = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_ULightMixerEditorSettings_Statics::NewProp_bHideObjectMixerMenuItem = { "bHideObjectMixerMenuItem", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(ULightMixerEditorSettings), &Z_Construct_UClass_ULightMixerEditorSettings_Statics::NewProp_bHideObjectMixerMenuItem_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bHideObjectMixerMenuItem_MetaData), NewProp_bHideObjectMixerMenuItem_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_ULightMixerEditorSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULightMixerEditorSettings_Statics::NewProp_bHideObjectMixerMenuItem,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULightMixerEditorSettings_Statics::PropPointers) < 2048);
// ********** End Class ULightMixerEditorSettings Property Definitions *****************************
UObject* (*const Z_Construct_UClass_ULightMixerEditorSettings_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_LightMixer,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULightMixerEditorSettings_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_ULightMixerEditorSettings_Statics::ClassParams = {
&ULightMixerEditorSettings::StaticClass,
"ObjectMixer",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_ULightMixerEditorSettings_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_ULightMixerEditorSettings_Statics::PropPointers),
0,
0x000800A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_ULightMixerEditorSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_ULightMixerEditorSettings_Statics::Class_MetaDataParams)
};
void ULightMixerEditorSettings::StaticRegisterNativesULightMixerEditorSettings()
{
}
UClass* Z_Construct_UClass_ULightMixerEditorSettings()
{
if (!Z_Registration_Info_UClass_ULightMixerEditorSettings.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_ULightMixerEditorSettings.OuterSingleton, Z_Construct_UClass_ULightMixerEditorSettings_Statics::ClassParams);
}
return Z_Registration_Info_UClass_ULightMixerEditorSettings.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, ULightMixerEditorSettings);
ULightMixerEditorSettings::~ULightMixerEditorSettings() {}
// ********** End Class ULightMixerEditorSettings **************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_LightMixer_Source_LightMixer_Public_LightMixerEditorSettings_h__Script_LightMixer_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_ULightMixerEditorSettings, ULightMixerEditorSettings::StaticClass, TEXT("ULightMixerEditorSettings"), &Z_Registration_Info_UClass_ULightMixerEditorSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ULightMixerEditorSettings), 1252419475U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_LightMixer_Source_LightMixer_Public_LightMixerEditorSettings_h__Script_LightMixer_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_LightMixer_Source_LightMixer_Public_LightMixerEditorSettings_h__Script_LightMixer_3997841733{
TEXT("/Script/LightMixer"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_LightMixer_Source_LightMixer_Public_LightMixerEditorSettings_h__Script_LightMixer_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_LightMixer_Source_LightMixer_Public_LightMixerEditorSettings_h__Script_LightMixer_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 "LightMixerEditorSettings.h"
#ifdef LIGHTMIXER_LightMixerEditorSettings_generated_h
#error "LightMixerEditorSettings.generated.h already included, missing '#pragma once' in LightMixerEditorSettings.h"
#endif
#define LIGHTMIXER_LightMixerEditorSettings_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class ULightMixerEditorSettings ************************************************
struct Z_Construct_UClass_ULightMixerEditorSettings_Statics;
LIGHTMIXER_API UClass* Z_Construct_UClass_ULightMixerEditorSettings_NoRegister();
#define FID_Engine_Plugins_Editor_ObjectMixer_LightMixer_Source_LightMixer_Public_LightMixerEditorSettings_h_10_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesULightMixerEditorSettings(); \
friend struct ::Z_Construct_UClass_ULightMixerEditorSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend LIGHTMIXER_API UClass* ::Z_Construct_UClass_ULightMixerEditorSettings_NoRegister(); \
public: \
DECLARE_CLASS2(ULightMixerEditorSettings, UObject, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/LightMixer"), Z_Construct_UClass_ULightMixerEditorSettings_NoRegister) \
DECLARE_SERIALIZER(ULightMixerEditorSettings) \
static constexpr const TCHAR* StaticConfigName() {return TEXT("ObjectMixer");} \
#define FID_Engine_Plugins_Editor_ObjectMixer_LightMixer_Source_LightMixer_Public_LightMixerEditorSettings_h_10_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
ULightMixerEditorSettings(ULightMixerEditorSettings&&) = delete; \
ULightMixerEditorSettings(const ULightMixerEditorSettings&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(LIGHTMIXER_API, ULightMixerEditorSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(ULightMixerEditorSettings); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(ULightMixerEditorSettings) \
LIGHTMIXER_API virtual ~ULightMixerEditorSettings();
#define FID_Engine_Plugins_Editor_ObjectMixer_LightMixer_Source_LightMixer_Public_LightMixerEditorSettings_h_7_PROLOG
#define FID_Engine_Plugins_Editor_ObjectMixer_LightMixer_Source_LightMixer_Public_LightMixerEditorSettings_h_10_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Editor_ObjectMixer_LightMixer_Source_LightMixer_Public_LightMixerEditorSettings_h_10_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Editor_ObjectMixer_LightMixer_Source_LightMixer_Public_LightMixerEditorSettings_h_10_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class ULightMixerEditorSettings;
// ********** End Class ULightMixerEditorSettings **************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Editor_ObjectMixer_LightMixer_Source_LightMixer_Public_LightMixerEditorSettings_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,120 @@
// 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 "LightMixerObjectFilter.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeLightMixerObjectFilter() {}
// ********** Begin Cross Module References ********************************************************
LIGHTMIXER_API UClass* Z_Construct_UClass_ULightMixerObjectFilter();
LIGHTMIXER_API UClass* Z_Construct_UClass_ULightMixerObjectFilter_NoRegister();
OBJECTMIXEREDITOR_API UClass* Z_Construct_UClass_UObjectMixerObjectFilter();
UPackage* Z_Construct_UPackage__Script_LightMixer();
// ********** End Cross Module References **********************************************************
// ********** Begin Class ULightMixerObjectFilter **************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_ULightMixerObjectFilter;
UClass* ULightMixerObjectFilter::GetPrivateStaticClass()
{
using TClass = ULightMixerObjectFilter;
if (!Z_Registration_Info_UClass_ULightMixerObjectFilter.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("LightMixerObjectFilter"),
Z_Registration_Info_UClass_ULightMixerObjectFilter.InnerSingleton,
StaticRegisterNativesULightMixerObjectFilter,
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_ULightMixerObjectFilter.InnerSingleton;
}
UClass* Z_Construct_UClass_ULightMixerObjectFilter_NoRegister()
{
return ULightMixerObjectFilter::GetPrivateStaticClass();
}
struct Z_Construct_UClass_ULightMixerObjectFilter_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "IncludePath", "LightMixerObjectFilter.h" },
{ "ModuleRelativePath", "Public/LightMixerObjectFilter.h" },
};
#endif // WITH_METADATA
// ********** Begin Class ULightMixerObjectFilter constinit property declarations ******************
// ********** End Class ULightMixerObjectFilter constinit property declarations ********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<ULightMixerObjectFilter>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_ULightMixerObjectFilter_Statics
UObject* (*const Z_Construct_UClass_ULightMixerObjectFilter_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObjectMixerObjectFilter,
(UObject* (*)())Z_Construct_UPackage__Script_LightMixer,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULightMixerObjectFilter_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_ULightMixerObjectFilter_Statics::ClassParams = {
&ULightMixerObjectFilter::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000810A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_ULightMixerObjectFilter_Statics::Class_MetaDataParams), Z_Construct_UClass_ULightMixerObjectFilter_Statics::Class_MetaDataParams)
};
void ULightMixerObjectFilter::StaticRegisterNativesULightMixerObjectFilter()
{
}
UClass* Z_Construct_UClass_ULightMixerObjectFilter()
{
if (!Z_Registration_Info_UClass_ULightMixerObjectFilter.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_ULightMixerObjectFilter.OuterSingleton, Z_Construct_UClass_ULightMixerObjectFilter_Statics::ClassParams);
}
return Z_Registration_Info_UClass_ULightMixerObjectFilter.OuterSingleton;
}
ULightMixerObjectFilter::ULightMixerObjectFilter() {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, ULightMixerObjectFilter);
ULightMixerObjectFilter::~ULightMixerObjectFilter() {}
// ********** End Class ULightMixerObjectFilter ****************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_LightMixer_Source_LightMixer_Public_LightMixerObjectFilter_h__Script_LightMixer_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_ULightMixerObjectFilter, ULightMixerObjectFilter::StaticClass, TEXT("ULightMixerObjectFilter"), &Z_Registration_Info_UClass_ULightMixerObjectFilter, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ULightMixerObjectFilter), 3078921219U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_LightMixer_Source_LightMixer_Public_LightMixerObjectFilter_h__Script_LightMixer_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_LightMixer_Source_LightMixer_Public_LightMixerObjectFilter_h__Script_LightMixer_2712175075{
TEXT("/Script/LightMixer"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_LightMixer_Source_LightMixer_Public_LightMixerObjectFilter_h__Script_LightMixer_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_ObjectMixer_LightMixer_Source_LightMixer_Public_LightMixerObjectFilter_h__Script_LightMixer_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 "LightMixerObjectFilter.h"
#ifdef LIGHTMIXER_LightMixerObjectFilter_generated_h
#error "LightMixerObjectFilter.generated.h already included, missing '#pragma once' in LightMixerObjectFilter.h"
#endif
#define LIGHTMIXER_LightMixerObjectFilter_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class ULightMixerObjectFilter **************************************************
struct Z_Construct_UClass_ULightMixerObjectFilter_Statics;
LIGHTMIXER_API UClass* Z_Construct_UClass_ULightMixerObjectFilter_NoRegister();
#define FID_Engine_Plugins_Editor_ObjectMixer_LightMixer_Source_LightMixer_Public_LightMixerObjectFilter_h_15_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesULightMixerObjectFilter(); \
friend struct ::Z_Construct_UClass_ULightMixerObjectFilter_Statics; \
static UClass* GetPrivateStaticClass(); \
friend LIGHTMIXER_API UClass* ::Z_Construct_UClass_ULightMixerObjectFilter_NoRegister(); \
public: \
DECLARE_CLASS2(ULightMixerObjectFilter, UObjectMixerObjectFilter, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/LightMixer"), Z_Construct_UClass_ULightMixerObjectFilter_NoRegister) \
DECLARE_SERIALIZER(ULightMixerObjectFilter)
#define FID_Engine_Plugins_Editor_ObjectMixer_LightMixer_Source_LightMixer_Public_LightMixerObjectFilter_h_15_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
LIGHTMIXER_API ULightMixerObjectFilter(); \
/** Deleted move- and copy-constructors, should never be used */ \
ULightMixerObjectFilter(ULightMixerObjectFilter&&) = delete; \
ULightMixerObjectFilter(const ULightMixerObjectFilter&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(LIGHTMIXER_API, ULightMixerObjectFilter); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(ULightMixerObjectFilter); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(ULightMixerObjectFilter) \
LIGHTMIXER_API virtual ~ULightMixerObjectFilter();
#define FID_Engine_Plugins_Editor_ObjectMixer_LightMixer_Source_LightMixer_Public_LightMixerObjectFilter_h_12_PROLOG
#define FID_Engine_Plugins_Editor_ObjectMixer_LightMixer_Source_LightMixer_Public_LightMixerObjectFilter_h_15_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Editor_ObjectMixer_LightMixer_Source_LightMixer_Public_LightMixerObjectFilter_h_15_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Editor_ObjectMixer_LightMixer_Source_LightMixer_Public_LightMixerObjectFilter_h_15_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class ULightMixerObjectFilter;
// ********** End Class ULightMixerObjectFilter ****************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Editor_ObjectMixer_LightMixer_Source_LightMixer_Public_LightMixerObjectFilter_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,2 @@
D:\UE_5_7_1\Engine\Plugins\Editor\ObjectMixer\LightMixer\Source\LightMixer\Public\LightMixerEditorSettings.h
D:\UE_5_7_1\Engine\Plugins\Editor\ObjectMixer\LightMixer\Source\LightMixer\Public\LightMixerObjectFilter.h