Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/Engine/UHT/ActorTextureStreamingBuildDataComponent.gen.cpp

233 lines
16 KiB
C++
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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 "Streaming/ActorTextureStreamingBuildDataComponent.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeActorTextureStreamingBuildDataComponent() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FGuid();
ENGINE_API UClass* Z_Construct_UClass_UActorComponent();
ENGINE_API UClass* Z_Construct_UClass_UActorTextureStreamingBuildDataComponent();
ENGINE_API UClass* Z_Construct_UClass_UActorTextureStreamingBuildDataComponent_NoRegister();
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FStreamableTexture();
UPackage* Z_Construct_UPackage__Script_Engine();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FStreamableTexture ************************************************
struct Z_Construct_UScriptStruct_FStreamableTexture_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FStreamableTexture); }
static inline consteval int16 GetStructAlignment() { return alignof(FStreamableTexture); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/Streaming/ActorTextureStreamingBuildDataComponent.h" },
};
#if WITH_EDITORONLY_DATA
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Name_MetaData[] = {
{ "ModuleRelativePath", "Public/Streaming/ActorTextureStreamingBuildDataComponent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Guid_MetaData[] = {
{ "ModuleRelativePath", "Public/Streaming/ActorTextureStreamingBuildDataComponent.h" },
};
#endif // WITH_EDITORONLY_DATA
#endif // WITH_METADATA
// ********** Begin ScriptStruct FStreamableTexture constinit property declarations ****************
#if WITH_EDITORONLY_DATA
static const UECodeGen_Private::FStrPropertyParams NewProp_Name;
static const UECodeGen_Private::FStructPropertyParams NewProp_Guid;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
#endif // WITH_EDITORONLY_DATA
// ********** End ScriptStruct FStreamableTexture constinit property declarations ******************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FStreamableTexture>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FStreamableTexture_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FStreamableTexture;
class UScriptStruct* FStreamableTexture::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FStreamableTexture.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FStreamableTexture.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FStreamableTexture, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("StreamableTexture"));
}
return Z_Registration_Info_UScriptStruct_FStreamableTexture.OuterSingleton;
}
// ********** Begin ScriptStruct FStreamableTexture Property Definitions ***************************
#if WITH_EDITORONLY_DATA
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FStreamableTexture_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FStreamableTexture, Name), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Name_MetaData), NewProp_Name_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FStreamableTexture_Statics::NewProp_Guid = { "Guid", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FStreamableTexture, Guid), Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Guid_MetaData), NewProp_Guid_MetaData) };
#endif // WITH_EDITORONLY_DATA
#if WITH_EDITORONLY_DATA
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FStreamableTexture_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FStreamableTexture_Statics::NewProp_Name,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FStreamableTexture_Statics::NewProp_Guid,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStreamableTexture_Statics::PropPointers) < 2048);
#endif // WITH_EDITORONLY_DATA
// ********** End ScriptStruct FStreamableTexture Property Definitions *****************************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FStreamableTexture_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
nullptr,
&NewStructOps,
"StreamableTexture",
IF_WITH_EDITORONLY_DATA(Z_Construct_UScriptStruct_FStreamableTexture_Statics::PropPointers, nullptr),
IF_WITH_EDITORONLY_DATA(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStreamableTexture_Statics::PropPointers), 0),
sizeof(FStreamableTexture),
alignof(FStreamableTexture),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStreamableTexture_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FStreamableTexture_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FStreamableTexture()
{
if (!Z_Registration_Info_UScriptStruct_FStreamableTexture.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FStreamableTexture.InnerSingleton, Z_Construct_UScriptStruct_FStreamableTexture_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FStreamableTexture.InnerSingleton);
}
// ********** End ScriptStruct FStreamableTexture **************************************************
// ********** Begin Class UActorTextureStreamingBuildDataComponent *********************************
FClassRegistrationInfo Z_Registration_Info_UClass_UActorTextureStreamingBuildDataComponent;
UClass* UActorTextureStreamingBuildDataComponent::GetPrivateStaticClass()
{
using TClass = UActorTextureStreamingBuildDataComponent;
if (!Z_Registration_Info_UClass_UActorTextureStreamingBuildDataComponent.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("ActorTextureStreamingBuildDataComponent"),
Z_Registration_Info_UClass_UActorTextureStreamingBuildDataComponent.InnerSingleton,
StaticRegisterNativesUActorTextureStreamingBuildDataComponent,
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_UActorTextureStreamingBuildDataComponent.InnerSingleton;
}
UClass* Z_Construct_UClass_UActorTextureStreamingBuildDataComponent_NoRegister()
{
return UActorTextureStreamingBuildDataComponent::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UActorTextureStreamingBuildDataComponent_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "Streaming/ActorTextureStreamingBuildDataComponent.h" },
{ "ModuleRelativePath", "Public/Streaming/ActorTextureStreamingBuildDataComponent.h" },
};
#if WITH_EDITORONLY_DATA
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StreamableTextures_MetaData[] = {
{ "ModuleRelativePath", "Public/Streaming/ActorTextureStreamingBuildDataComponent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PackedTextureStreamingQualityLevelFeatureLevel_MetaData[] = {
{ "ModuleRelativePath", "Public/Streaming/ActorTextureStreamingBuildDataComponent.h" },
};
#endif // WITH_EDITORONLY_DATA
#endif // WITH_METADATA
// ********** Begin Class UActorTextureStreamingBuildDataComponent constinit property declarations *
#if WITH_EDITORONLY_DATA
static const UECodeGen_Private::FStructPropertyParams NewProp_StreamableTextures_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_StreamableTextures;
static const UECodeGen_Private::FUInt32PropertyParams NewProp_PackedTextureStreamingQualityLevelFeatureLevel;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
#endif // WITH_EDITORONLY_DATA
// ********** End Class UActorTextureStreamingBuildDataComponent constinit property declarations ***
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UActorTextureStreamingBuildDataComponent>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UActorTextureStreamingBuildDataComponent_Statics
// ********** Begin Class UActorTextureStreamingBuildDataComponent Property Definitions ************
#if WITH_EDITORONLY_DATA
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UActorTextureStreamingBuildDataComponent_Statics::NewProp_StreamableTextures_Inner = { "StreamableTextures", nullptr, (EPropertyFlags)0x0000000800000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FStreamableTexture, METADATA_PARAMS(0, nullptr) }; // 3753511119
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UActorTextureStreamingBuildDataComponent_Statics::NewProp_StreamableTextures = { "StreamableTextures", nullptr, (EPropertyFlags)0x0040000800000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UActorTextureStreamingBuildDataComponent, StreamableTextures), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StreamableTextures_MetaData), NewProp_StreamableTextures_MetaData) }; // 3753511119
const UECodeGen_Private::FUInt32PropertyParams Z_Construct_UClass_UActorTextureStreamingBuildDataComponent_Statics::NewProp_PackedTextureStreamingQualityLevelFeatureLevel = { "PackedTextureStreamingQualityLevelFeatureLevel", nullptr, (EPropertyFlags)0x0040000800000000, UECodeGen_Private::EPropertyGenFlags::UInt32, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UActorTextureStreamingBuildDataComponent, PackedTextureStreamingQualityLevelFeatureLevel), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PackedTextureStreamingQualityLevelFeatureLevel_MetaData), NewProp_PackedTextureStreamingQualityLevelFeatureLevel_MetaData) };
#endif // WITH_EDITORONLY_DATA
#if WITH_EDITORONLY_DATA
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UActorTextureStreamingBuildDataComponent_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UActorTextureStreamingBuildDataComponent_Statics::NewProp_StreamableTextures_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UActorTextureStreamingBuildDataComponent_Statics::NewProp_StreamableTextures,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UActorTextureStreamingBuildDataComponent_Statics::NewProp_PackedTextureStreamingQualityLevelFeatureLevel,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UActorTextureStreamingBuildDataComponent_Statics::PropPointers) < 2048);
#endif // WITH_EDITORONLY_DATA
// ********** End Class UActorTextureStreamingBuildDataComponent Property Definitions **************
UObject* (*const Z_Construct_UClass_UActorTextureStreamingBuildDataComponent_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UActorComponent,
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UActorTextureStreamingBuildDataComponent_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UActorTextureStreamingBuildDataComponent_Statics::ClassParams = {
&UActorTextureStreamingBuildDataComponent::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
IF_WITH_EDITORONLY_DATA(Z_Construct_UClass_UActorTextureStreamingBuildDataComponent_Statics::PropPointers, nullptr),
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
IF_WITH_EDITORONLY_DATA(UE_ARRAY_COUNT(Z_Construct_UClass_UActorTextureStreamingBuildDataComponent_Statics::PropPointers), 0),
0,
0x00A800A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UActorTextureStreamingBuildDataComponent_Statics::Class_MetaDataParams), Z_Construct_UClass_UActorTextureStreamingBuildDataComponent_Statics::Class_MetaDataParams)
};
void UActorTextureStreamingBuildDataComponent::StaticRegisterNativesUActorTextureStreamingBuildDataComponent()
{
}
UClass* Z_Construct_UClass_UActorTextureStreamingBuildDataComponent()
{
if (!Z_Registration_Info_UClass_UActorTextureStreamingBuildDataComponent.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UActorTextureStreamingBuildDataComponent.OuterSingleton, Z_Construct_UClass_UActorTextureStreamingBuildDataComponent_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UActorTextureStreamingBuildDataComponent.OuterSingleton;
}
UActorTextureStreamingBuildDataComponent::UActorTextureStreamingBuildDataComponent(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UActorTextureStreamingBuildDataComponent);
UActorTextureStreamingBuildDataComponent::~UActorTextureStreamingBuildDataComponent() {}
// ********** End Class UActorTextureStreamingBuildDataComponent ***********************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Streaming_ActorTextureStreamingBuildDataComponent_h__Script_Engine_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FStreamableTexture::StaticStruct, Z_Construct_UScriptStruct_FStreamableTexture_Statics::NewStructOps, TEXT("StreamableTexture"),&Z_Registration_Info_UScriptStruct_FStreamableTexture, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FStreamableTexture), 3753511119U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UActorTextureStreamingBuildDataComponent, UActorTextureStreamingBuildDataComponent::StaticClass, TEXT("UActorTextureStreamingBuildDataComponent"), &Z_Registration_Info_UClass_UActorTextureStreamingBuildDataComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UActorTextureStreamingBuildDataComponent), 2055514689U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Streaming_ActorTextureStreamingBuildDataComponent_h__Script_Engine_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Streaming_ActorTextureStreamingBuildDataComponent_h__Script_Engine_3916152143{
TEXT("/Script/Engine"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Streaming_ActorTextureStreamingBuildDataComponent_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Streaming_ActorTextureStreamingBuildDataComponent_h__Script_Engine_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Streaming_ActorTextureStreamingBuildDataComponent_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Streaming_ActorTextureStreamingBuildDataComponent_h__Script_Engine_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS