148 lines
8.5 KiB
C++
148 lines
8.5 KiB
C++
// 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 "ScreenshotFunctionalTest.h"
|
|
#include "Serialization/ArchiveUObjectFromStructuredArchive.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeScreenshotFunctionalTest() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
FUNCTIONALTESTING_API UClass* Z_Construct_UClass_AScreenshotFunctionalTest();
|
|
FUNCTIONALTESTING_API UClass* Z_Construct_UClass_AScreenshotFunctionalTest_NoRegister();
|
|
FUNCTIONALTESTING_API UClass* Z_Construct_UClass_AScreenshotFunctionalTestBase();
|
|
UPackage* Z_Construct_UPackage__Script_FunctionalTesting();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class AScreenshotFunctionalTest ************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_AScreenshotFunctionalTest;
|
|
UClass* AScreenshotFunctionalTest::GetPrivateStaticClass()
|
|
{
|
|
using TClass = AScreenshotFunctionalTest;
|
|
if (!Z_Registration_Info_UClass_AScreenshotFunctionalTest.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("ScreenshotFunctionalTest"),
|
|
Z_Registration_Info_UClass_AScreenshotFunctionalTest.InnerSingleton,
|
|
StaticRegisterNativesAScreenshotFunctionalTest,
|
|
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_AScreenshotFunctionalTest.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_AScreenshotFunctionalTest_NoRegister()
|
|
{
|
|
return AScreenshotFunctionalTest::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_AScreenshotFunctionalTest_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "Comment", "/**\n * No UI\n */" },
|
|
{ "HideCategories", "Actor Input Rendering HLOD" },
|
|
{ "IncludePath", "ScreenshotFunctionalTest.h" },
|
|
{ "IsBlueprintBase", "true" },
|
|
{ "ModuleRelativePath", "Classes/ScreenshotFunctionalTest.h" },
|
|
{ "ObjectInitializerConstructorDeclared", "" },
|
|
{ "ToolTip", "No UI" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCameraCutOnScreenshotPrep_MetaData[] = {
|
|
{ "Category", "Camera" },
|
|
{ "Comment", "// Tests not relying on temporal effects can force a camera cut to flush stale data\n" },
|
|
{ "ModuleRelativePath", "Classes/ScreenshotFunctionalTest.h" },
|
|
{ "ToolTip", "Tests not relying on temporal effects can force a camera cut to flush stale data" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class AScreenshotFunctionalTest constinit property declarations ****************
|
|
static void NewProp_bCameraCutOnScreenshotPrep_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bCameraCutOnScreenshotPrep;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class AScreenshotFunctionalTest constinit property declarations ******************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<AScreenshotFunctionalTest>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_AScreenshotFunctionalTest_Statics
|
|
|
|
// ********** Begin Class AScreenshotFunctionalTest Property Definitions ***************************
|
|
void Z_Construct_UClass_AScreenshotFunctionalTest_Statics::NewProp_bCameraCutOnScreenshotPrep_SetBit(void* Obj)
|
|
{
|
|
((AScreenshotFunctionalTest*)Obj)->bCameraCutOnScreenshotPrep = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_AScreenshotFunctionalTest_Statics::NewProp_bCameraCutOnScreenshotPrep = { "bCameraCutOnScreenshotPrep", nullptr, (EPropertyFlags)0x0010020000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(AScreenshotFunctionalTest), &Z_Construct_UClass_AScreenshotFunctionalTest_Statics::NewProp_bCameraCutOnScreenshotPrep_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCameraCutOnScreenshotPrep_MetaData), NewProp_bCameraCutOnScreenshotPrep_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_AScreenshotFunctionalTest_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AScreenshotFunctionalTest_Statics::NewProp_bCameraCutOnScreenshotPrep,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AScreenshotFunctionalTest_Statics::PropPointers) < 2048);
|
|
// ********** End Class AScreenshotFunctionalTest Property Definitions *****************************
|
|
UObject* (*const Z_Construct_UClass_AScreenshotFunctionalTest_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_AScreenshotFunctionalTestBase,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_FunctionalTesting,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AScreenshotFunctionalTest_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_AScreenshotFunctionalTest_Statics::ClassParams = {
|
|
&AScreenshotFunctionalTest::StaticClass,
|
|
"Engine",
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_AScreenshotFunctionalTest_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_AScreenshotFunctionalTest_Statics::PropPointers),
|
|
0,
|
|
0x008800A4u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_AScreenshotFunctionalTest_Statics::Class_MetaDataParams), Z_Construct_UClass_AScreenshotFunctionalTest_Statics::Class_MetaDataParams)
|
|
};
|
|
void AScreenshotFunctionalTest::StaticRegisterNativesAScreenshotFunctionalTest()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_AScreenshotFunctionalTest()
|
|
{
|
|
if (!Z_Registration_Info_UClass_AScreenshotFunctionalTest.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_AScreenshotFunctionalTest.OuterSingleton, Z_Construct_UClass_AScreenshotFunctionalTest_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_AScreenshotFunctionalTest.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, AScreenshotFunctionalTest);
|
|
AScreenshotFunctionalTest::~AScreenshotFunctionalTest() {}
|
|
IMPLEMENT_FSTRUCTUREDARCHIVE_SERIALIZER(AScreenshotFunctionalTest)
|
|
// ********** End Class AScreenshotFunctionalTest **************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Developer_FunctionalTesting_Classes_ScreenshotFunctionalTest_h__Script_FunctionalTesting_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_AScreenshotFunctionalTest, AScreenshotFunctionalTest::StaticClass, TEXT("AScreenshotFunctionalTest"), &Z_Registration_Info_UClass_AScreenshotFunctionalTest, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(AScreenshotFunctionalTest), 714775114U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Developer_FunctionalTesting_Classes_ScreenshotFunctionalTest_h__Script_FunctionalTesting_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Developer_FunctionalTesting_Classes_ScreenshotFunctionalTest_h__Script_FunctionalTesting_1434590913{
|
|
TEXT("/Script/FunctionalTesting"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Developer_FunctionalTesting_Classes_ScreenshotFunctionalTest_h__Script_FunctionalTesting_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Developer_FunctionalTesting_Classes_ScreenshotFunctionalTest_h__Script_FunctionalTesting_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|