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,33 @@
// 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"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeSourceControl_init() {}
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); SOURCECONTROL_API UFunction* Z_Construct_UDelegateFunction_USourceControlHelpers_QueryFileStateDelegate__DelegateSignature();
static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_SourceControl;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_SourceControl()
{
if (!Z_Registration_Info_UPackage__Script_SourceControl.OuterSingleton)
{
static UObject* (*const SingletonFuncArray[])() = {
(UObject* (*)())Z_Construct_UDelegateFunction_USourceControlHelpers_QueryFileStateDelegate__DelegateSignature,
};
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/SourceControl",
SingletonFuncArray,
UE_ARRAY_COUNT(SingletonFuncArray),
PKG_CompiledIn | 0x00000080,
0x53033514,
0x15AE0BBC,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_SourceControl.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_SourceControl.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_SourceControl(Z_Construct_UPackage__Script_SourceControl, TEXT("/Script/SourceControl"), Z_Registration_Info_UPackage__Script_SourceControl, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x53033514, 0x15AE0BBC));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,10 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#pragma once

View File

@@ -0,0 +1,119 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "SourceControlHelpers.h"
#ifdef SOURCECONTROL_SourceControlHelpers_generated_h
#error "SourceControlHelpers.generated.h already included, missing '#pragma once' in SourceControlHelpers.h"
#endif
#define SOURCECONTROL_SourceControlHelpers_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
struct FSourceControlState;
// ********** Begin ScriptStruct FSourceControlState ***********************************************
struct Z_Construct_UScriptStruct_FSourceControlState_Statics;
#define FID_Engine_Source_Developer_SourceControl_Public_SourceControlHelpers_h_39_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FSourceControlState_Statics; \
SOURCECONTROL_API static class UScriptStruct* StaticStruct();
struct FSourceControlState;
// ********** End ScriptStruct FSourceControlState *************************************************
// ********** Begin Delegate FQueryFileStateDelegate ***********************************************
#define FID_Engine_Source_Developer_SourceControl_Public_SourceControlHelpers_h_557_DELEGATE \
static SOURCECONTROL_API void FQueryFileStateDelegate_DelegateWrapper(const FScriptDelegate& QueryFileStateDelegate, FSourceControlState FileStateOut);
// ********** End Delegate FQueryFileStateDelegate *************************************************
// ********** Begin Class USourceControlHelpers ****************************************************
#define FID_Engine_Source_Developer_SourceControl_Public_SourceControlHelpers_h_249_RPC_WRAPPERS_NO_PURE_DECLS \
DECLARE_FUNCTION(execAsyncQueryFileStates); \
DECLARE_FUNCTION(execAsyncQueryFileState); \
DECLARE_FUNCTION(execQueryFileStates); \
DECLARE_FUNCTION(execQueryFileState); \
DECLARE_FUNCTION(execCopyFile); \
DECLARE_FUNCTION(execCheckInFiles); \
DECLARE_FUNCTION(execCheckInFile); \
DECLARE_FUNCTION(execRevertUnchangedFiles); \
DECLARE_FUNCTION(execRevertUnchangedFile); \
DECLARE_FUNCTION(execRevertFiles); \
DECLARE_FUNCTION(execRevertFile); \
DECLARE_FUNCTION(execMarkFilesForDelete); \
DECLARE_FUNCTION(execMarkFileForDelete); \
DECLARE_FUNCTION(execMarkFilesForAdd); \
DECLARE_FUNCTION(execMarkFileForAdd); \
DECLARE_FUNCTION(execCheckOutOrAddFiles); \
DECLARE_FUNCTION(execCheckOutOrAddFile); \
DECLARE_FUNCTION(execCheckOutFiles); \
DECLARE_FUNCTION(execCheckOutFile); \
DECLARE_FUNCTION(execSyncFiles); \
DECLARE_FUNCTION(execSyncFile); \
DECLARE_FUNCTION(execLastErrorMsg); \
DECLARE_FUNCTION(execIsAvailable); \
DECLARE_FUNCTION(execIsEnabled); \
DECLARE_FUNCTION(execCurrentProvider);
#if WITH_EDITOR
#define FID_Engine_Source_Developer_SourceControl_Public_SourceControlHelpers_h_249_RPC_WRAPPERS_NO_PURE_DECLS_EOD \
DECLARE_FUNCTION(execRevertAndReloadPackages);
#else // WITH_EDITOR
#define FID_Engine_Source_Developer_SourceControl_Public_SourceControlHelpers_h_249_RPC_WRAPPERS_NO_PURE_DECLS_EOD
#endif // WITH_EDITOR
struct Z_Construct_UClass_USourceControlHelpers_Statics;
SOURCECONTROL_API UClass* Z_Construct_UClass_USourceControlHelpers_NoRegister();
#define FID_Engine_Source_Developer_SourceControl_Public_SourceControlHelpers_h_249_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUSourceControlHelpers(); \
friend struct ::Z_Construct_UClass_USourceControlHelpers_Statics; \
static UClass* GetPrivateStaticClass(); \
friend SOURCECONTROL_API UClass* ::Z_Construct_UClass_USourceControlHelpers_NoRegister(); \
public: \
DECLARE_CLASS2(USourceControlHelpers, UObject, COMPILED_IN_FLAGS(CLASS_Abstract | CLASS_Transient), CASTCLASS_None, TEXT("/Script/SourceControl"), Z_Construct_UClass_USourceControlHelpers_NoRegister) \
DECLARE_SERIALIZER(USourceControlHelpers)
#define FID_Engine_Source_Developer_SourceControl_Public_SourceControlHelpers_h_249_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
SOURCECONTROL_API USourceControlHelpers(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
USourceControlHelpers(USourceControlHelpers&&) = delete; \
USourceControlHelpers(const USourceControlHelpers&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(SOURCECONTROL_API, USourceControlHelpers); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(USourceControlHelpers); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(USourceControlHelpers) \
SOURCECONTROL_API virtual ~USourceControlHelpers();
#define FID_Engine_Source_Developer_SourceControl_Public_SourceControlHelpers_h_244_PROLOG
#define FID_Engine_Source_Developer_SourceControl_Public_SourceControlHelpers_h_249_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Developer_SourceControl_Public_SourceControlHelpers_h_249_RPC_WRAPPERS_NO_PURE_DECLS \
FID_Engine_Source_Developer_SourceControl_Public_SourceControlHelpers_h_249_RPC_WRAPPERS_NO_PURE_DECLS_EOD \
FID_Engine_Source_Developer_SourceControl_Public_SourceControlHelpers_h_249_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Developer_SourceControl_Public_SourceControlHelpers_h_249_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class USourceControlHelpers;
// ********** End Class USourceControlHelpers ******************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Developer_SourceControl_Public_SourceControlHelpers_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,212 @@
// 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 "SourceControlPreferences.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeSourceControlPreferences() {}
// ********** Begin Cross Module References ********************************************************
DEVELOPERSETTINGS_API UClass* Z_Construct_UClass_UDeveloperSettings();
SOURCECONTROL_API UClass* Z_Construct_UClass_USourceControlPreferences();
SOURCECONTROL_API UClass* Z_Construct_UClass_USourceControlPreferences_NoRegister();
UPackage* Z_Construct_UPackage__Script_SourceControl();
// ********** End Cross Module References **********************************************************
// ********** Begin Class USourceControlPreferences ************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_USourceControlPreferences;
UClass* USourceControlPreferences::GetPrivateStaticClass()
{
using TClass = USourceControlPreferences;
if (!Z_Registration_Info_UClass_USourceControlPreferences.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("SourceControlPreferences"),
Z_Registration_Info_UClass_USourceControlPreferences.InnerSingleton,
StaticRegisterNativesUSourceControlPreferences,
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_USourceControlPreferences.InnerSingleton;
}
UClass* Z_Construct_UClass_USourceControlPreferences_NoRegister()
{
return USourceControlPreferences::GetPrivateStaticClass();
}
struct Z_Construct_UClass_USourceControlPreferences_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/** Settings for the Source Control Integration */" },
{ "DisplayName", "Revision Control" },
{ "IncludePath", "SourceControlPreferences.h" },
{ "Keywords", "Source Control" },
{ "ModuleRelativePath", "Public/SourceControlPreferences.h" },
{ "ToolTip", "Settings for the Source Control Integration" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bEnableValidationTag_MetaData[] = {
{ "Category", "SourceControl" },
{ "ModuleRelativePath", "Public/SourceControlPreferences.h" },
{ "ToolTip", "Adds validation tag to changelist description on submit." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShouldDeleteNewFilesOnRevert_MetaData[] = {
{ "Category", "SourceControl" },
{ "ModuleRelativePath", "Public/SourceControlPreferences.h" },
{ "ToolTip", "Deletes new files when reverted." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bEnableUncontrolledChangelists_MetaData[] = {
{ "Category", "SourceControl" },
{ "ConfigRestartRequired", "TRUE" },
{ "ModuleRelativePath", "Public/SourceControlPreferences.h" },
{ "ToolTip", "Enables Uncontrolled Changelists features. The editor must be restarted for the change to be fully taken into account." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CollectionChangelistTags_MetaData[] = {
{ "Category", "SourceControl" },
{ "Comment", "/** List of lines to add to any collection on checkin */" },
{ "ModuleRelativePath", "Public/SourceControlPreferences.h" },
{ "ToolTip", "List of lines to add to any collection on checkin" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SpecificCollectionChangelistTags_MetaData[] = {
{ "Category", "SourceControl" },
{ "Comment", "/** Map of collection names and additional text to apply to changelist descriptions when checking them in */" },
{ "ModuleRelativePath", "Public/SourceControlPreferences.h" },
{ "MultiLine", "TRUE" },
{ "ToolTip", "Map of collection names and additional text to apply to changelist descriptions when checking them in" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bRequiresRevisionControlToRenameLocalizableAssets_MetaData[] = {
{ "Category", "Internationalization" },
{ "DisplayName", "Requires Revision Control To Manage Localizable Assets" },
{ "ModuleRelativePath", "Public/SourceControlPreferences.h" },
{ "ToolTip", "If the project uses Localization and its localized content might not be on disk (but still in your Revision Control), then enabling this feature will require a Revision Control Provider to be configured to move/rename/delete files to be sure no localized variants become orphaned. (Works only with Perforce for now)" },
};
#endif // WITH_METADATA
// ********** Begin Class USourceControlPreferences constinit property declarations ****************
static void NewProp_bEnableValidationTag_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnableValidationTag;
static void NewProp_bShouldDeleteNewFilesOnRevert_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShouldDeleteNewFilesOnRevert;
static void NewProp_bEnableUncontrolledChangelists_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnableUncontrolledChangelists;
static const UECodeGen_Private::FStrPropertyParams NewProp_CollectionChangelistTags_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_CollectionChangelistTags;
static const UECodeGen_Private::FStrPropertyParams NewProp_SpecificCollectionChangelistTags_ValueProp;
static const UECodeGen_Private::FNamePropertyParams NewProp_SpecificCollectionChangelistTags_Key_KeyProp;
static const UECodeGen_Private::FMapPropertyParams NewProp_SpecificCollectionChangelistTags;
static void NewProp_bRequiresRevisionControlToRenameLocalizableAssets_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bRequiresRevisionControlToRenameLocalizableAssets;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class USourceControlPreferences constinit property declarations ******************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<USourceControlPreferences>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_USourceControlPreferences_Statics
// ********** Begin Class USourceControlPreferences Property Definitions ***************************
void Z_Construct_UClass_USourceControlPreferences_Statics::NewProp_bEnableValidationTag_SetBit(void* Obj)
{
((USourceControlPreferences*)Obj)->bEnableValidationTag = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_USourceControlPreferences_Statics::NewProp_bEnableValidationTag = { "bEnableValidationTag", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(USourceControlPreferences), &Z_Construct_UClass_USourceControlPreferences_Statics::NewProp_bEnableValidationTag_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bEnableValidationTag_MetaData), NewProp_bEnableValidationTag_MetaData) };
void Z_Construct_UClass_USourceControlPreferences_Statics::NewProp_bShouldDeleteNewFilesOnRevert_SetBit(void* Obj)
{
((USourceControlPreferences*)Obj)->bShouldDeleteNewFilesOnRevert = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_USourceControlPreferences_Statics::NewProp_bShouldDeleteNewFilesOnRevert = { "bShouldDeleteNewFilesOnRevert", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(USourceControlPreferences), &Z_Construct_UClass_USourceControlPreferences_Statics::NewProp_bShouldDeleteNewFilesOnRevert_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShouldDeleteNewFilesOnRevert_MetaData), NewProp_bShouldDeleteNewFilesOnRevert_MetaData) };
void Z_Construct_UClass_USourceControlPreferences_Statics::NewProp_bEnableUncontrolledChangelists_SetBit(void* Obj)
{
((USourceControlPreferences*)Obj)->bEnableUncontrolledChangelists = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_USourceControlPreferences_Statics::NewProp_bEnableUncontrolledChangelists = { "bEnableUncontrolledChangelists", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(USourceControlPreferences), &Z_Construct_UClass_USourceControlPreferences_Statics::NewProp_bEnableUncontrolledChangelists_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bEnableUncontrolledChangelists_MetaData), NewProp_bEnableUncontrolledChangelists_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_USourceControlPreferences_Statics::NewProp_CollectionChangelistTags_Inner = { "CollectionChangelistTags", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_USourceControlPreferences_Statics::NewProp_CollectionChangelistTags = { "CollectionChangelistTags", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USourceControlPreferences, CollectionChangelistTags), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CollectionChangelistTags_MetaData), NewProp_CollectionChangelistTags_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_USourceControlPreferences_Statics::NewProp_SpecificCollectionChangelistTags_ValueProp = { "SpecificCollectionChangelistTags", nullptr, (EPropertyFlags)0x0000000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_USourceControlPreferences_Statics::NewProp_SpecificCollectionChangelistTags_Key_KeyProp = { "SpecificCollectionChangelistTags_Key", nullptr, (EPropertyFlags)0x0000000000004001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_USourceControlPreferences_Statics::NewProp_SpecificCollectionChangelistTags = { "SpecificCollectionChangelistTags", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USourceControlPreferences, SpecificCollectionChangelistTags), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SpecificCollectionChangelistTags_MetaData), NewProp_SpecificCollectionChangelistTags_MetaData) };
void Z_Construct_UClass_USourceControlPreferences_Statics::NewProp_bRequiresRevisionControlToRenameLocalizableAssets_SetBit(void* Obj)
{
((USourceControlPreferences*)Obj)->bRequiresRevisionControlToRenameLocalizableAssets = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_USourceControlPreferences_Statics::NewProp_bRequiresRevisionControlToRenameLocalizableAssets = { "bRequiresRevisionControlToRenameLocalizableAssets", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(USourceControlPreferences), &Z_Construct_UClass_USourceControlPreferences_Statics::NewProp_bRequiresRevisionControlToRenameLocalizableAssets_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bRequiresRevisionControlToRenameLocalizableAssets_MetaData), NewProp_bRequiresRevisionControlToRenameLocalizableAssets_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_USourceControlPreferences_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USourceControlPreferences_Statics::NewProp_bEnableValidationTag,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USourceControlPreferences_Statics::NewProp_bShouldDeleteNewFilesOnRevert,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USourceControlPreferences_Statics::NewProp_bEnableUncontrolledChangelists,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USourceControlPreferences_Statics::NewProp_CollectionChangelistTags_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USourceControlPreferences_Statics::NewProp_CollectionChangelistTags,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USourceControlPreferences_Statics::NewProp_SpecificCollectionChangelistTags_ValueProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USourceControlPreferences_Statics::NewProp_SpecificCollectionChangelistTags_Key_KeyProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USourceControlPreferences_Statics::NewProp_SpecificCollectionChangelistTags,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USourceControlPreferences_Statics::NewProp_bRequiresRevisionControlToRenameLocalizableAssets,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USourceControlPreferences_Statics::PropPointers) < 2048);
// ********** End Class USourceControlPreferences Property Definitions *****************************
UObject* (*const Z_Construct_UClass_USourceControlPreferences_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UDeveloperSettings,
(UObject* (*)())Z_Construct_UPackage__Script_SourceControl,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USourceControlPreferences_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_USourceControlPreferences_Statics::ClassParams = {
&USourceControlPreferences::StaticClass,
"Editor",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_USourceControlPreferences_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_USourceControlPreferences_Statics::PropPointers),
0,
0x000800A6u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_USourceControlPreferences_Statics::Class_MetaDataParams), Z_Construct_UClass_USourceControlPreferences_Statics::Class_MetaDataParams)
};
void USourceControlPreferences::StaticRegisterNativesUSourceControlPreferences()
{
}
UClass* Z_Construct_UClass_USourceControlPreferences()
{
if (!Z_Registration_Info_UClass_USourceControlPreferences.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_USourceControlPreferences.OuterSingleton, Z_Construct_UClass_USourceControlPreferences_Statics::ClassParams);
}
return Z_Registration_Info_UClass_USourceControlPreferences.OuterSingleton;
}
USourceControlPreferences::USourceControlPreferences(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, USourceControlPreferences);
USourceControlPreferences::~USourceControlPreferences() {}
// ********** End Class USourceControlPreferences **************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Developer_SourceControl_Public_SourceControlPreferences_h__Script_SourceControl_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_USourceControlPreferences, USourceControlPreferences::StaticClass, TEXT("USourceControlPreferences"), &Z_Registration_Info_UClass_USourceControlPreferences, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(USourceControlPreferences), 1517769962U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Developer_SourceControl_Public_SourceControlPreferences_h__Script_SourceControl_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Developer_SourceControl_Public_SourceControlPreferences_h__Script_SourceControl_1992364168{
TEXT("/Script/SourceControl"),
Z_CompiledInDeferFile_FID_Engine_Source_Developer_SourceControl_Public_SourceControlPreferences_h__Script_SourceControl_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Developer_SourceControl_Public_SourceControlPreferences_h__Script_SourceControl_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,65 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "SourceControlPreferences.h"
#ifdef SOURCECONTROL_SourceControlPreferences_generated_h
#error "SourceControlPreferences.generated.h already included, missing '#pragma once' in SourceControlPreferences.h"
#endif
#define SOURCECONTROL_SourceControlPreferences_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class USourceControlPreferences ************************************************
struct Z_Construct_UClass_USourceControlPreferences_Statics;
SOURCECONTROL_API UClass* Z_Construct_UClass_USourceControlPreferences_NoRegister();
#define FID_Engine_Source_Developer_SourceControl_Public_SourceControlPreferences_h_25_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUSourceControlPreferences(); \
friend struct ::Z_Construct_UClass_USourceControlPreferences_Statics; \
static UClass* GetPrivateStaticClass(); \
friend SOURCECONTROL_API UClass* ::Z_Construct_UClass_USourceControlPreferences_NoRegister(); \
public: \
DECLARE_CLASS2(USourceControlPreferences, UDeveloperSettings, COMPILED_IN_FLAGS(0 | CLASS_DefaultConfig | CLASS_Config), CASTCLASS_None, TEXT("/Script/SourceControl"), Z_Construct_UClass_USourceControlPreferences_NoRegister) \
DECLARE_SERIALIZER(USourceControlPreferences) \
static constexpr const TCHAR* StaticConfigName() {return TEXT("Editor");} \
#define FID_Engine_Source_Developer_SourceControl_Public_SourceControlPreferences_h_25_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
SOURCECONTROL_API USourceControlPreferences(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
USourceControlPreferences(USourceControlPreferences&&) = delete; \
USourceControlPreferences(const USourceControlPreferences&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(SOURCECONTROL_API, USourceControlPreferences); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(USourceControlPreferences); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(USourceControlPreferences) \
SOURCECONTROL_API virtual ~USourceControlPreferences();
#define FID_Engine_Source_Developer_SourceControl_Public_SourceControlPreferences_h_22_PROLOG
#define FID_Engine_Source_Developer_SourceControl_Public_SourceControlPreferences_h_25_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Developer_SourceControl_Public_SourceControlPreferences_h_25_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Developer_SourceControl_Public_SourceControlPreferences_h_25_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class USourceControlPreferences;
// ********** End Class USourceControlPreferences **************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Developer_SourceControl_Public_SourceControlPreferences_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,2 @@
D:\UE_5_7_1\Engine\Source\Developer\SourceControl\Public\SourceControlHelpers.h
D:\UE_5_7_1\Engine\Source\Developer\SourceControl\Public\SourceControlPreferences.h