88 lines
6.0 KiB
C++
88 lines
6.0 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 "Widgets/SCompactTreeView.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeSCompactTreeView() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
STATETREEDEVELOPER_API UScriptStruct* Z_Construct_UScriptStruct_FStateItemCustomData();
|
|
UPackage* Z_Construct_UPackage__Script_StateTreeDeveloper();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FStateItemCustomData **********************************************
|
|
struct Z_Construct_UScriptStruct_FStateItemCustomData_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(UE::StateTree::CompactTreeView::FStateItemCustomData); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(UE::StateTree::CompactTreeView::FStateItemCustomData); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * Base type that SCompactTreeView derived classes can inherit from to store additional data\n * through the instanced struct inside SCompactTreeView::FStateItem.\n * USTRUCT is required to be compatible with instanced struct but properties inside the struct\n * are not exposed to the garbage collector.\n */" },
|
|
{ "ModuleRelativePath", "Internal/Widgets/SCompactTreeView.h" },
|
|
{ "ToolTip", "Base type that SCompactTreeView derived classes can inherit from to store additional data\nthrough the instanced struct inside SCompactTreeView::FStateItem.\nUSTRUCT is required to be compatible with instanced struct but properties inside the struct\nare not exposed to the garbage collector." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FStateItemCustomData constinit property declarations **************
|
|
// ********** End ScriptStruct FStateItemCustomData constinit property declarations ****************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<UE::StateTree::CompactTreeView::FStateItemCustomData>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FStateItemCustomData_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FStateItemCustomData;
|
|
class UScriptStruct* UE::StateTree::CompactTreeView::FStateItemCustomData::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FStateItemCustomData.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FStateItemCustomData.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FStateItemCustomData, (UObject*)Z_Construct_UPackage__Script_StateTreeDeveloper(), TEXT("StateItemCustomData"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FStateItemCustomData.OuterSingleton;
|
|
}
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FStateItemCustomData_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_StateTreeDeveloper,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"StateItemCustomData",
|
|
nullptr,
|
|
0,
|
|
sizeof(UE::StateTree::CompactTreeView::FStateItemCustomData),
|
|
alignof(UE::StateTree::CompactTreeView::FStateItemCustomData),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStateItemCustomData_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FStateItemCustomData_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FStateItemCustomData()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FStateItemCustomData.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FStateItemCustomData.InnerSingleton, Z_Construct_UScriptStruct_FStateItemCustomData_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FStateItemCustomData.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FStateItemCustomData ************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeDeveloper_Internal_Widgets_SCompactTreeView_h__Script_StateTreeDeveloper_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ UE::StateTree::CompactTreeView::FStateItemCustomData::StaticStruct, Z_Construct_UScriptStruct_FStateItemCustomData_Statics::NewStructOps, TEXT("StateItemCustomData"),&Z_Registration_Info_UScriptStruct_FStateItemCustomData, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(UE::StateTree::CompactTreeView::FStateItemCustomData), 197417534U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeDeveloper_Internal_Widgets_SCompactTreeView_h__Script_StateTreeDeveloper_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeDeveloper_Internal_Widgets_SCompactTreeView_h__Script_StateTreeDeveloper_2672288084{
|
|
TEXT("/Script/StateTreeDeveloper"),
|
|
nullptr, 0,
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeDeveloper_Internal_Widgets_SCompactTreeView_h__Script_StateTreeDeveloper_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeDeveloper_Internal_Widgets_SCompactTreeView_h__Script_StateTreeDeveloper_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|