99 lines
6.3 KiB
C++
99 lines
6.3 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/SChaosBrowseTraceFileSourceModal.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeSChaosBrowseTraceFileSourceModal() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
CHAOSVD_API UEnum* Z_Construct_UEnum_ChaosVD_EChaosVDBrowseFileModalResponse();
|
|
UPackage* Z_Construct_UPackage__Script_ChaosVD();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Enum EChaosVDBrowseFileModalResponse *******************************************
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EChaosVDBrowseFileModalResponse;
|
|
static UEnum* EChaosVDBrowseFileModalResponse_StaticEnum()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_EChaosVDBrowseFileModalResponse.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UEnum_EChaosVDBrowseFileModalResponse.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_ChaosVD_EChaosVDBrowseFileModalResponse, (UObject*)Z_Construct_UPackage__Script_ChaosVD(), TEXT("EChaosVDBrowseFileModalResponse"));
|
|
}
|
|
return Z_Registration_Info_UEnum_EChaosVDBrowseFileModalResponse.OuterSingleton;
|
|
}
|
|
template<> CHAOSVD_NON_ATTRIBUTED_API UEnum* StaticEnum<EChaosVDBrowseFileModalResponse>()
|
|
{
|
|
return EChaosVDBrowseFileModalResponse_StaticEnum();
|
|
}
|
|
struct Z_Construct_UEnum_ChaosVD_EChaosVDBrowseFileModalResponse_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
|
{ "Cancel.Hidden", "" },
|
|
{ "Cancel.Name", "EChaosVDBrowseFileModalResponse::Cancel" },
|
|
{ "Comment", "/**\n * Available default folder locations where CVD files might be located\n */" },
|
|
{ "LastOpened.Comment", "/** Opens the file picker at the last opened folder */" },
|
|
{ "LastOpened.Name", "EChaosVDBrowseFileModalResponse::LastOpened" },
|
|
{ "LastOpened.ToolTip", "Opens the file picker at the last opened folder" },
|
|
{ "ModuleRelativePath", "Private/Widgets/SChaosBrowseTraceFileSourceModal.h" },
|
|
{ "Profiling.Comment", "/** Opens the file picker at this project profiling folder (Saved/Profiling) */" },
|
|
{ "Profiling.Name", "EChaosVDBrowseFileModalResponse::Profiling" },
|
|
{ "Profiling.ToolTip", "Opens the file picker at this project profiling folder (Saved/Profiling)" },
|
|
{ "ToolTip", "Available default folder locations where CVD files might be located" },
|
|
{ "TraceStore.Comment", "/** Opens the file picker at local trace store folder (This is where live recordings are located) */" },
|
|
{ "TraceStore.Name", "EChaosVDBrowseFileModalResponse::TraceStore" },
|
|
{ "TraceStore.ToolTip", "Opens the file picker at local trace store folder (This is where live recordings are located)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
|
{ "EChaosVDBrowseFileModalResponse::LastOpened", (int64)EChaosVDBrowseFileModalResponse::LastOpened },
|
|
{ "EChaosVDBrowseFileModalResponse::Profiling", (int64)EChaosVDBrowseFileModalResponse::Profiling },
|
|
{ "EChaosVDBrowseFileModalResponse::TraceStore", (int64)EChaosVDBrowseFileModalResponse::TraceStore },
|
|
{ "EChaosVDBrowseFileModalResponse::Cancel", (int64)EChaosVDBrowseFileModalResponse::Cancel },
|
|
};
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
|
}; // struct Z_Construct_UEnum_ChaosVD_EChaosVDBrowseFileModalResponse_Statics
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_ChaosVD_EChaosVDBrowseFileModalResponse_Statics::EnumParams = {
|
|
(UObject*(*)())Z_Construct_UPackage__Script_ChaosVD,
|
|
nullptr,
|
|
"EChaosVDBrowseFileModalResponse",
|
|
"EChaosVDBrowseFileModalResponse",
|
|
Z_Construct_UEnum_ChaosVD_EChaosVDBrowseFileModalResponse_Statics::Enumerators,
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_ChaosVD_EChaosVDBrowseFileModalResponse_Statics::Enumerators),
|
|
EEnumFlags::None,
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_ChaosVD_EChaosVDBrowseFileModalResponse_Statics::Enum_MetaDataParams), Z_Construct_UEnum_ChaosVD_EChaosVDBrowseFileModalResponse_Statics::Enum_MetaDataParams)
|
|
};
|
|
UEnum* Z_Construct_UEnum_ChaosVD_EChaosVDBrowseFileModalResponse()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_EChaosVDBrowseFileModalResponse.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EChaosVDBrowseFileModalResponse.InnerSingleton, Z_Construct_UEnum_ChaosVD_EChaosVDBrowseFileModalResponse_Statics::EnumParams);
|
|
}
|
|
return Z_Registration_Info_UEnum_EChaosVDBrowseFileModalResponse.InnerSingleton;
|
|
}
|
|
// ********** End Enum EChaosVDBrowseFileModalResponse *********************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_ChaosVD_Source_ChaosVD_Private_Widgets_SChaosBrowseTraceFileSourceModal_h__Script_ChaosVD_Statics
|
|
{
|
|
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
|
|
{ EChaosVDBrowseFileModalResponse_StaticEnum, TEXT("EChaosVDBrowseFileModalResponse"), &Z_Registration_Info_UEnum_EChaosVDBrowseFileModalResponse, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 1775187437U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_ChaosVD_Source_ChaosVD_Private_Widgets_SChaosBrowseTraceFileSourceModal_h__Script_ChaosVD_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_ChaosVD_Source_ChaosVD_Private_Widgets_SChaosBrowseTraceFileSourceModal_h__Script_ChaosVD_4263150832{
|
|
TEXT("/Script/ChaosVD"),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_ChaosVD_Source_ChaosVD_Private_Widgets_SChaosBrowseTraceFileSourceModal_h__Script_ChaosVD_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_ChaosVD_Source_ChaosVD_Private_Widgets_SChaosBrowseTraceFileSourceModal_h__Script_ChaosVD_Statics::EnumInfo),
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|