414 lines
31 KiB
C++
414 lines
31 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 "TaskSyncManager.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeTaskSyncManager() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
DEVELOPERSETTINGS_API UClass* Z_Construct_UClass_UDeveloperSettings();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UTaskSyncManagerSettings();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UTaskSyncManagerSettings_NoRegister();
|
||
|
|
ENGINE_API UEnum* Z_Construct_UEnum_Engine_ESyncPointActivationRules();
|
||
|
|
ENGINE_API UEnum* Z_Construct_UEnum_Engine_ESyncPointEventType();
|
||
|
|
ENGINE_API UEnum* Z_Construct_UEnum_Engine_ETickingGroup();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FSyncPointDescription();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Enum ESyncPointEventType *******************************************************
|
||
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_ESyncPointEventType;
|
||
|
|
static UEnum* ESyncPointEventType_StaticEnum()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_ESyncPointEventType.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UEnum_ESyncPointEventType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_Engine_ESyncPointEventType, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("ESyncPointEventType"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_ESyncPointEventType.OuterSingleton;
|
||
|
|
}
|
||
|
|
template<> ENGINE_NON_ATTRIBUTED_API UEnum* StaticEnum<UE::Tick::ESyncPointEventType>()
|
||
|
|
{
|
||
|
|
return ESyncPointEventType_StaticEnum();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UEnum_Engine_ESyncPointEventType_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/** The type of event to execute at the sync point */" },
|
||
|
|
{ "GameThreadTask.Comment", "/** A task that executes code on the game thread, can be used for batching */" },
|
||
|
|
{ "GameThreadTask.Name", "ESyncPointEventType::GameThreadTask" },
|
||
|
|
{ "GameThreadTask.ToolTip", "A task that executes code on the game thread, can be used for batching" },
|
||
|
|
{ "GameThreadTask_HighPriority.Comment", "/** High priority game thread task, will run before normal ticks */" },
|
||
|
|
{ "GameThreadTask_HighPriority.Name", "ESyncPointEventType::GameThreadTask_HighPriority" },
|
||
|
|
{ "GameThreadTask_HighPriority.ToolTip", "High priority game thread task, will run before normal ticks" },
|
||
|
|
{ "Invalid.Name", "ESyncPointEventType::Invalid" },
|
||
|
|
{ "ModuleRelativePath", "Public/TaskSyncManager.h" },
|
||
|
|
{ "SimpleEvent.Comment", "/** A simple event that cannot activate any code directly */" },
|
||
|
|
{ "SimpleEvent.Name", "ESyncPointEventType::SimpleEvent" },
|
||
|
|
{ "SimpleEvent.ToolTip", "A simple event that cannot activate any code directly" },
|
||
|
|
{ "ToolTip", "The type of event to execute at the sync point" },
|
||
|
|
{ "WorkerThreadTask.Comment", "/** A task that executes code on a worker thread, can be used for batching */" },
|
||
|
|
{ "WorkerThreadTask.Name", "ESyncPointEventType::WorkerThreadTask" },
|
||
|
|
{ "WorkerThreadTask.ToolTip", "A task that executes code on a worker thread, can be used for batching" },
|
||
|
|
{ "WorkerThreadTask_HighPriority.Comment", "/** A task that executes code on a worker thread, can be used for batching */" },
|
||
|
|
{ "WorkerThreadTask_HighPriority.Name", "ESyncPointEventType::WorkerThreadTask_HighPriority" },
|
||
|
|
{ "WorkerThreadTask_HighPriority.ToolTip", "A task that executes code on a worker thread, can be used for batching" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
||
|
|
{ "ESyncPointEventType::Invalid", (int64)UE::Tick::ESyncPointEventType::Invalid },
|
||
|
|
{ "ESyncPointEventType::SimpleEvent", (int64)UE::Tick::ESyncPointEventType::SimpleEvent },
|
||
|
|
{ "ESyncPointEventType::GameThreadTask", (int64)UE::Tick::ESyncPointEventType::GameThreadTask },
|
||
|
|
{ "ESyncPointEventType::GameThreadTask_HighPriority", (int64)UE::Tick::ESyncPointEventType::GameThreadTask_HighPriority },
|
||
|
|
{ "ESyncPointEventType::WorkerThreadTask", (int64)UE::Tick::ESyncPointEventType::WorkerThreadTask },
|
||
|
|
{ "ESyncPointEventType::WorkerThreadTask_HighPriority", (int64)UE::Tick::ESyncPointEventType::WorkerThreadTask_HighPriority },
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
||
|
|
}; // struct Z_Construct_UEnum_Engine_ESyncPointEventType_Statics
|
||
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_Engine_ESyncPointEventType_Statics::EnumParams = {
|
||
|
|
(UObject*(*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
nullptr,
|
||
|
|
"ESyncPointEventType",
|
||
|
|
"ESyncPointEventType",
|
||
|
|
Z_Construct_UEnum_Engine_ESyncPointEventType_Statics::Enumerators,
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_ESyncPointEventType_Statics::Enumerators),
|
||
|
|
EEnumFlags::None,
|
||
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_ESyncPointEventType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_Engine_ESyncPointEventType_Statics::Enum_MetaDataParams)
|
||
|
|
};
|
||
|
|
UEnum* Z_Construct_UEnum_Engine_ESyncPointEventType()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_ESyncPointEventType.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ESyncPointEventType.InnerSingleton, Z_Construct_UEnum_Engine_ESyncPointEventType_Statics::EnumParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_ESyncPointEventType.InnerSingleton;
|
||
|
|
}
|
||
|
|
// ********** End Enum ESyncPointEventType *********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Enum ESyncPointActivationRules *************************************************
|
||
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_ESyncPointActivationRules;
|
||
|
|
static UEnum* ESyncPointActivationRules_StaticEnum()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_ESyncPointActivationRules.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UEnum_ESyncPointActivationRules.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_Engine_ESyncPointActivationRules, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("ESyncPointActivationRules"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_ESyncPointActivationRules.OuterSingleton;
|
||
|
|
}
|
||
|
|
template<> ENGINE_NON_ATTRIBUTED_API UEnum* StaticEnum<UE::Tick::ESyncPointActivationRules>()
|
||
|
|
{
|
||
|
|
return ESyncPointActivationRules_StaticEnum();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UEnum_Engine_ESyncPointActivationRules_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
||
|
|
{ "ActivateForAnyWork.Comment", "/** Can activate multiple times per frame, whenever there is any requested work to perform */" },
|
||
|
|
{ "ActivateForAnyWork.Name", "ESyncPointActivationRules::ActivateForAnyWork" },
|
||
|
|
{ "ActivateForAnyWork.ToolTip", "Can activate multiple times per frame, whenever there is any requested work to perform" },
|
||
|
|
{ "AlwaysActivate.Comment", "/** Always activate, dispatch during FirstPossibleTickGroup */" },
|
||
|
|
{ "AlwaysActivate.Name", "ESyncPointActivationRules::AlwaysActivate" },
|
||
|
|
{ "AlwaysActivate.ToolTip", "Always activate, dispatch during FirstPossibleTickGroup" },
|
||
|
|
{ "Comment", "/** Rules for when a sync point's task will be activated/dispatched during a frame. Execution will also need to wait on any task dependencies */" },
|
||
|
|
{ "Invalid.Name", "ESyncPointActivationRules::Invalid" },
|
||
|
|
{ "ModuleRelativePath", "Public/TaskSyncManager.h" },
|
||
|
|
{ "ToolTip", "Rules for when a sync point's task will be activated/dispatched during a frame. Execution will also need to wait on any task dependencies" },
|
||
|
|
{ "WaitForAllWork.Comment", "/** Trigger once when there is any requested work and no reserved work */" },
|
||
|
|
{ "WaitForAllWork.Name", "ESyncPointActivationRules::WaitForAllWork" },
|
||
|
|
{ "WaitForAllWork.ToolTip", "Trigger once when there is any requested work and no reserved work" },
|
||
|
|
{ "WaitForTrigger.Comment", "/** Triggered once manually with TriggerSyncPoint, or as a backup from LastPossibleTickGroup */" },
|
||
|
|
{ "WaitForTrigger.Name", "ESyncPointActivationRules::WaitForTrigger" },
|
||
|
|
{ "WaitForTrigger.ToolTip", "Triggered once manually with TriggerSyncPoint, or as a backup from LastPossibleTickGroup" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
||
|
|
{ "ESyncPointActivationRules::Invalid", (int64)UE::Tick::ESyncPointActivationRules::Invalid },
|
||
|
|
{ "ESyncPointActivationRules::AlwaysActivate", (int64)UE::Tick::ESyncPointActivationRules::AlwaysActivate },
|
||
|
|
{ "ESyncPointActivationRules::WaitForTrigger", (int64)UE::Tick::ESyncPointActivationRules::WaitForTrigger },
|
||
|
|
{ "ESyncPointActivationRules::WaitForAllWork", (int64)UE::Tick::ESyncPointActivationRules::WaitForAllWork },
|
||
|
|
{ "ESyncPointActivationRules::ActivateForAnyWork", (int64)UE::Tick::ESyncPointActivationRules::ActivateForAnyWork },
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
||
|
|
}; // struct Z_Construct_UEnum_Engine_ESyncPointActivationRules_Statics
|
||
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_Engine_ESyncPointActivationRules_Statics::EnumParams = {
|
||
|
|
(UObject*(*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
nullptr,
|
||
|
|
"ESyncPointActivationRules",
|
||
|
|
"ESyncPointActivationRules",
|
||
|
|
Z_Construct_UEnum_Engine_ESyncPointActivationRules_Statics::Enumerators,
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_ESyncPointActivationRules_Statics::Enumerators),
|
||
|
|
EEnumFlags::None,
|
||
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_ESyncPointActivationRules_Statics::Enum_MetaDataParams), Z_Construct_UEnum_Engine_ESyncPointActivationRules_Statics::Enum_MetaDataParams)
|
||
|
|
};
|
||
|
|
UEnum* Z_Construct_UEnum_Engine_ESyncPointActivationRules()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_ESyncPointActivationRules.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ESyncPointActivationRules.InnerSingleton, Z_Construct_UEnum_Engine_ESyncPointActivationRules_Statics::EnumParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_ESyncPointActivationRules.InnerSingleton;
|
||
|
|
}
|
||
|
|
// ********** End Enum ESyncPointActivationRules ***************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FSyncPointDescription *********************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FSyncPointDescription_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(UE::Tick::FSyncPointDescription); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(UE::Tick::FSyncPointDescription); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n * Description of a registered sync event that will happen once per frame according to specific rules\n */" },
|
||
|
|
{ "ModuleRelativePath", "Public/TaskSyncManager.h" },
|
||
|
|
{ "ToolTip", "Description of a registered sync event that will happen once per frame according to specific rules" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RegisteredName_MetaData[] = {
|
||
|
|
{ "Category", "Task" },
|
||
|
|
{ "Comment", "/** Name of the sync point that will be used for lookup */" },
|
||
|
|
{ "ModuleRelativePath", "Public/TaskSyncManager.h" },
|
||
|
|
{ "ToolTip", "Name of the sync point that will be used for lookup" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EventType_MetaData[] = {
|
||
|
|
{ "Category", "Task" },
|
||
|
|
{ "Comment", "/** The kind of task async task that is used to implement this sync point */" },
|
||
|
|
{ "ModuleRelativePath", "Public/TaskSyncManager.h" },
|
||
|
|
{ "ToolTip", "The kind of task async task that is used to implement this sync point" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ActivationRules_MetaData[] = {
|
||
|
|
{ "Category", "Task" },
|
||
|
|
{ "Comment", "/** Rules for when and how a sync point can be activated */" },
|
||
|
|
{ "ModuleRelativePath", "Public/TaskSyncManager.h" },
|
||
|
|
{ "ToolTip", "Rules for when and how a sync point can be activated" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FirstPossibleTickGroup_MetaData[] = {
|
||
|
|
{ "Category", "Task" },
|
||
|
|
{ "Comment", "/** The first tick group this could be triggered during */" },
|
||
|
|
{ "ModuleRelativePath", "Public/TaskSyncManager.h" },
|
||
|
|
{ "ToolTip", "The first tick group this could be triggered during" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LastPossibleTickGroup_MetaData[] = {
|
||
|
|
{ "Category", "Task" },
|
||
|
|
{ "Comment", "/** The last possible tick group this will be triggered during, and when it will be forcibly triggered as a backup */" },
|
||
|
|
{ "ModuleRelativePath", "Public/TaskSyncManager.h" },
|
||
|
|
{ "ToolTip", "The last possible tick group this will be triggered during, and when it will be forcibly triggered as a backup" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PrerequisiteSyncGroups_MetaData[] = {
|
||
|
|
{ "Category", "Task" },
|
||
|
|
{ "Comment", "/** Array of other sync groups that this will tick after. To match the normal tick behavior these will be ignored if thee sync point is not active */" },
|
||
|
|
{ "ModuleRelativePath", "Public/TaskSyncManager.h" },
|
||
|
|
{ "ToolTip", "Array of other sync groups that this will tick after. To match the normal tick behavior these will be ignored if thee sync point is not active" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FSyncPointDescription constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_RegisteredName;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_EventType_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_EventType;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ActivationRules_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_ActivationRules;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_FirstPossibleTickGroup;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_LastPossibleTickGroup;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_PrerequisiteSyncGroups_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_PrerequisiteSyncGroups;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FSyncPointDescription constinit property declarations ***************
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<UE::Tick::FSyncPointDescription>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FSyncPointDescription_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FSyncPointDescription;
|
||
|
|
class UScriptStruct* UE::Tick::FSyncPointDescription::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FSyncPointDescription.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FSyncPointDescription.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FSyncPointDescription, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("SyncPointDescription"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FSyncPointDescription.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FSyncPointDescription Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FSyncPointDescription_Statics::NewProp_RegisteredName = { "RegisteredName", nullptr, (EPropertyFlags)0x0010000000010001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UE::Tick::FSyncPointDescription, RegisteredName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RegisteredName_MetaData), NewProp_RegisteredName_MetaData) };
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FSyncPointDescription_Statics::NewProp_EventType_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FSyncPointDescription_Statics::NewProp_EventType = { "EventType", nullptr, (EPropertyFlags)0x0010000000010001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UE::Tick::FSyncPointDescription, EventType), Z_Construct_UEnum_Engine_ESyncPointEventType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EventType_MetaData), NewProp_EventType_MetaData) }; // 1152815284
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FSyncPointDescription_Statics::NewProp_ActivationRules_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FSyncPointDescription_Statics::NewProp_ActivationRules = { "ActivationRules", nullptr, (EPropertyFlags)0x0010000000010001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UE::Tick::FSyncPointDescription, ActivationRules), Z_Construct_UEnum_Engine_ESyncPointActivationRules, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ActivationRules_MetaData), NewProp_ActivationRules_MetaData) }; // 4034047405
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FSyncPointDescription_Statics::NewProp_FirstPossibleTickGroup = { "FirstPossibleTickGroup", nullptr, (EPropertyFlags)0x0010000000010001, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UE::Tick::FSyncPointDescription, FirstPossibleTickGroup), Z_Construct_UEnum_Engine_ETickingGroup, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FirstPossibleTickGroup_MetaData), NewProp_FirstPossibleTickGroup_MetaData) }; // 3038023711
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FSyncPointDescription_Statics::NewProp_LastPossibleTickGroup = { "LastPossibleTickGroup", nullptr, (EPropertyFlags)0x0010000000010001, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UE::Tick::FSyncPointDescription, LastPossibleTickGroup), Z_Construct_UEnum_Engine_ETickingGroup, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LastPossibleTickGroup_MetaData), NewProp_LastPossibleTickGroup_MetaData) }; // 3038023711
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FSyncPointDescription_Statics::NewProp_PrerequisiteSyncGroups_Inner = { "PrerequisiteSyncGroups", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FSyncPointDescription_Statics::NewProp_PrerequisiteSyncGroups = { "PrerequisiteSyncGroups", nullptr, (EPropertyFlags)0x0010000000010001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UE::Tick::FSyncPointDescription, PrerequisiteSyncGroups), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PrerequisiteSyncGroups_MetaData), NewProp_PrerequisiteSyncGroups_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FSyncPointDescription_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSyncPointDescription_Statics::NewProp_RegisteredName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSyncPointDescription_Statics::NewProp_EventType_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSyncPointDescription_Statics::NewProp_EventType,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSyncPointDescription_Statics::NewProp_ActivationRules_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSyncPointDescription_Statics::NewProp_ActivationRules,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSyncPointDescription_Statics::NewProp_FirstPossibleTickGroup,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSyncPointDescription_Statics::NewProp_LastPossibleTickGroup,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSyncPointDescription_Statics::NewProp_PrerequisiteSyncGroups_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSyncPointDescription_Statics::NewProp_PrerequisiteSyncGroups,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSyncPointDescription_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FSyncPointDescription Property Definitions **************************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FSyncPointDescription_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"SyncPointDescription",
|
||
|
|
Z_Construct_UScriptStruct_FSyncPointDescription_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSyncPointDescription_Statics::PropPointers),
|
||
|
|
sizeof(UE::Tick::FSyncPointDescription),
|
||
|
|
alignof(UE::Tick::FSyncPointDescription),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSyncPointDescription_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FSyncPointDescription_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FSyncPointDescription()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FSyncPointDescription.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FSyncPointDescription.InnerSingleton, Z_Construct_UScriptStruct_FSyncPointDescription_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FSyncPointDescription.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FSyncPointDescription ***********************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UTaskSyncManagerSettings *************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UTaskSyncManagerSettings;
|
||
|
|
UClass* UE::Tick::UTaskSyncManagerSettings::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UE::Tick::UTaskSyncManagerSettings;
|
||
|
|
if (!Z_Registration_Info_UClass_UTaskSyncManagerSettings.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("TaskSyncManagerSettings"),
|
||
|
|
Z_Registration_Info_UClass_UTaskSyncManagerSettings.InnerSingleton,
|
||
|
|
StaticRegisterNativesUTaskSyncManagerSettings,
|
||
|
|
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_UTaskSyncManagerSettings.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UTaskSyncManagerSettings_NoRegister()
|
||
|
|
{
|
||
|
|
return UE::Tick::UTaskSyncManagerSettings::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UTaskSyncManagerSettings_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/** Settings for synchronizing tasks and ticking across the engine */" },
|
||
|
|
{ "DisplayName", "Task Synchronization" },
|
||
|
|
{ "IncludePath", "TaskSyncManager.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/TaskSyncManager.h" },
|
||
|
|
{ "ToolTip", "Settings for synchronizing tasks and ticking across the engine" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RegisteredSyncPoints_MetaData[] = {
|
||
|
|
{ "Category", "Task Synchronization" },
|
||
|
|
{ "Comment", "/** List of all registered task events */" },
|
||
|
|
{ "ModuleRelativePath", "Public/TaskSyncManager.h" },
|
||
|
|
{ "ToolTip", "List of all registered task events" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UTaskSyncManagerSettings constinit property declarations *****************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_RegisteredSyncPoints_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_RegisteredSyncPoints;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UTaskSyncManagerSettings constinit property declarations *******************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UE::Tick::UTaskSyncManagerSettings>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UTaskSyncManagerSettings_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UTaskSyncManagerSettings Property Definitions ****************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UTaskSyncManagerSettings_Statics::NewProp_RegisteredSyncPoints_Inner = { "RegisteredSyncPoints", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FSyncPointDescription, METADATA_PARAMS(0, nullptr) }; // 4148337826
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UTaskSyncManagerSettings_Statics::NewProp_RegisteredSyncPoints = { "RegisteredSyncPoints", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UE::Tick::UTaskSyncManagerSettings, RegisteredSyncPoints), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RegisteredSyncPoints_MetaData), NewProp_RegisteredSyncPoints_MetaData) }; // 4148337826
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UTaskSyncManagerSettings_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UTaskSyncManagerSettings_Statics::NewProp_RegisteredSyncPoints_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UTaskSyncManagerSettings_Statics::NewProp_RegisteredSyncPoints,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UTaskSyncManagerSettings_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UTaskSyncManagerSettings Property Definitions ******************************
|
||
|
|
UObject* (*const Z_Construct_UClass_UTaskSyncManagerSettings_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UDeveloperSettings,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UTaskSyncManagerSettings_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UTaskSyncManagerSettings_Statics::ClassParams = {
|
||
|
|
&UE::Tick::UTaskSyncManagerSettings::StaticClass,
|
||
|
|
"Engine",
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_UTaskSyncManagerSettings_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UTaskSyncManagerSettings_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x000800A6u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UTaskSyncManagerSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UTaskSyncManagerSettings_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UE::Tick::UTaskSyncManagerSettings::StaticRegisterNativesUTaskSyncManagerSettings()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UTaskSyncManagerSettings()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UTaskSyncManagerSettings.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UTaskSyncManagerSettings.OuterSingleton, Z_Construct_UClass_UTaskSyncManagerSettings_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UTaskSyncManagerSettings.OuterSingleton;
|
||
|
|
}
|
||
|
|
UE::Tick::UTaskSyncManagerSettings::UTaskSyncManagerSettings(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(UE::Tick::, UTaskSyncManagerSettings);
|
||
|
|
UE::Tick::UTaskSyncManagerSettings::~UTaskSyncManagerSettings() {}
|
||
|
|
// ********** End Class UTaskSyncManagerSettings ***************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_TaskSyncManager_h__Script_Engine_Statics
|
||
|
|
{
|
||
|
|
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
|
||
|
|
{ ESyncPointEventType_StaticEnum, TEXT("ESyncPointEventType"), &Z_Registration_Info_UEnum_ESyncPointEventType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 1152815284U) },
|
||
|
|
{ ESyncPointActivationRules_StaticEnum, TEXT("ESyncPointActivationRules"), &Z_Registration_Info_UEnum_ESyncPointActivationRules, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 4034047405U) },
|
||
|
|
};
|
||
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
||
|
|
{ UE::Tick::FSyncPointDescription::StaticStruct, Z_Construct_UScriptStruct_FSyncPointDescription_Statics::NewStructOps, TEXT("SyncPointDescription"),&Z_Registration_Info_UScriptStruct_FSyncPointDescription, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(UE::Tick::FSyncPointDescription), 4148337826U) },
|
||
|
|
};
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UTaskSyncManagerSettings, UE::Tick::UTaskSyncManagerSettings::StaticClass, TEXT("UTaskSyncManagerSettings"), &Z_Registration_Info_UClass_UTaskSyncManagerSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UE::Tick::UTaskSyncManagerSettings), 3782050601U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_TaskSyncManager_h__Script_Engine_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_TaskSyncManager_h__Script_Engine_2421671787{
|
||
|
|
TEXT("/Script/Engine"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_TaskSyncManager_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_TaskSyncManager_h__Script_Engine_Statics::ClassInfo),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_TaskSyncManager_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_TaskSyncManager_h__Script_Engine_Statics::ScriptStructInfo),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_TaskSyncManager_h__Script_Engine_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_TaskSyncManager_h__Script_Engine_Statics::EnumInfo),
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|