Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/ComputeFramework/UHT/ComputeGraphComponent.gen.cpp

298 lines
19 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 "ComputeFramework/ComputeGraphComponent.h"
#include "ComputeFramework/ComputeGraphInstance.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeComputeGraphComponent() {}
// ********** Begin Cross Module References ********************************************************
COMPUTEFRAMEWORK_API UClass* Z_Construct_UClass_UComputeGraph_NoRegister();
COMPUTEFRAMEWORK_API UClass* Z_Construct_UClass_UComputeGraphComponent();
COMPUTEFRAMEWORK_API UClass* Z_Construct_UClass_UComputeGraphComponent_NoRegister();
COMPUTEFRAMEWORK_API UScriptStruct* Z_Construct_UScriptStruct_FComputeGraphInstance();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UActorComponent();
UPackage* Z_Construct_UPackage__Script_ComputeFramework();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UComputeGraphComponent Function CreateDataProviders **********************
struct Z_Construct_UFunction_UComputeGraphComponent_CreateDataProviders_Statics
{
struct ComputeGraphComponent_eventCreateDataProviders_Parms
{
int32 InBindingIndex;
UObject* InBindingObject;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Compute" },
{ "Comment", "/** Create all the Data Provider objects for a given binding object of the ComputeGraph. */" },
{ "ModuleRelativePath", "Public/ComputeFramework/ComputeGraphComponent.h" },
{ "ToolTip", "Create all the Data Provider objects for a given binding object of the ComputeGraph." },
};
#endif // WITH_METADATA
// ********** Begin Function CreateDataProviders constinit property declarations *******************
static const UECodeGen_Private::FIntPropertyParams NewProp_InBindingIndex;
static const UECodeGen_Private::FObjectPropertyParams NewProp_InBindingObject;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function CreateDataProviders constinit property declarations *********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function CreateDataProviders Property Definitions ******************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UComputeGraphComponent_CreateDataProviders_Statics::NewProp_InBindingIndex = { "InBindingIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ComputeGraphComponent_eventCreateDataProviders_Parms, InBindingIndex), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UComputeGraphComponent_CreateDataProviders_Statics::NewProp_InBindingObject = { "InBindingObject", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ComputeGraphComponent_eventCreateDataProviders_Parms, InBindingObject), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UComputeGraphComponent_CreateDataProviders_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UComputeGraphComponent_CreateDataProviders_Statics::NewProp_InBindingIndex,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UComputeGraphComponent_CreateDataProviders_Statics::NewProp_InBindingObject,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UComputeGraphComponent_CreateDataProviders_Statics::PropPointers) < 2048);
// ********** End Function CreateDataProviders Property Definitions ********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UComputeGraphComponent_CreateDataProviders_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UComputeGraphComponent, nullptr, "CreateDataProviders", Z_Construct_UFunction_UComputeGraphComponent_CreateDataProviders_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UComputeGraphComponent_CreateDataProviders_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UComputeGraphComponent_CreateDataProviders_Statics::ComputeGraphComponent_eventCreateDataProviders_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UComputeGraphComponent_CreateDataProviders_Statics::Function_MetaDataParams), Z_Construct_UFunction_UComputeGraphComponent_CreateDataProviders_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UComputeGraphComponent_CreateDataProviders_Statics::ComputeGraphComponent_eventCreateDataProviders_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UComputeGraphComponent_CreateDataProviders()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UComputeGraphComponent_CreateDataProviders_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UComputeGraphComponent::execCreateDataProviders)
{
P_GET_PROPERTY(FIntProperty,Z_Param_InBindingIndex);
P_GET_OBJECT(UObject,Z_Param_InBindingObject);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->CreateDataProviders(Z_Param_InBindingIndex,Z_Param_InBindingObject);
P_NATIVE_END;
}
// ********** End Class UComputeGraphComponent Function CreateDataProviders ************************
// ********** Begin Class UComputeGraphComponent Function DestroyDataProviders *********************
struct Z_Construct_UFunction_UComputeGraphComponent_DestroyDataProviders_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Compute" },
{ "Comment", "/** Destroy all associated DataProvider objects. */" },
{ "ModuleRelativePath", "Public/ComputeFramework/ComputeGraphComponent.h" },
{ "ToolTip", "Destroy all associated DataProvider objects." },
};
#endif // WITH_METADATA
// ********** Begin Function DestroyDataProviders constinit property declarations ******************
// ********** End Function DestroyDataProviders constinit property declarations ********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UComputeGraphComponent_DestroyDataProviders_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UComputeGraphComponent, nullptr, "DestroyDataProviders", nullptr,
0,
0,
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UComputeGraphComponent_DestroyDataProviders_Statics::Function_MetaDataParams), Z_Construct_UFunction_UComputeGraphComponent_DestroyDataProviders_Statics::Function_MetaDataParams)}, };
UFunction* Z_Construct_UFunction_UComputeGraphComponent_DestroyDataProviders()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UComputeGraphComponent_DestroyDataProviders_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UComputeGraphComponent::execDestroyDataProviders)
{
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->DestroyDataProviders();
P_NATIVE_END;
}
// ********** End Class UComputeGraphComponent Function DestroyDataProviders ***********************
// ********** Begin Class UComputeGraphComponent Function QueueExecute *****************************
struct Z_Construct_UFunction_UComputeGraphComponent_QueueExecute_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Compute" },
{ "Comment", "/** Queue the graph for execution at the next render update. */" },
{ "ModuleRelativePath", "Public/ComputeFramework/ComputeGraphComponent.h" },
{ "ToolTip", "Queue the graph for execution at the next render update." },
};
#endif // WITH_METADATA
// ********** Begin Function QueueExecute constinit property declarations **************************
// ********** End Function QueueExecute constinit property declarations ****************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UComputeGraphComponent_QueueExecute_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UComputeGraphComponent, nullptr, "QueueExecute", nullptr,
0,
0,
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UComputeGraphComponent_QueueExecute_Statics::Function_MetaDataParams), Z_Construct_UFunction_UComputeGraphComponent_QueueExecute_Statics::Function_MetaDataParams)}, };
UFunction* Z_Construct_UFunction_UComputeGraphComponent_QueueExecute()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UComputeGraphComponent_QueueExecute_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UComputeGraphComponent::execQueueExecute)
{
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->QueueExecute();
P_NATIVE_END;
}
// ********** End Class UComputeGraphComponent Function QueueExecute *******************************
// ********** Begin Class UComputeGraphComponent ***************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UComputeGraphComponent;
UClass* UComputeGraphComponent::GetPrivateStaticClass()
{
using TClass = UComputeGraphComponent;
if (!Z_Registration_Info_UClass_UComputeGraphComponent.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("ComputeGraphComponent"),
Z_Registration_Info_UClass_UComputeGraphComponent.InnerSingleton,
StaticRegisterNativesUComputeGraphComponent,
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_UComputeGraphComponent.InnerSingleton;
}
UClass* Z_Construct_UClass_UComputeGraphComponent_NoRegister()
{
return UComputeGraphComponent::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UComputeGraphComponent_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintSpawnableComponent", "" },
{ "BlueprintType", "true" },
{ "Comment", "/** \n * Component which holds a context for a UComputeGraph.\n * This object binds the graph to its data providers, and queues the execution. \n */" },
{ "IncludePath", "ComputeFramework/ComputeGraphComponent.h" },
{ "IsBlueprintBase", "true" },
{ "ModuleRelativePath", "Public/ComputeFramework/ComputeGraphComponent.h" },
{ "ToolTip", "Component which holds a context for a UComputeGraph.\nThis object binds the graph to its data providers, and queues the execution." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ComputeGraph_MetaData[] = {
{ "Category", "Compute" },
{ "Comment", "/** The Compute Graph asset. */" },
{ "ModuleRelativePath", "Public/ComputeFramework/ComputeGraphComponent.h" },
{ "ToolTip", "The Compute Graph asset." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ComputeGraphInstance_MetaData[] = {
{ "ModuleRelativePath", "Public/ComputeFramework/ComputeGraphComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UComputeGraphComponent constinit property declarations *******************
static const UECodeGen_Private::FObjectPropertyParams NewProp_ComputeGraph;
static const UECodeGen_Private::FStructPropertyParams NewProp_ComputeGraphInstance;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UComputeGraphComponent constinit property declarations *********************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("CreateDataProviders"), .Pointer = &UComputeGraphComponent::execCreateDataProviders },
{ .NameUTF8 = UTF8TEXT("DestroyDataProviders"), .Pointer = &UComputeGraphComponent::execDestroyDataProviders },
{ .NameUTF8 = UTF8TEXT("QueueExecute"), .Pointer = &UComputeGraphComponent::execQueueExecute },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UComputeGraphComponent_CreateDataProviders, "CreateDataProviders" }, // 1644117898
{ &Z_Construct_UFunction_UComputeGraphComponent_DestroyDataProviders, "DestroyDataProviders" }, // 2270059510
{ &Z_Construct_UFunction_UComputeGraphComponent_QueueExecute, "QueueExecute" }, // 1469488773
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UComputeGraphComponent>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UComputeGraphComponent_Statics
// ********** Begin Class UComputeGraphComponent Property Definitions ******************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UComputeGraphComponent_Statics::NewProp_ComputeGraph = { "ComputeGraph", nullptr, (EPropertyFlags)0x0114000000000005, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UComputeGraphComponent, ComputeGraph), Z_Construct_UClass_UComputeGraph_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ComputeGraph_MetaData), NewProp_ComputeGraph_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UComputeGraphComponent_Statics::NewProp_ComputeGraphInstance = { "ComputeGraphInstance", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UComputeGraphComponent, ComputeGraphInstance), Z_Construct_UScriptStruct_FComputeGraphInstance, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ComputeGraphInstance_MetaData), NewProp_ComputeGraphInstance_MetaData) }; // 81247121
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UComputeGraphComponent_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UComputeGraphComponent_Statics::NewProp_ComputeGraph,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UComputeGraphComponent_Statics::NewProp_ComputeGraphInstance,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UComputeGraphComponent_Statics::PropPointers) < 2048);
// ********** End Class UComputeGraphComponent Property Definitions ********************************
UObject* (*const Z_Construct_UClass_UComputeGraphComponent_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UActorComponent,
(UObject* (*)())Z_Construct_UPackage__Script_ComputeFramework,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UComputeGraphComponent_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UComputeGraphComponent_Statics::ClassParams = {
&UComputeGraphComponent::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
Z_Construct_UClass_UComputeGraphComponent_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
UE_ARRAY_COUNT(Z_Construct_UClass_UComputeGraphComponent_Statics::PropPointers),
0,
0x00A800A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UComputeGraphComponent_Statics::Class_MetaDataParams), Z_Construct_UClass_UComputeGraphComponent_Statics::Class_MetaDataParams)
};
void UComputeGraphComponent::StaticRegisterNativesUComputeGraphComponent()
{
UClass* Class = UComputeGraphComponent::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UComputeGraphComponent_Statics::Funcs));
}
UClass* Z_Construct_UClass_UComputeGraphComponent()
{
if (!Z_Registration_Info_UClass_UComputeGraphComponent.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UComputeGraphComponent.OuterSingleton, Z_Construct_UClass_UComputeGraphComponent_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UComputeGraphComponent.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UComputeGraphComponent);
UComputeGraphComponent::~UComputeGraphComponent() {}
// ********** End Class UComputeGraphComponent *****************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_ComputeFramework_Source_ComputeFramework_Public_ComputeFramework_ComputeGraphComponent_h__Script_ComputeFramework_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UComputeGraphComponent, UComputeGraphComponent::StaticClass, TEXT("UComputeGraphComponent"), &Z_Registration_Info_UClass_UComputeGraphComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UComputeGraphComponent), 3325653663U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_ComputeFramework_Source_ComputeFramework_Public_ComputeFramework_ComputeGraphComponent_h__Script_ComputeFramework_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_ComputeFramework_Source_ComputeFramework_Public_ComputeFramework_ComputeGraphComponent_h__Script_ComputeFramework_473415429{
TEXT("/Script/ComputeFramework"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_ComputeFramework_Source_ComputeFramework_Public_ComputeFramework_ComputeGraphComponent_h__Script_ComputeFramework_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_ComputeFramework_Source_ComputeFramework_Public_ComputeFramework_ComputeGraphComponent_h__Script_ComputeFramework_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS