147 lines
8.2 KiB
C++
147 lines
8.2 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 "ComputeFramework/ComputeGraphFromText.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeComputeGraphFromText() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COMPUTEFRAMEWORK_API UClass* Z_Construct_UClass_UComputeGraph();
|
|
COMPUTEFRAMEWORK_API UClass* Z_Construct_UClass_UComputeGraphFromText();
|
|
COMPUTEFRAMEWORK_API UClass* Z_Construct_UClass_UComputeGraphFromText_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_ComputeFramework();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UComputeGraphFromText ****************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UComputeGraphFromText;
|
|
UClass* UComputeGraphFromText::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UComputeGraphFromText;
|
|
if (!Z_Registration_Info_UClass_UComputeGraphFromText.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("ComputeGraphFromText"),
|
|
Z_Registration_Info_UClass_UComputeGraphFromText.InnerSingleton,
|
|
StaticRegisterNativesUComputeGraphFromText,
|
|
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_UComputeGraphFromText.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UComputeGraphFromText_NoRegister()
|
|
{
|
|
return UComputeGraphFromText::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UComputeGraphFromText_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/** Simple data driven compute graph implementation. */" },
|
|
{ "IncludePath", "ComputeFramework/ComputeGraphFromText.h" },
|
|
{ "ModuleRelativePath", "Public/ComputeFramework/ComputeGraphFromText.h" },
|
|
{ "ToolTip", "Simple data driven compute graph implementation." },
|
|
};
|
|
#if WITH_EDITORONLY_DATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GraphSourceText_MetaData[] = {
|
|
{ "Category", "Graph" },
|
|
{ "Comment", "/** Source text containing the full graph description. */" },
|
|
{ "ModuleRelativePath", "Public/ComputeFramework/ComputeGraphFromText.h" },
|
|
{ "MultiLine", "TRUE" },
|
|
{ "ToolTip", "Source text containing the full graph description." },
|
|
};
|
|
#endif // WITH_EDITORONLY_DATA
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UComputeGraphFromText constinit property declarations ********************
|
|
#if WITH_EDITORONLY_DATA
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_GraphSourceText;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
#endif // WITH_EDITORONLY_DATA
|
|
// ********** End Class UComputeGraphFromText constinit property declarations **********************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UComputeGraphFromText>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UComputeGraphFromText_Statics
|
|
|
|
// ********** Begin Class UComputeGraphFromText Property Definitions *******************************
|
|
#if WITH_EDITORONLY_DATA
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UComputeGraphFromText_Statics::NewProp_GraphSourceText = { "GraphSourceText", nullptr, (EPropertyFlags)0x0040000800000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UComputeGraphFromText, GraphSourceText), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GraphSourceText_MetaData), NewProp_GraphSourceText_MetaData) };
|
|
#endif // WITH_EDITORONLY_DATA
|
|
#if WITH_EDITORONLY_DATA
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UComputeGraphFromText_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UComputeGraphFromText_Statics::NewProp_GraphSourceText,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UComputeGraphFromText_Statics::PropPointers) < 2048);
|
|
#endif // WITH_EDITORONLY_DATA
|
|
// ********** End Class UComputeGraphFromText Property Definitions *********************************
|
|
UObject* (*const Z_Construct_UClass_UComputeGraphFromText_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UComputeGraph,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ComputeFramework,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UComputeGraphFromText_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UComputeGraphFromText_Statics::ClassParams = {
|
|
&UComputeGraphFromText::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
IF_WITH_EDITORONLY_DATA(Z_Construct_UClass_UComputeGraphFromText_Statics::PropPointers, nullptr),
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
IF_WITH_EDITORONLY_DATA(UE_ARRAY_COUNT(Z_Construct_UClass_UComputeGraphFromText_Statics::PropPointers), 0),
|
|
0,
|
|
0x000800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UComputeGraphFromText_Statics::Class_MetaDataParams), Z_Construct_UClass_UComputeGraphFromText_Statics::Class_MetaDataParams)
|
|
};
|
|
void UComputeGraphFromText::StaticRegisterNativesUComputeGraphFromText()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UComputeGraphFromText()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UComputeGraphFromText.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UComputeGraphFromText.OuterSingleton, Z_Construct_UClass_UComputeGraphFromText_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UComputeGraphFromText.OuterSingleton;
|
|
}
|
|
UComputeGraphFromText::UComputeGraphFromText(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UComputeGraphFromText);
|
|
UComputeGraphFromText::~UComputeGraphFromText() {}
|
|
// ********** End Class UComputeGraphFromText ******************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_ComputeFramework_Source_ComputeFramework_Public_ComputeFramework_ComputeGraphFromText_h__Script_ComputeFramework_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UComputeGraphFromText, UComputeGraphFromText::StaticClass, TEXT("UComputeGraphFromText"), &Z_Registration_Info_UClass_UComputeGraphFromText, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UComputeGraphFromText), 1631411655U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_ComputeFramework_Source_ComputeFramework_Public_ComputeFramework_ComputeGraphFromText_h__Script_ComputeFramework_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_ComputeFramework_Source_ComputeFramework_Public_ComputeFramework_ComputeGraphFromText_h__Script_ComputeFramework_3451790876{
|
|
TEXT("/Script/ComputeFramework"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_ComputeFramework_Source_ComputeFramework_Public_ComputeFramework_ComputeGraphFromText_h__Script_ComputeFramework_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_ComputeFramework_Source_ComputeFramework_Public_ComputeFramework_ComputeGraphFromText_h__Script_ComputeFramework_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|