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,145 @@
// 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/MaterialExpressionFontSample.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMaterialExpressionFontSample() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_UFont_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpression();
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionFontSample();
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionFontSample_NoRegister();
UPackage* Z_Construct_UPackage__Script_Engine();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMaterialExpressionFontSample ********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMaterialExpressionFontSample;
UClass* UMaterialExpressionFontSample::GetPrivateStaticClass()
{
using TClass = UMaterialExpressionFontSample;
if (!Z_Registration_Info_UClass_UMaterialExpressionFontSample.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MaterialExpressionFontSample"),
Z_Registration_Info_UClass_UMaterialExpressionFontSample.InnerSingleton,
StaticRegisterNativesUMaterialExpressionFontSample,
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_UMaterialExpressionFontSample.InnerSingleton;
}
UClass* Z_Construct_UClass_UMaterialExpressionFontSample_NoRegister()
{
return UMaterialExpressionFontSample::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMaterialExpressionFontSample_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "HideCategories", "Object Object" },
{ "IncludePath", "Materials/MaterialExpressionFontSample.h" },
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionFontSample.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Font_MetaData[] = {
{ "Category", "MaterialExpressionFontSample" },
{ "Comment", "/** font resource that will be sampled */" },
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionFontSample.h" },
{ "ToolTip", "font resource that will be sampled" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FontTexturePage_MetaData[] = {
{ "Category", "MaterialExpressionFontSample" },
{ "Comment", "/** allow access to the various font pages */" },
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionFontSample.h" },
{ "ToolTip", "allow access to the various font pages" },
};
#endif // WITH_METADATA
// ********** Begin Class UMaterialExpressionFontSample constinit property declarations ************
static const UECodeGen_Private::FObjectPropertyParams NewProp_Font;
static const UECodeGen_Private::FIntPropertyParams NewProp_FontTexturePage;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMaterialExpressionFontSample constinit property declarations **************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMaterialExpressionFontSample>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMaterialExpressionFontSample_Statics
// ********** Begin Class UMaterialExpressionFontSample Property Definitions ***********************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMaterialExpressionFontSample_Statics::NewProp_Font = { "Font", nullptr, (EPropertyFlags)0x0114000000000001, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionFontSample, Font), Z_Construct_UClass_UFont_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Font_MetaData), NewProp_Font_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UMaterialExpressionFontSample_Statics::NewProp_FontTexturePage = { "FontTexturePage", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionFontSample, FontTexturePage), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FontTexturePage_MetaData), NewProp_FontTexturePage_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMaterialExpressionFontSample_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionFontSample_Statics::NewProp_Font,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionFontSample_Statics::NewProp_FontTexturePage,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionFontSample_Statics::PropPointers) < 2048);
// ********** End Class UMaterialExpressionFontSample Property Definitions *************************
UObject* (*const Z_Construct_UClass_UMaterialExpressionFontSample_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMaterialExpression,
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionFontSample_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMaterialExpressionFontSample_Statics::ClassParams = {
&UMaterialExpressionFontSample::StaticClass,
"MaterialExpressions",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMaterialExpressionFontSample_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionFontSample_Statics::PropPointers),
0,
0x000820B4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionFontSample_Statics::Class_MetaDataParams), Z_Construct_UClass_UMaterialExpressionFontSample_Statics::Class_MetaDataParams)
};
void UMaterialExpressionFontSample::StaticRegisterNativesUMaterialExpressionFontSample()
{
}
UClass* Z_Construct_UClass_UMaterialExpressionFontSample()
{
if (!Z_Registration_Info_UClass_UMaterialExpressionFontSample.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMaterialExpressionFontSample.OuterSingleton, Z_Construct_UClass_UMaterialExpressionFontSample_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMaterialExpressionFontSample.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMaterialExpressionFontSample);
UMaterialExpressionFontSample::~UMaterialExpressionFontSample() {}
// ********** End Class UMaterialExpressionFontSample **********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionFontSample_h__Script_Engine_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMaterialExpressionFontSample, UMaterialExpressionFontSample::StaticClass, TEXT("UMaterialExpressionFontSample"), &Z_Registration_Info_UClass_UMaterialExpressionFontSample, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMaterialExpressionFontSample), 2983448596U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionFontSample_h__Script_Engine_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionFontSample_h__Script_Engine_1986257655{
TEXT("/Script/Engine"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionFontSample_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionFontSample_h__Script_Engine_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS