370 lines
22 KiB
C++
370 lines
22 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 "Dataflow/DataflowContent.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 EmptyLinkFunctionForGeneratedCodeDataflowContent() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UInterface();
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
|
|
DATAFLOWENGINE_API UClass* Z_Construct_UClass_UDataflowBaseContent();
|
|
DATAFLOWENGINE_API UClass* Z_Construct_UClass_UDataflowBaseContent_NoRegister();
|
|
DATAFLOWENGINE_API UClass* Z_Construct_UClass_UDataflowContentOwner();
|
|
DATAFLOWENGINE_API UClass* Z_Construct_UClass_UDataflowContentOwner_NoRegister();
|
|
DATAFLOWENGINE_API UClass* Z_Construct_UClass_UDataflowContextObject();
|
|
DATAFLOWENGINE_API UClass* Z_Construct_UClass_UDataflowSkeletalContent();
|
|
DATAFLOWENGINE_API UClass* Z_Construct_UClass_UDataflowSkeletalContent_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UAnimationAsset_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_USkeletalMesh_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_DataflowEngine();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Interface UDataflowContentOwner ************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowContentOwner;
|
|
UClass* UDataflowContentOwner::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UDataflowContentOwner;
|
|
if (!Z_Registration_Info_UClass_UDataflowContentOwner.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("DataflowContentOwner"),
|
|
Z_Registration_Info_UClass_UDataflowContentOwner.InnerSingleton,
|
|
StaticRegisterNativesUDataflowContentOwner,
|
|
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_UDataflowContentOwner.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UDataflowContentOwner_NoRegister()
|
|
{
|
|
return UDataflowContentOwner::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UDataflowContentOwner_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowContent.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Interface UDataflowContentOwner constinit property declarations ****************
|
|
// ********** End Interface UDataflowContentOwner constinit property declarations ******************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<IDataflowContentOwner>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UDataflowContentOwner_Statics
|
|
UObject* (*const Z_Construct_UClass_UDataflowContentOwner_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UInterface,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEngine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowContentOwner_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowContentOwner_Statics::ClassParams = {
|
|
&UDataflowContentOwner::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
0,
|
|
0x000840A1u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowContentOwner_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowContentOwner_Statics::Class_MetaDataParams)
|
|
};
|
|
void UDataflowContentOwner::StaticRegisterNativesUDataflowContentOwner()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UDataflowContentOwner()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UDataflowContentOwner.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowContentOwner.OuterSingleton, Z_Construct_UClass_UDataflowContentOwner_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UDataflowContentOwner.OuterSingleton;
|
|
}
|
|
UDataflowContentOwner::UDataflowContentOwner(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowContentOwner);
|
|
// ********** End Interface UDataflowContentOwner **************************************************
|
|
|
|
// ********** Begin Class UDataflowBaseContent *****************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowBaseContent;
|
|
UClass* UDataflowBaseContent::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UDataflowBaseContent;
|
|
if (!Z_Registration_Info_UClass_UDataflowBaseContent.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("DataflowBaseContent"),
|
|
Z_Registration_Info_UClass_UDataflowBaseContent.InnerSingleton,
|
|
StaticRegisterNativesUDataflowBaseContent,
|
|
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_UDataflowBaseContent.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UDataflowBaseContent_NoRegister()
|
|
{
|
|
return UDataflowBaseContent::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UDataflowBaseContent_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/** \n * Dataflow content owning dataflow asset that that will be used to evaluate the graph\n */" },
|
|
{ "IncludePath", "Dataflow/DataflowContent.h" },
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowContent.h" },
|
|
{ "ToolTip", "Dataflow content owning dataflow asset that that will be used to evaluate the graph" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DataflowTerminal_MetaData[] = {
|
|
{ "Comment", "/** Data flow terminal path for evaluation */" },
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowContent.h" },
|
|
{ "ToolTip", "Data flow terminal path for evaluation" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TerminalAsset_MetaData[] = {
|
|
{ "Comment", "/** Data flow terminal path for evaluation */" },
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowContent.h" },
|
|
{ "ToolTip", "Data flow terminal path for evaluation" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsConstructionDirty_MetaData[] = {
|
|
{ "Comment", "/** Dirty flag to trigger rendering. Do we need that? since when accessing the member by non const ref we will not dirty it */" },
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowContent.h" },
|
|
{ "ToolTip", "Dirty flag to trigger rendering. Do we need that? since when accessing the member by non const ref we will not dirty it" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsSimulationDirty_MetaData[] = {
|
|
{ "Comment", "/** Dirty flag to reset the simulation if necessary */" },
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowContent.h" },
|
|
{ "ToolTip", "Dirty flag to reset the simulation if necessary" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UDataflowBaseContent constinit property declarations *********************
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_DataflowTerminal;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_TerminalAsset;
|
|
static void NewProp_bIsConstructionDirty_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsConstructionDirty;
|
|
static void NewProp_bIsSimulationDirty_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsSimulationDirty;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UDataflowBaseContent constinit property declarations ***********************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UDataflowBaseContent>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UDataflowBaseContent_Statics
|
|
|
|
// ********** Begin Class UDataflowBaseContent Property Definitions ********************************
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UDataflowBaseContent_Statics::NewProp_DataflowTerminal = { "DataflowTerminal", nullptr, (EPropertyFlags)0x00a0080000002000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowBaseContent, DataflowTerminal), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DataflowTerminal_MetaData), NewProp_DataflowTerminal_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UDataflowBaseContent_Statics::NewProp_TerminalAsset = { "TerminalAsset", nullptr, (EPropertyFlags)0x01a4080000002000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowBaseContent, TerminalAsset), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TerminalAsset_MetaData), NewProp_TerminalAsset_MetaData) };
|
|
void Z_Construct_UClass_UDataflowBaseContent_Statics::NewProp_bIsConstructionDirty_SetBit(void* Obj)
|
|
{
|
|
((UDataflowBaseContent*)Obj)->bIsConstructionDirty = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDataflowBaseContent_Statics::NewProp_bIsConstructionDirty = { "bIsConstructionDirty", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDataflowBaseContent), &Z_Construct_UClass_UDataflowBaseContent_Statics::NewProp_bIsConstructionDirty_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsConstructionDirty_MetaData), NewProp_bIsConstructionDirty_MetaData) };
|
|
void Z_Construct_UClass_UDataflowBaseContent_Statics::NewProp_bIsSimulationDirty_SetBit(void* Obj)
|
|
{
|
|
((UDataflowBaseContent*)Obj)->bIsSimulationDirty = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDataflowBaseContent_Statics::NewProp_bIsSimulationDirty = { "bIsSimulationDirty", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDataflowBaseContent), &Z_Construct_UClass_UDataflowBaseContent_Statics::NewProp_bIsSimulationDirty_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsSimulationDirty_MetaData), NewProp_bIsSimulationDirty_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDataflowBaseContent_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowBaseContent_Statics::NewProp_DataflowTerminal,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowBaseContent_Statics::NewProp_TerminalAsset,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowBaseContent_Statics::NewProp_bIsConstructionDirty,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowBaseContent_Statics::NewProp_bIsSimulationDirty,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowBaseContent_Statics::PropPointers) < 2048);
|
|
// ********** End Class UDataflowBaseContent Property Definitions **********************************
|
|
UObject* (*const Z_Construct_UClass_UDataflowBaseContent_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UDataflowContextObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEngine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowBaseContent_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowBaseContent_Statics::ClassParams = {
|
|
&UDataflowBaseContent::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UDataflowBaseContent_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowBaseContent_Statics::PropPointers),
|
|
0,
|
|
0x000800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowBaseContent_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowBaseContent_Statics::Class_MetaDataParams)
|
|
};
|
|
void UDataflowBaseContent::StaticRegisterNativesUDataflowBaseContent()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UDataflowBaseContent()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UDataflowBaseContent.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowBaseContent.OuterSingleton, Z_Construct_UClass_UDataflowBaseContent_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UDataflowBaseContent.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowBaseContent);
|
|
IMPLEMENT_FSTRUCTUREDARCHIVE_SERIALIZER(UDataflowBaseContent)
|
|
// ********** End Class UDataflowBaseContent *******************************************************
|
|
|
|
// ********** Begin Class UDataflowSkeletalContent *************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowSkeletalContent;
|
|
UClass* UDataflowSkeletalContent::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UDataflowSkeletalContent;
|
|
if (!Z_Registration_Info_UClass_UDataflowSkeletalContent.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("DataflowSkeletalContent"),
|
|
Z_Registration_Info_UClass_UDataflowSkeletalContent.InnerSingleton,
|
|
StaticRegisterNativesUDataflowSkeletalContent,
|
|
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_UDataflowSkeletalContent.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UDataflowSkeletalContent_NoRegister()
|
|
{
|
|
return UDataflowSkeletalContent::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UDataflowSkeletalContent_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/** \n * Dataflow content owning dataflow and skelmesh assets that that will be used to evaluate the graph\n */" },
|
|
{ "IncludePath", "Dataflow/DataflowContent.h" },
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowContent.h" },
|
|
{ "ToolTip", "Dataflow content owning dataflow and skelmesh assets that that will be used to evaluate the graph" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SkeletalMesh_MetaData[] = {
|
|
{ "Category", "Preview" },
|
|
{ "Comment", "/** Data flow skeletal mesh*/" },
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowContent.h" },
|
|
{ "ToolTip", "Data flow skeletal mesh" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AnimationAsset_MetaData[] = {
|
|
{ "Category", "Preview" },
|
|
{ "Comment", "/** Animation asset to be used to preview simulation */" },
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowContent.h" },
|
|
{ "ToolTip", "Animation asset to be used to preview simulation" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UDataflowSkeletalContent constinit property declarations *****************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_SkeletalMesh;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_AnimationAsset;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UDataflowSkeletalContent constinit property declarations *******************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UDataflowSkeletalContent>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UDataflowSkeletalContent_Statics
|
|
|
|
// ********** Begin Class UDataflowSkeletalContent Property Definitions ****************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UDataflowSkeletalContent_Statics::NewProp_SkeletalMesh = { "SkeletalMesh", nullptr, (EPropertyFlags)0x01a4080000002001, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowSkeletalContent, SkeletalMesh), Z_Construct_UClass_USkeletalMesh_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SkeletalMesh_MetaData), NewProp_SkeletalMesh_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UDataflowSkeletalContent_Statics::NewProp_AnimationAsset = { "AnimationAsset", nullptr, (EPropertyFlags)0x01a4080000002001, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowSkeletalContent, AnimationAsset), Z_Construct_UClass_UAnimationAsset_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AnimationAsset_MetaData), NewProp_AnimationAsset_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDataflowSkeletalContent_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowSkeletalContent_Statics::NewProp_SkeletalMesh,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowSkeletalContent_Statics::NewProp_AnimationAsset,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowSkeletalContent_Statics::PropPointers) < 2048);
|
|
// ********** End Class UDataflowSkeletalContent Property Definitions ******************************
|
|
UObject* (*const Z_Construct_UClass_UDataflowSkeletalContent_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UDataflowBaseContent,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEngine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowSkeletalContent_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowSkeletalContent_Statics::ClassParams = {
|
|
&UDataflowSkeletalContent::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UDataflowSkeletalContent_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowSkeletalContent_Statics::PropPointers),
|
|
0,
|
|
0x000800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowSkeletalContent_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowSkeletalContent_Statics::Class_MetaDataParams)
|
|
};
|
|
void UDataflowSkeletalContent::StaticRegisterNativesUDataflowSkeletalContent()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UDataflowSkeletalContent()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UDataflowSkeletalContent.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowSkeletalContent.OuterSingleton, Z_Construct_UClass_UDataflowSkeletalContent_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UDataflowSkeletalContent.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowSkeletalContent);
|
|
// ********** End Class UDataflowSkeletalContent ***************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowContent_h__Script_DataflowEngine_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UDataflowContentOwner, UDataflowContentOwner::StaticClass, TEXT("UDataflowContentOwner"), &Z_Registration_Info_UClass_UDataflowContentOwner, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowContentOwner), 3461268387U) },
|
|
{ Z_Construct_UClass_UDataflowBaseContent, UDataflowBaseContent::StaticClass, TEXT("UDataflowBaseContent"), &Z_Registration_Info_UClass_UDataflowBaseContent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowBaseContent), 417541141U) },
|
|
{ Z_Construct_UClass_UDataflowSkeletalContent, UDataflowSkeletalContent::StaticClass, TEXT("UDataflowSkeletalContent"), &Z_Registration_Info_UClass_UDataflowSkeletalContent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowSkeletalContent), 1926852167U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowContent_h__Script_DataflowEngine_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowContent_h__Script_DataflowEngine_3872420687{
|
|
TEXT("/Script/DataflowEngine"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowContent_h__Script_DataflowEngine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowContent_h__Script_DataflowEngine_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|