Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/DataflowEngine/UHT/DataflowPreview.gen.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

189 lines
16 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/DataflowPreview.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDataflowPreview() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector2f();
DATAFLOWENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowPreviewCacheParams();
UPackage* Z_Construct_UPackage__Script_DataflowEngine();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FDataflowPreviewCacheParams ***************************************
struct Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FDataflowPreviewCacheParams); }
static inline consteval int16 GetStructAlignment() { return alignof(FDataflowPreviewCacheParams); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/Dataflow/DataflowPreview.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FrameRate_MetaData[] = {
{ "Category", "Caching" },
{ "Comment", "/** Number of sampling frames per second for caching*/" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowPreview.h" },
{ "ToolTip", "Number of sampling frames per second for caching" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SubframeRate_MetaData[] = {
{ "Category", "Caching" },
{ "ClampMin", "1" },
{ "Comment", "/** Number of subframes per frame for timeline clamping*/" },
{ "EditCondition", "bCanEditSubframeRate" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowPreview.h" },
{ "ToolTip", "Number of subframes per frame for timeline clamping" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCanEditSubframeRate_MetaData[] = {
{ "Category", "Caching" },
{ "InlineEditConditionToggle", "" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowPreview.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TimeRange_MetaData[] = {
{ "Category", "Caching" },
{ "Comment", "/** Time range of the simulation*/" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowPreview.h" },
{ "ToolTip", "Time range of the simulation" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bRestartSimulation_MetaData[] = {
{ "Category", "Caching" },
{ "Comment", "/** If enabled, the simulation will restart on Time Range without modifying anything outside of Time Range */" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowPreview.h" },
{ "ToolTip", "If enabled, the simulation will restart on Time Range without modifying anything outside of Time Range" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RestartTimeRange_MetaData[] = {
{ "Category", "Caching" },
{ "Comment", "/** Time range of the restarted simulation*/" },
{ "EditCondition", "bRestartSimulation" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowPreview.h" },
{ "ToolTip", "Time range of the restarted simulation" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bEnableAsyncCaching_MetaData[] = {
{ "Comment", "/** Control whether the async caching feature is available or not */" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowPreview.h" },
{ "ToolTip", "Control whether the async caching feature is available or not" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAsyncCaching_MetaData[] = {
{ "Category", "Caching" },
{ "Comment", "/** \n\x09* When enabled runs the caching proces on an async thread (allowing the UI to remain responsive)\n\x09* This option will be disabled if the asset associated with the graph does not support asynchronous caching \n\x09*/" },
{ "EditCondition", "bEnableAsyncCaching" },
{ "HideEditConditionToggle", "" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowPreview.h" },
{ "ToolTip", "When enabled runs the caching proces on an async thread (allowing the UI to remain responsive)\nThis option will be disabled if the asset associated with the graph does not support asynchronous caching" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FDataflowPreviewCacheParams constinit property declarations *******
static const UECodeGen_Private::FIntPropertyParams NewProp_FrameRate;
static const UECodeGen_Private::FIntPropertyParams NewProp_SubframeRate;
static void NewProp_bCanEditSubframeRate_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bCanEditSubframeRate;
static const UECodeGen_Private::FStructPropertyParams NewProp_TimeRange;
static void NewProp_bRestartSimulation_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bRestartSimulation;
static const UECodeGen_Private::FStructPropertyParams NewProp_RestartTimeRange;
static void NewProp_bEnableAsyncCaching_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnableAsyncCaching;
static void NewProp_bAsyncCaching_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAsyncCaching;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FDataflowPreviewCacheParams constinit property declarations *********
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FDataflowPreviewCacheParams>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDataflowPreviewCacheParams;
class UScriptStruct* FDataflowPreviewCacheParams::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FDataflowPreviewCacheParams.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FDataflowPreviewCacheParams.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDataflowPreviewCacheParams, (UObject*)Z_Construct_UPackage__Script_DataflowEngine(), TEXT("DataflowPreviewCacheParams"));
}
return Z_Registration_Info_UScriptStruct_FDataflowPreviewCacheParams.OuterSingleton;
}
// ********** Begin ScriptStruct FDataflowPreviewCacheParams Property Definitions ******************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::NewProp_FrameRate = { "FrameRate", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowPreviewCacheParams, FrameRate), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FrameRate_MetaData), NewProp_FrameRate_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::NewProp_SubframeRate = { "SubframeRate", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowPreviewCacheParams, SubframeRate), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SubframeRate_MetaData), NewProp_SubframeRate_MetaData) };
void Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::NewProp_bCanEditSubframeRate_SetBit(void* Obj)
{
((FDataflowPreviewCacheParams*)Obj)->bCanEditSubframeRate = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::NewProp_bCanEditSubframeRate = { "bCanEditSubframeRate", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FDataflowPreviewCacheParams), &Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::NewProp_bCanEditSubframeRate_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCanEditSubframeRate_MetaData), NewProp_bCanEditSubframeRate_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::NewProp_TimeRange = { "TimeRange", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowPreviewCacheParams, TimeRange), Z_Construct_UScriptStruct_FVector2f, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TimeRange_MetaData), NewProp_TimeRange_MetaData) };
void Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::NewProp_bRestartSimulation_SetBit(void* Obj)
{
((FDataflowPreviewCacheParams*)Obj)->bRestartSimulation = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::NewProp_bRestartSimulation = { "bRestartSimulation", nullptr, (EPropertyFlags)0x0010040000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FDataflowPreviewCacheParams), &Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::NewProp_bRestartSimulation_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bRestartSimulation_MetaData), NewProp_bRestartSimulation_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::NewProp_RestartTimeRange = { "RestartTimeRange", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowPreviewCacheParams, RestartTimeRange), Z_Construct_UScriptStruct_FVector2f, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RestartTimeRange_MetaData), NewProp_RestartTimeRange_MetaData) };
void Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::NewProp_bEnableAsyncCaching_SetBit(void* Obj)
{
((FDataflowPreviewCacheParams*)Obj)->bEnableAsyncCaching = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::NewProp_bEnableAsyncCaching = { "bEnableAsyncCaching", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FDataflowPreviewCacheParams), &Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::NewProp_bEnableAsyncCaching_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bEnableAsyncCaching_MetaData), NewProp_bEnableAsyncCaching_MetaData) };
void Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::NewProp_bAsyncCaching_SetBit(void* Obj)
{
((FDataflowPreviewCacheParams*)Obj)->bAsyncCaching = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::NewProp_bAsyncCaching = { "bAsyncCaching", nullptr, (EPropertyFlags)0x0010040000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FDataflowPreviewCacheParams), &Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::NewProp_bAsyncCaching_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAsyncCaching_MetaData), NewProp_bAsyncCaching_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::NewProp_FrameRate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::NewProp_SubframeRate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::NewProp_bCanEditSubframeRate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::NewProp_TimeRange,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::NewProp_bRestartSimulation,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::NewProp_RestartTimeRange,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::NewProp_bEnableAsyncCaching,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::NewProp_bAsyncCaching,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FDataflowPreviewCacheParams Property Definitions ********************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEngine,
nullptr,
&NewStructOps,
"DataflowPreviewCacheParams",
Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::PropPointers),
sizeof(FDataflowPreviewCacheParams),
alignof(FDataflowPreviewCacheParams),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FDataflowPreviewCacheParams()
{
if (!Z_Registration_Info_UScriptStruct_FDataflowPreviewCacheParams.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDataflowPreviewCacheParams.InnerSingleton, Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FDataflowPreviewCacheParams.InnerSingleton);
}
// ********** End ScriptStruct FDataflowPreviewCacheParams *****************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowPreview_h__Script_DataflowEngine_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FDataflowPreviewCacheParams::StaticStruct, Z_Construct_UScriptStruct_FDataflowPreviewCacheParams_Statics::NewStructOps, TEXT("DataflowPreviewCacheParams"),&Z_Registration_Info_UScriptStruct_FDataflowPreviewCacheParams, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDataflowPreviewCacheParams), 1093399760U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowPreview_h__Script_DataflowEngine_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowPreview_h__Script_DataflowEngine_2113846490{
TEXT("/Script/DataflowEngine"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowPreview_h__Script_DataflowEngine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowPreview_h__Script_DataflowEngine_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS