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,164 @@
// 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 "Materials/MaterialExpressionSceneDepth.h"
#include "Materials/MaterialExpression.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMaterialExpressionSceneDepth() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector2D();
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpression();
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSceneDepth();
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSceneDepth_NoRegister();
ENGINE_API UEnum* Z_Construct_UEnum_Engine_EMaterialSceneAttributeInputMode();
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FExpressionInput();
UPackage* Z_Construct_UPackage__Script_Engine();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMaterialExpressionSceneDepth ********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMaterialExpressionSceneDepth;
UClass* UMaterialExpressionSceneDepth::GetPrivateStaticClass()
{
using TClass = UMaterialExpressionSceneDepth;
if (!Z_Registration_Info_UClass_UMaterialExpressionSceneDepth.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MaterialExpressionSceneDepth"),
Z_Registration_Info_UClass_UMaterialExpressionSceneDepth.InnerSingleton,
StaticRegisterNativesUMaterialExpressionSceneDepth,
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_UMaterialExpressionSceneDepth.InnerSingleton;
}
UClass* Z_Construct_UClass_UMaterialExpressionSceneDepth_NoRegister()
{
return UMaterialExpressionSceneDepth::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMaterialExpressionSceneDepth_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "HideCategories", "Object Object" },
{ "IncludePath", "Materials/MaterialExpressionSceneDepth.h" },
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionSceneDepth.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InputMode_MetaData[] = {
{ "Category", "MaterialExpressionSceneDepth" },
{ "Comment", "/** \n\x09* Coordinates - UV coordinates to apply to the scene depth lookup.\n\x09* OffsetFraction - An offset to apply to the scene depth lookup in a 2d fraction of the screen.\n\x09*/" },
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionSceneDepth.h" },
{ "ShowAsInputPin", "Advanced" },
{ "ToolTip", "Coordinates - UV coordinates to apply to the scene depth lookup.\nOffsetFraction - An offset to apply to the scene depth lookup in a 2d fraction of the screen." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Input_MetaData[] = {
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionSceneDepth.h" },
{ "RequiredInput", "false" },
{ "ToolTip", "Defaults to 'ConstInput' if not specified" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Coordinates_MetaData[] = {
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionSceneDepth.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ConstInput_MetaData[] = {
{ "Category", "MaterialExpressionSceneDepth" },
{ "Comment", "/** only used if Input is not hooked up */" },
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionSceneDepth.h" },
{ "OverridingInputProperty", "Input" },
{ "ToolTip", "only used if Input is not hooked up" },
};
#endif // WITH_METADATA
// ********** Begin Class UMaterialExpressionSceneDepth constinit property declarations ************
static const UECodeGen_Private::FBytePropertyParams NewProp_InputMode;
static const UECodeGen_Private::FStructPropertyParams NewProp_Input;
static const UECodeGen_Private::FStructPropertyParams NewProp_Coordinates;
static const UECodeGen_Private::FStructPropertyParams NewProp_ConstInput;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMaterialExpressionSceneDepth constinit property declarations **************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMaterialExpressionSceneDepth>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMaterialExpressionSceneDepth_Statics
// ********** Begin Class UMaterialExpressionSceneDepth Property Definitions ***********************
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UMaterialExpressionSceneDepth_Statics::NewProp_InputMode = { "InputMode", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionSceneDepth, InputMode), Z_Construct_UEnum_Engine_EMaterialSceneAttributeInputMode, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InputMode_MetaData), NewProp_InputMode_MetaData) }; // 2913257737
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionSceneDepth_Statics::NewProp_Input = { "Input", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionSceneDepth, Input), Z_Construct_UScriptStruct_FExpressionInput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Input_MetaData), NewProp_Input_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionSceneDepth_Statics::NewProp_Coordinates = { "Coordinates", nullptr, (EPropertyFlags)0x0010000020000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionSceneDepth, Coordinates_DEPRECATED), Z_Construct_UScriptStruct_FExpressionInput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Coordinates_MetaData), NewProp_Coordinates_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionSceneDepth_Statics::NewProp_ConstInput = { "ConstInput", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionSceneDepth, ConstInput), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ConstInput_MetaData), NewProp_ConstInput_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMaterialExpressionSceneDepth_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionSceneDepth_Statics::NewProp_InputMode,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionSceneDepth_Statics::NewProp_Input,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionSceneDepth_Statics::NewProp_Coordinates,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionSceneDepth_Statics::NewProp_ConstInput,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSceneDepth_Statics::PropPointers) < 2048);
// ********** End Class UMaterialExpressionSceneDepth Property Definitions *************************
UObject* (*const Z_Construct_UClass_UMaterialExpressionSceneDepth_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMaterialExpression,
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSceneDepth_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMaterialExpressionSceneDepth_Statics::ClassParams = {
&UMaterialExpressionSceneDepth::StaticClass,
"MaterialExpressions",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMaterialExpressionSceneDepth_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSceneDepth_Statics::PropPointers),
0,
0x000020B4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSceneDepth_Statics::Class_MetaDataParams), Z_Construct_UClass_UMaterialExpressionSceneDepth_Statics::Class_MetaDataParams)
};
void UMaterialExpressionSceneDepth::StaticRegisterNativesUMaterialExpressionSceneDepth()
{
}
UClass* Z_Construct_UClass_UMaterialExpressionSceneDepth()
{
if (!Z_Registration_Info_UClass_UMaterialExpressionSceneDepth.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMaterialExpressionSceneDepth.OuterSingleton, Z_Construct_UClass_UMaterialExpressionSceneDepth_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMaterialExpressionSceneDepth.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMaterialExpressionSceneDepth);
UMaterialExpressionSceneDepth::~UMaterialExpressionSceneDepth() {}
// ********** End Class UMaterialExpressionSceneDepth **********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSceneDepth_h__Script_Engine_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMaterialExpressionSceneDepth, UMaterialExpressionSceneDepth::StaticClass, TEXT("UMaterialExpressionSceneDepth"), &Z_Registration_Info_UClass_UMaterialExpressionSceneDepth, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMaterialExpressionSceneDepth), 825433036U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSceneDepth_h__Script_Engine_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSceneDepth_h__Script_Engine_2445608629{
TEXT("/Script/Engine"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSceneDepth_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSceneDepth_h__Script_Engine_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS