Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,160 @@
// 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 "ReviewComments.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeReviewComments() {}
// ********** Begin Cross Module References ********************************************************
KISMET_API UEnum* Z_Construct_UEnum_Kismet_EReviewCommentTaskState();
KISMET_API UEnum* Z_Construct_UEnum_Kismet_EReviewTopicType();
UPackage* Z_Construct_UPackage__Script_Kismet();
// ********** End Cross Module References **********************************************************
// ********** Begin Enum EReviewCommentTaskState ***************************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EReviewCommentTaskState;
static UEnum* EReviewCommentTaskState_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EReviewCommentTaskState.OuterSingleton)
{
Z_Registration_Info_UEnum_EReviewCommentTaskState.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_Kismet_EReviewCommentTaskState, (UObject*)Z_Construct_UPackage__Script_Kismet(), TEXT("EReviewCommentTaskState"));
}
return Z_Registration_Info_UEnum_EReviewCommentTaskState.OuterSingleton;
}
template<> KISMET_NON_ATTRIBUTED_API UEnum* StaticEnum<EReviewCommentTaskState>()
{
return EReviewCommentTaskState_StaticEnum();
}
struct Z_Construct_UEnum_Kismet_EReviewCommentTaskState_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "Addressed.Comment", "// completed task\n" },
{ "Addressed.Name", "EReviewCommentTaskState::Addressed" },
{ "Addressed.ToolTip", "completed task" },
{ "Comment.Comment", "// regular comment (not a task)\n" },
{ "Comment.Name", "EReviewCommentTaskState::Comment" },
{ "Comment.ToolTip", "regular comment (not a task)" },
{ "ModuleRelativePath", "Public/ReviewComments.h" },
{ "Open.Comment", "// unaddressed task\n" },
{ "Open.Name", "EReviewCommentTaskState::Open" },
{ "Open.ToolTip", "unaddressed task" },
{ "Verified.Comment", "// verified completed task (documentation is limited so I'm not positive on this one)\n" },
{ "Verified.Name", "EReviewCommentTaskState::Verified" },
{ "Verified.ToolTip", "verified completed task (documentation is limited so I'm not positive on this one)" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EReviewCommentTaskState::Comment", (int64)EReviewCommentTaskState::Comment },
{ "EReviewCommentTaskState::Open", (int64)EReviewCommentTaskState::Open },
{ "EReviewCommentTaskState::Addressed", (int64)EReviewCommentTaskState::Addressed },
{ "EReviewCommentTaskState::Verified", (int64)EReviewCommentTaskState::Verified },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_Kismet_EReviewCommentTaskState_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_Kismet_EReviewCommentTaskState_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_Kismet,
nullptr,
"EReviewCommentTaskState",
"EReviewCommentTaskState",
Z_Construct_UEnum_Kismet_EReviewCommentTaskState_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_Kismet_EReviewCommentTaskState_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_Kismet_EReviewCommentTaskState_Statics::Enum_MetaDataParams), Z_Construct_UEnum_Kismet_EReviewCommentTaskState_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_Kismet_EReviewCommentTaskState()
{
if (!Z_Registration_Info_UEnum_EReviewCommentTaskState.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EReviewCommentTaskState.InnerSingleton, Z_Construct_UEnum_Kismet_EReviewCommentTaskState_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EReviewCommentTaskState.InnerSingleton;
}
// ********** End Enum EReviewCommentTaskState *****************************************************
// ********** Begin Enum EReviewTopicType **********************************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EReviewTopicType;
static UEnum* EReviewTopicType_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EReviewTopicType.OuterSingleton)
{
Z_Registration_Info_UEnum_EReviewTopicType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_Kismet_EReviewTopicType, (UObject*)Z_Construct_UPackage__Script_Kismet(), TEXT("EReviewTopicType"));
}
return Z_Registration_Info_UEnum_EReviewTopicType.OuterSingleton;
}
template<> KISMET_NON_ATTRIBUTED_API UEnum* StaticEnum<EReviewTopicType>()
{
return EReviewTopicType_StaticEnum();
}
struct Z_Construct_UEnum_Kismet_EReviewTopicType_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "Change.Comment", "// change is already submitted\n" },
{ "Change.Name", "EReviewTopicType::Change" },
{ "Change.ToolTip", "change is already submitted" },
{ "Comment", "// swarm stores shelved file reviews separately from comments on submitted CLs\n" },
{ "ModuleRelativePath", "Public/ReviewComments.h" },
{ "Review.Comment", "// shelved for review\n" },
{ "Review.Name", "EReviewTopicType::Review" },
{ "Review.ToolTip", "shelved for review" },
{ "ToolTip", "swarm stores shelved file reviews separately from comments on submitted CLs" },
{ "Unrecognised.Comment", "// this should never happen\n" },
{ "Unrecognised.Name", "EReviewTopicType::Unrecognised" },
{ "Unrecognised.ToolTip", "this should never happen" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EReviewTopicType::Review", (int64)EReviewTopicType::Review },
{ "EReviewTopicType::Change", (int64)EReviewTopicType::Change },
{ "EReviewTopicType::Unrecognised", (int64)EReviewTopicType::Unrecognised },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_Kismet_EReviewTopicType_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_Kismet_EReviewTopicType_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_Kismet,
nullptr,
"EReviewTopicType",
"EReviewTopicType",
Z_Construct_UEnum_Kismet_EReviewTopicType_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_Kismet_EReviewTopicType_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_Kismet_EReviewTopicType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_Kismet_EReviewTopicType_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_Kismet_EReviewTopicType()
{
if (!Z_Registration_Info_UEnum_EReviewTopicType.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EReviewTopicType.InnerSingleton, Z_Construct_UEnum_Kismet_EReviewTopicType_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EReviewTopicType.InnerSingleton;
}
// ********** End Enum EReviewTopicType ************************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_Kismet_Public_ReviewComments_h__Script_Kismet_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ EReviewCommentTaskState_StaticEnum, TEXT("EReviewCommentTaskState"), &Z_Registration_Info_UEnum_EReviewCommentTaskState, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 1182495773U) },
{ EReviewTopicType_StaticEnum, TEXT("EReviewTopicType"), &Z_Registration_Info_UEnum_EReviewTopicType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 2589787671U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_Kismet_Public_ReviewComments_h__Script_Kismet_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_Kismet_Public_ReviewComments_h__Script_Kismet_437075905{
TEXT("/Script/Kismet"),
nullptr, 0,
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Source_Editor_Kismet_Public_ReviewComments_h__Script_Kismet_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_Kismet_Public_ReviewComments_h__Script_Kismet_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS