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

250 lines
17 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 "RigVMFunctions/Animation/RigVMFunction_TimeConversion.h"
#include "RigVMCore/RigVMFunction.h"
#include "RigVMCore/RigVMRegistry.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeRigVMFunction_TimeConversion() {}
// ********** Begin Cross Module References ********************************************************
RIGVM_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_AnimBase();
RIGVM_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_FramesToSeconds();
RIGVM_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_SecondsToFrames();
UPackage* Z_Construct_UPackage__Script_RigVM();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FRigVMFunction_FramesToSeconds ************************************
struct Z_Construct_UScriptStruct_FRigVMFunction_FramesToSeconds_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FRigVMFunction_FramesToSeconds); }
static inline consteval int16 GetStructAlignment() { return alignof(FRigVMFunction_FramesToSeconds); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/**\n * Converts frames to seconds based on the current frame rate\n */" },
{ "DisplayName", "Frames to Seconds" },
{ "ModuleRelativePath", "Public/RigVMFunctions/Animation/RigVMFunction_TimeConversion.h" },
{ "ToolTip", "Converts frames to seconds based on the current frame rate" },
{ "Varying", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Frames_MetaData[] = {
{ "Category", "Pins" },
{ "Input", "" },
{ "ModuleRelativePath", "Public/RigVMFunctions/Animation/RigVMFunction_TimeConversion.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Seconds_MetaData[] = {
{ "Category", "Pins" },
{ "ModuleRelativePath", "Public/RigVMFunctions/Animation/RigVMFunction_TimeConversion.h" },
{ "Output", "" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FRigVMFunction_FramesToSeconds constinit property declarations ****
static const UECodeGen_Private::FFloatPropertyParams NewProp_Frames;
static const UECodeGen_Private::FFloatPropertyParams NewProp_Seconds;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FRigVMFunction_FramesToSeconds constinit property declarations ******
static inline constexpr FRigVMCompiledInFunctionArgument RigVMFunctionParameters_Execute[] = {
{ .Name = TEXT("Frames"), .Type = TEXT("float"), .Direction = ERigVMFunctionArgumentDirection::Input },
{ .Name = TEXT("Seconds"), .Type = TEXT("float"), .Direction = ERigVMFunctionArgumentDirection::Input },
};
static inline constexpr FRigVMCompiledInFunction RigVMFunctions[] = {
{ .MethodName = TEXT("FRigVMFunction_FramesToSeconds::Execute"),
.Function = &FRigVMFunction_FramesToSeconds::RigVMExecute,
.Parameters = MakeArrayView(RigVMFunctionParameters_Execute),
},
};
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigVMFunction_FramesToSeconds>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FRigVMFunction_FramesToSeconds_Statics
static_assert(std::is_polymorphic<FRigVMFunction_FramesToSeconds>() == std::is_polymorphic<FRigVMFunction_AnimBase>(), "USTRUCT FRigVMFunction_FramesToSeconds cannot be polymorphic unless super FRigVMFunction_AnimBase is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigVMFunction_FramesToSeconds;
class UScriptStruct* FRigVMFunction_FramesToSeconds::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_FramesToSeconds.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FRigVMFunction_FramesToSeconds.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigVMFunction_FramesToSeconds, (UObject*)Z_Construct_UPackage__Script_RigVM(), TEXT("RigVMFunction_FramesToSeconds"));
FRigVMRegistry::Get().RegisterCompiledInStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_FramesToSeconds.OuterSingleton, MakeArrayView(Z_Construct_UScriptStruct_FRigVMFunction_FramesToSeconds_Statics::RigVMFunctions));
}
return Z_Registration_Info_UScriptStruct_FRigVMFunction_FramesToSeconds.OuterSingleton;
}
// ********** Begin ScriptStruct FRigVMFunction_FramesToSeconds Property Definitions ***************
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_FramesToSeconds_Statics::NewProp_Frames = { "Frames", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_FramesToSeconds, Frames), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Frames_MetaData), NewProp_Frames_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_FramesToSeconds_Statics::NewProp_Seconds = { "Seconds", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_FramesToSeconds, Seconds), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Seconds_MetaData), NewProp_Seconds_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FRigVMFunction_FramesToSeconds_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_FramesToSeconds_Statics::NewProp_Frames,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_FramesToSeconds_Statics::NewProp_Seconds,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_FramesToSeconds_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FRigVMFunction_FramesToSeconds Property Definitions *****************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigVMFunction_FramesToSeconds_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_RigVM,
Z_Construct_UScriptStruct_FRigVMFunction_AnimBase,
&NewStructOps,
"RigVMFunction_FramesToSeconds",
Z_Construct_UScriptStruct_FRigVMFunction_FramesToSeconds_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_FramesToSeconds_Statics::PropPointers),
sizeof(FRigVMFunction_FramesToSeconds),
alignof(FRigVMFunction_FramesToSeconds),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_FramesToSeconds_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigVMFunction_FramesToSeconds_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_FramesToSeconds()
{
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_FramesToSeconds.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_FramesToSeconds.InnerSingleton, Z_Construct_UScriptStruct_FRigVMFunction_FramesToSeconds_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigVMFunction_FramesToSeconds.InnerSingleton);
}
void FRigVMFunction_FramesToSeconds::Execute()
{
FRigVMExecuteContext TemporaryExecuteContext;
TemporaryExecuteContext.Initialize();
Execute(TemporaryExecuteContext);
}
void FRigVMFunction_FramesToSeconds::Execute(const FRigVMExecuteContext& InExecuteContext)
{
StaticExecute(
InExecuteContext,
Frames,
Seconds
);
}
// ********** End ScriptStruct FRigVMFunction_FramesToSeconds **************************************
// ********** Begin ScriptStruct FRigVMFunction_SecondsToFrames ************************************
struct Z_Construct_UScriptStruct_FRigVMFunction_SecondsToFrames_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FRigVMFunction_SecondsToFrames); }
static inline consteval int16 GetStructAlignment() { return alignof(FRigVMFunction_SecondsToFrames); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/**\n * Converts seconds to frames based on the current frame rate\n */" },
{ "DisplayName", "Seconds to Frames" },
{ "ModuleRelativePath", "Public/RigVMFunctions/Animation/RigVMFunction_TimeConversion.h" },
{ "ToolTip", "Converts seconds to frames based on the current frame rate" },
{ "Varying", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Seconds_MetaData[] = {
{ "Category", "Pins" },
{ "Input", "" },
{ "ModuleRelativePath", "Public/RigVMFunctions/Animation/RigVMFunction_TimeConversion.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Frames_MetaData[] = {
{ "Category", "Pins" },
{ "ModuleRelativePath", "Public/RigVMFunctions/Animation/RigVMFunction_TimeConversion.h" },
{ "Output", "" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FRigVMFunction_SecondsToFrames constinit property declarations ****
static const UECodeGen_Private::FFloatPropertyParams NewProp_Seconds;
static const UECodeGen_Private::FFloatPropertyParams NewProp_Frames;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FRigVMFunction_SecondsToFrames constinit property declarations ******
static inline constexpr FRigVMCompiledInFunctionArgument RigVMFunctionParameters_Execute[] = {
{ .Name = TEXT("Seconds"), .Type = TEXT("float"), .Direction = ERigVMFunctionArgumentDirection::Input },
{ .Name = TEXT("Frames"), .Type = TEXT("float"), .Direction = ERigVMFunctionArgumentDirection::Input },
};
static inline constexpr FRigVMCompiledInFunction RigVMFunctions[] = {
{ .MethodName = TEXT("FRigVMFunction_SecondsToFrames::Execute"),
.Function = &FRigVMFunction_SecondsToFrames::RigVMExecute,
.Parameters = MakeArrayView(RigVMFunctionParameters_Execute),
},
};
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigVMFunction_SecondsToFrames>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FRigVMFunction_SecondsToFrames_Statics
static_assert(std::is_polymorphic<FRigVMFunction_SecondsToFrames>() == std::is_polymorphic<FRigVMFunction_AnimBase>(), "USTRUCT FRigVMFunction_SecondsToFrames cannot be polymorphic unless super FRigVMFunction_AnimBase is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigVMFunction_SecondsToFrames;
class UScriptStruct* FRigVMFunction_SecondsToFrames::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_SecondsToFrames.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FRigVMFunction_SecondsToFrames.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigVMFunction_SecondsToFrames, (UObject*)Z_Construct_UPackage__Script_RigVM(), TEXT("RigVMFunction_SecondsToFrames"));
FRigVMRegistry::Get().RegisterCompiledInStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_SecondsToFrames.OuterSingleton, MakeArrayView(Z_Construct_UScriptStruct_FRigVMFunction_SecondsToFrames_Statics::RigVMFunctions));
}
return Z_Registration_Info_UScriptStruct_FRigVMFunction_SecondsToFrames.OuterSingleton;
}
// ********** Begin ScriptStruct FRigVMFunction_SecondsToFrames Property Definitions ***************
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_SecondsToFrames_Statics::NewProp_Seconds = { "Seconds", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_SecondsToFrames, Seconds), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Seconds_MetaData), NewProp_Seconds_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_SecondsToFrames_Statics::NewProp_Frames = { "Frames", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_SecondsToFrames, Frames), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Frames_MetaData), NewProp_Frames_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FRigVMFunction_SecondsToFrames_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_SecondsToFrames_Statics::NewProp_Seconds,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_SecondsToFrames_Statics::NewProp_Frames,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_SecondsToFrames_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FRigVMFunction_SecondsToFrames Property Definitions *****************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigVMFunction_SecondsToFrames_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_RigVM,
Z_Construct_UScriptStruct_FRigVMFunction_AnimBase,
&NewStructOps,
"RigVMFunction_SecondsToFrames",
Z_Construct_UScriptStruct_FRigVMFunction_SecondsToFrames_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_SecondsToFrames_Statics::PropPointers),
sizeof(FRigVMFunction_SecondsToFrames),
alignof(FRigVMFunction_SecondsToFrames),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_SecondsToFrames_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigVMFunction_SecondsToFrames_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_SecondsToFrames()
{
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_SecondsToFrames.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_SecondsToFrames.InnerSingleton, Z_Construct_UScriptStruct_FRigVMFunction_SecondsToFrames_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigVMFunction_SecondsToFrames.InnerSingleton);
}
void FRigVMFunction_SecondsToFrames::Execute()
{
FRigVMExecuteContext TemporaryExecuteContext;
TemporaryExecuteContext.Initialize();
Execute(TemporaryExecuteContext);
}
void FRigVMFunction_SecondsToFrames::Execute(const FRigVMExecuteContext& InExecuteContext)
{
StaticExecute(
InExecuteContext,
Seconds,
Frames
);
}
// ********** End ScriptStruct FRigVMFunction_SecondsToFrames **************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMFunctions_Animation_RigVMFunction_TimeConversion_h__Script_RigVM_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FRigVMFunction_FramesToSeconds::StaticStruct, Z_Construct_UScriptStruct_FRigVMFunction_FramesToSeconds_Statics::NewStructOps, TEXT("RigVMFunction_FramesToSeconds"),&Z_Registration_Info_UScriptStruct_FRigVMFunction_FramesToSeconds, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigVMFunction_FramesToSeconds), 2243899668U) },
{ FRigVMFunction_SecondsToFrames::StaticStruct, Z_Construct_UScriptStruct_FRigVMFunction_SecondsToFrames_Statics::NewStructOps, TEXT("RigVMFunction_SecondsToFrames"),&Z_Registration_Info_UScriptStruct_FRigVMFunction_SecondsToFrames, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigVMFunction_SecondsToFrames), 2384452032U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMFunctions_Animation_RigVMFunction_TimeConversion_h__Script_RigVM_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMFunctions_Animation_RigVMFunction_TimeConversion_h__Script_RigVM_585082625{
TEXT("/Script/RigVM"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMFunctions_Animation_RigVMFunction_TimeConversion_h__Script_RigVM_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMFunctions_Animation_RigVMFunction_TimeConversion_h__Script_RigVM_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS