226 lines
12 KiB
C++
226 lines
12 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/ComputeDataInterfaceDispatch.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeComputeDataInterfaceDispatch() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COMPUTEFRAMEWORK_API UClass* Z_Construct_UClass_UComputeDataInterface();
|
|
COMPUTEFRAMEWORK_API UClass* Z_Construct_UClass_UComputeDataInterfaceDispatch();
|
|
COMPUTEFRAMEWORK_API UClass* Z_Construct_UClass_UComputeDataInterfaceDispatch_NoRegister();
|
|
COMPUTEFRAMEWORK_API UClass* Z_Construct_UClass_UComputeDataProvider();
|
|
COMPUTEFRAMEWORK_API UClass* Z_Construct_UClass_UDispatchDataProvider();
|
|
COMPUTEFRAMEWORK_API UClass* Z_Construct_UClass_UDispatchDataProvider_NoRegister();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FUintVector();
|
|
UPackage* Z_Construct_UPackage__Script_ComputeFramework();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UComputeDataInterfaceDispatch ********************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UComputeDataInterfaceDispatch;
|
|
UClass* UComputeDataInterfaceDispatch::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UComputeDataInterfaceDispatch;
|
|
if (!Z_Registration_Info_UClass_UComputeDataInterfaceDispatch.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("ComputeDataInterfaceDispatch"),
|
|
Z_Registration_Info_UClass_UComputeDataInterfaceDispatch.InnerSingleton,
|
|
StaticRegisterNativesUComputeDataInterfaceDispatch,
|
|
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_UComputeDataInterfaceDispatch.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UComputeDataInterfaceDispatch_NoRegister()
|
|
{
|
|
return UComputeDataInterfaceDispatch::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UComputeDataInterfaceDispatch_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Category", "ComputeFramework" },
|
|
{ "Comment", "/** Compute data interface used to control a static dispatch size, and expose thread count to the shader. */" },
|
|
{ "IncludePath", "ComputeFramework/ComputeDataInterfaceDispatch.h" },
|
|
{ "ModuleRelativePath", "Private/ComputeFramework/ComputeDataInterfaceDispatch.h" },
|
|
{ "ToolTip", "Compute data interface used to control a static dispatch size, and expose thread count to the shader." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ThreadCount_MetaData[] = {
|
|
{ "ModuleRelativePath", "Private/ComputeFramework/ComputeDataInterfaceDispatch.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UComputeDataInterfaceDispatch constinit property declarations ************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ThreadCount;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UComputeDataInterfaceDispatch constinit property declarations **************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UComputeDataInterfaceDispatch>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UComputeDataInterfaceDispatch_Statics
|
|
|
|
// ********** Begin Class UComputeDataInterfaceDispatch Property Definitions ***********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UComputeDataInterfaceDispatch_Statics::NewProp_ThreadCount = { "ThreadCount", nullptr, (EPropertyFlags)0x0010000000000010, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UComputeDataInterfaceDispatch, ThreadCount), Z_Construct_UScriptStruct_FUintVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ThreadCount_MetaData), NewProp_ThreadCount_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UComputeDataInterfaceDispatch_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UComputeDataInterfaceDispatch_Statics::NewProp_ThreadCount,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UComputeDataInterfaceDispatch_Statics::PropPointers) < 2048);
|
|
// ********** End Class UComputeDataInterfaceDispatch Property Definitions *************************
|
|
UObject* (*const Z_Construct_UClass_UComputeDataInterfaceDispatch_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UComputeDataInterface,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ComputeFramework,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UComputeDataInterfaceDispatch_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UComputeDataInterfaceDispatch_Statics::ClassParams = {
|
|
&UComputeDataInterfaceDispatch::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UComputeDataInterfaceDispatch_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UComputeDataInterfaceDispatch_Statics::PropPointers),
|
|
0,
|
|
0x000900A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UComputeDataInterfaceDispatch_Statics::Class_MetaDataParams), Z_Construct_UClass_UComputeDataInterfaceDispatch_Statics::Class_MetaDataParams)
|
|
};
|
|
void UComputeDataInterfaceDispatch::StaticRegisterNativesUComputeDataInterfaceDispatch()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UComputeDataInterfaceDispatch()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UComputeDataInterfaceDispatch.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UComputeDataInterfaceDispatch.OuterSingleton, Z_Construct_UClass_UComputeDataInterfaceDispatch_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UComputeDataInterfaceDispatch.OuterSingleton;
|
|
}
|
|
UComputeDataInterfaceDispatch::UComputeDataInterfaceDispatch(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UComputeDataInterfaceDispatch);
|
|
UComputeDataInterfaceDispatch::~UComputeDataInterfaceDispatch() {}
|
|
// ********** End Class UComputeDataInterfaceDispatch **********************************************
|
|
|
|
// ********** Begin Class UDispatchDataProvider ****************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UDispatchDataProvider;
|
|
UClass* UDispatchDataProvider::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UDispatchDataProvider;
|
|
if (!Z_Registration_Info_UClass_UDispatchDataProvider.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("DispatchDataProvider"),
|
|
Z_Registration_Info_UClass_UDispatchDataProvider.InnerSingleton,
|
|
StaticRegisterNativesUDispatchDataProvider,
|
|
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_UDispatchDataProvider.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UDispatchDataProvider_NoRegister()
|
|
{
|
|
return UDispatchDataProvider::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UDispatchDataProvider_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/** Compute data provider implementation for UComputeDataInterfaceDispatch. */" },
|
|
{ "IncludePath", "ComputeFramework/ComputeDataInterfaceDispatch.h" },
|
|
{ "ModuleRelativePath", "Private/ComputeFramework/ComputeDataInterfaceDispatch.h" },
|
|
{ "ToolTip", "Compute data provider implementation for UComputeDataInterfaceDispatch." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UDispatchDataProvider constinit property declarations ********************
|
|
// ********** End Class UDispatchDataProvider constinit property declarations **********************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UDispatchDataProvider>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UDispatchDataProvider_Statics
|
|
UObject* (*const Z_Construct_UClass_UDispatchDataProvider_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UComputeDataProvider,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ComputeFramework,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDispatchDataProvider_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDispatchDataProvider_Statics::ClassParams = {
|
|
&UDispatchDataProvider::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
0,
|
|
0x000000A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDispatchDataProvider_Statics::Class_MetaDataParams), Z_Construct_UClass_UDispatchDataProvider_Statics::Class_MetaDataParams)
|
|
};
|
|
void UDispatchDataProvider::StaticRegisterNativesUDispatchDataProvider()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UDispatchDataProvider()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UDispatchDataProvider.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDispatchDataProvider.OuterSingleton, Z_Construct_UClass_UDispatchDataProvider_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UDispatchDataProvider.OuterSingleton;
|
|
}
|
|
UDispatchDataProvider::UDispatchDataProvider(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDispatchDataProvider);
|
|
UDispatchDataProvider::~UDispatchDataProvider() {}
|
|
// ********** End Class UDispatchDataProvider ******************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_ComputeFramework_Source_ComputeFramework_Private_ComputeFramework_ComputeDataInterfaceDispatch_h__Script_ComputeFramework_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UComputeDataInterfaceDispatch, UComputeDataInterfaceDispatch::StaticClass, TEXT("UComputeDataInterfaceDispatch"), &Z_Registration_Info_UClass_UComputeDataInterfaceDispatch, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UComputeDataInterfaceDispatch), 3471948335U) },
|
|
{ Z_Construct_UClass_UDispatchDataProvider, UDispatchDataProvider::StaticClass, TEXT("UDispatchDataProvider"), &Z_Registration_Info_UClass_UDispatchDataProvider, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDispatchDataProvider), 2562073165U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_ComputeFramework_Source_ComputeFramework_Private_ComputeFramework_ComputeDataInterfaceDispatch_h__Script_ComputeFramework_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_ComputeFramework_Source_ComputeFramework_Private_ComputeFramework_ComputeDataInterfaceDispatch_h__Script_ComputeFramework_1199817089{
|
|
TEXT("/Script/ComputeFramework"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_ComputeFramework_Source_ComputeFramework_Private_ComputeFramework_ComputeDataInterfaceDispatch_h__Script_ComputeFramework_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_ComputeFramework_Source_ComputeFramework_Private_ComputeFramework_ComputeDataInterfaceDispatch_h__Script_ComputeFramework_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|