Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/MovieScene/UHT/MovieSceneObjectPathChannel.gen.cpp

218 lines
19 KiB
C++
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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 "Channels/MovieSceneObjectPathChannel.h"
#include "Channels/MovieSceneChannelData.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMovieSceneObjectPathChannel() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FFrameNumber();
MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneChannel();
MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneKeyHandleMap();
MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneObjectPathChannel();
MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneObjectPathChannelKeyValue();
UPackage* Z_Construct_UPackage__Script_MovieScene();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FMovieSceneObjectPathChannelKeyValue ******************************
struct Z_Construct_UScriptStruct_FMovieSceneObjectPathChannelKeyValue_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMovieSceneObjectPathChannelKeyValue); }
static inline consteval int16 GetStructAlignment() { return alignof(FMovieSceneObjectPathChannelKeyValue); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/**\n * Key value type for object path channels that stores references to objects as both a hard and soft reference, to ensure compatability with both sub objects and async loading\n */" },
{ "ModuleRelativePath", "Public/Channels/MovieSceneObjectPathChannel.h" },
{ "ToolTip", "Key value type for object path channels that stores references to objects as both a hard and soft reference, to ensure compatability with both sub objects and async loading" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SoftPtr_MetaData[] = {
{ "Comment", "/** Persistent storage of the object by path (which allows us to support cross-level actor references, for instance) */" },
{ "ModuleRelativePath", "Public/Channels/MovieSceneObjectPathChannel.h" },
{ "ToolTip", "Persistent storage of the object by path (which allows us to support cross-level actor references, for instance)" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HardPtr_MetaData[] = {
{ "Comment", "/** Hard reference to the loaded object - relevant for any asset type which also hints the async loader to efficiently load the asset in advance */" },
{ "ModuleRelativePath", "Public/Channels/MovieSceneObjectPathChannel.h" },
{ "ToolTip", "Hard reference to the loaded object - relevant for any asset type which also hints the async loader to efficiently load the asset in advance" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMovieSceneObjectPathChannelKeyValue constinit property declarations
static const UECodeGen_Private::FSoftObjectPropertyParams NewProp_SoftPtr;
static const UECodeGen_Private::FObjectPropertyParams NewProp_HardPtr;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMovieSceneObjectPathChannelKeyValue constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMovieSceneObjectPathChannelKeyValue>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMovieSceneObjectPathChannelKeyValue_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMovieSceneObjectPathChannelKeyValue;
class UScriptStruct* FMovieSceneObjectPathChannelKeyValue::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneObjectPathChannelKeyValue.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMovieSceneObjectPathChannelKeyValue.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMovieSceneObjectPathChannelKeyValue, (UObject*)Z_Construct_UPackage__Script_MovieScene(), TEXT("MovieSceneObjectPathChannelKeyValue"));
}
return Z_Registration_Info_UScriptStruct_FMovieSceneObjectPathChannelKeyValue.OuterSingleton;
}
// ********** Begin ScriptStruct FMovieSceneObjectPathChannelKeyValue Property Definitions *********
const UECodeGen_Private::FSoftObjectPropertyParams Z_Construct_UScriptStruct_FMovieSceneObjectPathChannelKeyValue_Statics::NewProp_SoftPtr = { "SoftPtr", nullptr, (EPropertyFlags)0x0044000000000000, UECodeGen_Private::EPropertyGenFlags::SoftObject, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneObjectPathChannelKeyValue, SoftPtr), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SoftPtr_MetaData), NewProp_SoftPtr_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FMovieSceneObjectPathChannelKeyValue_Statics::NewProp_HardPtr = { "HardPtr", nullptr, (EPropertyFlags)0x0144000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneObjectPathChannelKeyValue, HardPtr), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HardPtr_MetaData), NewProp_HardPtr_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMovieSceneObjectPathChannelKeyValue_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneObjectPathChannelKeyValue_Statics::NewProp_SoftPtr,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneObjectPathChannelKeyValue_Statics::NewProp_HardPtr,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneObjectPathChannelKeyValue_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMovieSceneObjectPathChannelKeyValue Property Definitions ***********
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMovieSceneObjectPathChannelKeyValue_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_MovieScene,
nullptr,
&NewStructOps,
"MovieSceneObjectPathChannelKeyValue",
Z_Construct_UScriptStruct_FMovieSceneObjectPathChannelKeyValue_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneObjectPathChannelKeyValue_Statics::PropPointers),
sizeof(FMovieSceneObjectPathChannelKeyValue),
alignof(FMovieSceneObjectPathChannelKeyValue),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneObjectPathChannelKeyValue_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMovieSceneObjectPathChannelKeyValue_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneObjectPathChannelKeyValue()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneObjectPathChannelKeyValue.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMovieSceneObjectPathChannelKeyValue.InnerSingleton, Z_Construct_UScriptStruct_FMovieSceneObjectPathChannelKeyValue_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMovieSceneObjectPathChannelKeyValue.InnerSingleton);
}
// ********** End ScriptStruct FMovieSceneObjectPathChannelKeyValue ********************************
// ********** Begin ScriptStruct FMovieSceneObjectPathChannel **************************************
struct Z_Construct_UScriptStruct_FMovieSceneObjectPathChannel_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMovieSceneObjectPathChannel); }
static inline consteval int16 GetStructAlignment() { return alignof(FMovieSceneObjectPathChannel); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/Channels/MovieSceneObjectPathChannel.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PropertyClass_MetaData[] = {
{ "ModuleRelativePath", "Public/Channels/MovieSceneObjectPathChannel.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Times_MetaData[] = {
{ "KeyTimes", "" },
{ "ModuleRelativePath", "Public/Channels/MovieSceneObjectPathChannel.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Values_MetaData[] = {
{ "KeyValues", "" },
{ "ModuleRelativePath", "Public/Channels/MovieSceneObjectPathChannel.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultValue_MetaData[] = {
{ "ModuleRelativePath", "Public/Channels/MovieSceneObjectPathChannel.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_KeyHandles_MetaData[] = {
{ "Comment", "/** This needs to be a UPROPERTY so it gets saved into editor transactions but transient so it doesn't get saved into assets. */" },
{ "ModuleRelativePath", "Public/Channels/MovieSceneObjectPathChannel.h" },
{ "ToolTip", "This needs to be a UPROPERTY so it gets saved into editor transactions but transient so it doesn't get saved into assets." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMovieSceneObjectPathChannel constinit property declarations ******
static const UECodeGen_Private::FClassPropertyParams NewProp_PropertyClass;
static const UECodeGen_Private::FStructPropertyParams NewProp_Times_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_Times;
static const UECodeGen_Private::FStructPropertyParams NewProp_Values_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_Values;
static const UECodeGen_Private::FStructPropertyParams NewProp_DefaultValue;
static const UECodeGen_Private::FStructPropertyParams NewProp_KeyHandles;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMovieSceneObjectPathChannel constinit property declarations ********
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMovieSceneObjectPathChannel>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMovieSceneObjectPathChannel_Statics
static_assert(std::is_polymorphic<FMovieSceneObjectPathChannel>() == std::is_polymorphic<FMovieSceneChannel>(), "USTRUCT FMovieSceneObjectPathChannel cannot be polymorphic unless super FMovieSceneChannel is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMovieSceneObjectPathChannel;
class UScriptStruct* FMovieSceneObjectPathChannel::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneObjectPathChannel.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMovieSceneObjectPathChannel.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMovieSceneObjectPathChannel, (UObject*)Z_Construct_UPackage__Script_MovieScene(), TEXT("MovieSceneObjectPathChannel"));
}
return Z_Registration_Info_UScriptStruct_FMovieSceneObjectPathChannel.OuterSingleton;
}
// ********** Begin ScriptStruct FMovieSceneObjectPathChannel Property Definitions *****************
const UECodeGen_Private::FClassPropertyParams Z_Construct_UScriptStruct_FMovieSceneObjectPathChannel_Statics::NewProp_PropertyClass = { "PropertyClass", nullptr, (EPropertyFlags)0x0144000000000000, UECodeGen_Private::EPropertyGenFlags::Class | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneObjectPathChannel, PropertyClass), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PropertyClass_MetaData), NewProp_PropertyClass_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMovieSceneObjectPathChannel_Statics::NewProp_Times_Inner = { "Times", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FFrameNumber, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FMovieSceneObjectPathChannel_Statics::NewProp_Times = { "Times", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneObjectPathChannel, Times), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Times_MetaData), NewProp_Times_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMovieSceneObjectPathChannel_Statics::NewProp_Values_Inner = { "Values", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FMovieSceneObjectPathChannelKeyValue, METADATA_PARAMS(0, nullptr) }; // 3620126983
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FMovieSceneObjectPathChannel_Statics::NewProp_Values = { "Values", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneObjectPathChannel, Values), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Values_MetaData), NewProp_Values_MetaData) }; // 3620126983
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMovieSceneObjectPathChannel_Statics::NewProp_DefaultValue = { "DefaultValue", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneObjectPathChannel, DefaultValue), Z_Construct_UScriptStruct_FMovieSceneObjectPathChannelKeyValue, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultValue_MetaData), NewProp_DefaultValue_MetaData) }; // 3620126983
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMovieSceneObjectPathChannel_Statics::NewProp_KeyHandles = { "KeyHandles", nullptr, (EPropertyFlags)0x0040000000002000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneObjectPathChannel, KeyHandles), Z_Construct_UScriptStruct_FMovieSceneKeyHandleMap, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_KeyHandles_MetaData), NewProp_KeyHandles_MetaData) }; // 4099657400
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMovieSceneObjectPathChannel_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneObjectPathChannel_Statics::NewProp_PropertyClass,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneObjectPathChannel_Statics::NewProp_Times_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneObjectPathChannel_Statics::NewProp_Times,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneObjectPathChannel_Statics::NewProp_Values_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneObjectPathChannel_Statics::NewProp_Values,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneObjectPathChannel_Statics::NewProp_DefaultValue,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneObjectPathChannel_Statics::NewProp_KeyHandles,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneObjectPathChannel_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMovieSceneObjectPathChannel Property Definitions *******************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMovieSceneObjectPathChannel_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_MovieScene,
Z_Construct_UScriptStruct_FMovieSceneChannel,
&NewStructOps,
"MovieSceneObjectPathChannel",
Z_Construct_UScriptStruct_FMovieSceneObjectPathChannel_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneObjectPathChannel_Statics::PropPointers),
sizeof(FMovieSceneObjectPathChannel),
alignof(FMovieSceneObjectPathChannel),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneObjectPathChannel_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMovieSceneObjectPathChannel_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneObjectPathChannel()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneObjectPathChannel.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMovieSceneObjectPathChannel.InnerSingleton, Z_Construct_UScriptStruct_FMovieSceneObjectPathChannel_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMovieSceneObjectPathChannel.InnerSingleton);
}
// ********** End ScriptStruct FMovieSceneObjectPathChannel ****************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieScene_Public_Channels_MovieSceneObjectPathChannel_h__Script_MovieScene_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FMovieSceneObjectPathChannelKeyValue::StaticStruct, Z_Construct_UScriptStruct_FMovieSceneObjectPathChannelKeyValue_Statics::NewStructOps, TEXT("MovieSceneObjectPathChannelKeyValue"),&Z_Registration_Info_UScriptStruct_FMovieSceneObjectPathChannelKeyValue, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMovieSceneObjectPathChannelKeyValue), 3620126983U) },
{ FMovieSceneObjectPathChannel::StaticStruct, Z_Construct_UScriptStruct_FMovieSceneObjectPathChannel_Statics::NewStructOps, TEXT("MovieSceneObjectPathChannel"),&Z_Registration_Info_UScriptStruct_FMovieSceneObjectPathChannel, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMovieSceneObjectPathChannel), 3971588344U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieScene_Public_Channels_MovieSceneObjectPathChannel_h__Script_MovieScene_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieScene_Public_Channels_MovieSceneObjectPathChannel_h__Script_MovieScene_1340516533{
TEXT("/Script/MovieScene"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieScene_Public_Channels_MovieSceneObjectPathChannel_h__Script_MovieScene_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieScene_Public_Channels_MovieSceneObjectPathChannel_h__Script_MovieScene_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS