191 lines
14 KiB
C++
191 lines
14 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/Debug/RigVMFunction_DebugLine.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_DebugLine() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FLinearColor();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FTransform();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector();
|
||
|
|
RIGVM_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_DebugBaseMutable();
|
||
|
|
RIGVM_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_DebugLineNoSpace();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_RigVM();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FRigVMFunction_DebugLineNoSpace ***********************************
|
||
|
|
struct Z_Construct_UScriptStruct_FRigVMFunction_DebugLineNoSpace_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FRigVMFunction_DebugLineNoSpace); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FRigVMFunction_DebugLineNoSpace); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n * Draws a line in the viewport given a start and end vector\n */" },
|
||
|
|
{ "DisplayName", "Draw Line" },
|
||
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_DebugLine.h" },
|
||
|
|
{ "ToolTip", "Draws a line in the viewport given a start and end vector" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
||
|
|
{ "Category", "Pins" },
|
||
|
|
{ "Input", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_DebugLine.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
||
|
|
{ "Category", "Pins" },
|
||
|
|
{ "Input", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_DebugLine.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Color_MetaData[] = {
|
||
|
|
{ "Category", "Pins" },
|
||
|
|
{ "Input", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_DebugLine.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Thickness_MetaData[] = {
|
||
|
|
{ "Category", "Pins" },
|
||
|
|
{ "Input", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_DebugLine.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WorldOffset_MetaData[] = {
|
||
|
|
{ "Category", "Pins" },
|
||
|
|
{ "Input", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_DebugLine.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bEnabled_MetaData[] = {
|
||
|
|
{ "Category", "Pins" },
|
||
|
|
{ "Input", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_DebugLine.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FRigVMFunction_DebugLineNoSpace constinit property declarations ***
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Color;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Thickness;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_WorldOffset;
|
||
|
|
static void NewProp_bEnabled_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnabled;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FRigVMFunction_DebugLineNoSpace constinit property declarations *****
|
||
|
|
static inline constexpr FRigVMCompiledInFunctionArgument RigVMFunctionParameters_Execute[] = {
|
||
|
|
{ .Name = TEXT("A"), .Type = TEXT("FVector"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
||
|
|
{ .Name = TEXT("B"), .Type = TEXT("FVector"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
||
|
|
{ .Name = TEXT("Color"), .Type = TEXT("FLinearColor"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
||
|
|
{ .Name = TEXT("Thickness"), .Type = TEXT("float"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
||
|
|
{ .Name = TEXT("WorldOffset"), .Type = TEXT("FTransform"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
||
|
|
{ .Name = TEXT("bEnabled"), .Type = TEXT("bool"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
||
|
|
{ .Name = TEXT("DebugDrawSettings"), .Type = TEXT("FRigVMDebugDrawSettings"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
||
|
|
};
|
||
|
|
static inline constexpr FRigVMCompiledInFunction RigVMFunctions[] = {
|
||
|
|
{ .MethodName = TEXT("FRigVMFunction_DebugLineNoSpace::Execute"),
|
||
|
|
.Function = &FRigVMFunction_DebugLineNoSpace::RigVMExecute,
|
||
|
|
.Parameters = MakeArrayView(RigVMFunctionParameters_Execute),
|
||
|
|
},
|
||
|
|
};
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigVMFunction_DebugLineNoSpace>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FRigVMFunction_DebugLineNoSpace_Statics
|
||
|
|
static_assert(std::is_polymorphic<FRigVMFunction_DebugLineNoSpace>() == std::is_polymorphic<FRigVMFunction_DebugBaseMutable>(), "USTRUCT FRigVMFunction_DebugLineNoSpace cannot be polymorphic unless super FRigVMFunction_DebugBaseMutable is polymorphic");
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigVMFunction_DebugLineNoSpace;
|
||
|
|
class UScriptStruct* FRigVMFunction_DebugLineNoSpace::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_DebugLineNoSpace.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FRigVMFunction_DebugLineNoSpace.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigVMFunction_DebugLineNoSpace, (UObject*)Z_Construct_UPackage__Script_RigVM(), TEXT("RigVMFunction_DebugLineNoSpace"));
|
||
|
|
FRigVMRegistry::Get().RegisterCompiledInStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_DebugLineNoSpace.OuterSingleton, MakeArrayView(Z_Construct_UScriptStruct_FRigVMFunction_DebugLineNoSpace_Statics::RigVMFunctions));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FRigVMFunction_DebugLineNoSpace.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FRigVMFunction_DebugLineNoSpace Property Definitions **************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_DebugLineNoSpace_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_DebugLineNoSpace, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_DebugLineNoSpace_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_DebugLineNoSpace, B), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_DebugLineNoSpace_Statics::NewProp_Color = { "Color", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_DebugLineNoSpace, Color), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Color_MetaData), NewProp_Color_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_DebugLineNoSpace_Statics::NewProp_Thickness = { "Thickness", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_DebugLineNoSpace, Thickness), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Thickness_MetaData), NewProp_Thickness_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_DebugLineNoSpace_Statics::NewProp_WorldOffset = { "WorldOffset", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_DebugLineNoSpace, WorldOffset), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WorldOffset_MetaData), NewProp_WorldOffset_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FRigVMFunction_DebugLineNoSpace_Statics::NewProp_bEnabled_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FRigVMFunction_DebugLineNoSpace*)Obj)->bEnabled = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_DebugLineNoSpace_Statics::NewProp_bEnabled = { "bEnabled", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FRigVMFunction_DebugLineNoSpace), &Z_Construct_UScriptStruct_FRigVMFunction_DebugLineNoSpace_Statics::NewProp_bEnabled_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bEnabled_MetaData), NewProp_bEnabled_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FRigVMFunction_DebugLineNoSpace_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_DebugLineNoSpace_Statics::NewProp_A,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_DebugLineNoSpace_Statics::NewProp_B,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_DebugLineNoSpace_Statics::NewProp_Color,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_DebugLineNoSpace_Statics::NewProp_Thickness,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_DebugLineNoSpace_Statics::NewProp_WorldOffset,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_DebugLineNoSpace_Statics::NewProp_bEnabled,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_DebugLineNoSpace_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FRigVMFunction_DebugLineNoSpace Property Definitions ****************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigVMFunction_DebugLineNoSpace_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_RigVM,
|
||
|
|
Z_Construct_UScriptStruct_FRigVMFunction_DebugBaseMutable,
|
||
|
|
&NewStructOps,
|
||
|
|
"RigVMFunction_DebugLineNoSpace",
|
||
|
|
Z_Construct_UScriptStruct_FRigVMFunction_DebugLineNoSpace_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_DebugLineNoSpace_Statics::PropPointers),
|
||
|
|
sizeof(FRigVMFunction_DebugLineNoSpace),
|
||
|
|
alignof(FRigVMFunction_DebugLineNoSpace),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_DebugLineNoSpace_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigVMFunction_DebugLineNoSpace_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_DebugLineNoSpace()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_DebugLineNoSpace.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_DebugLineNoSpace.InnerSingleton, Z_Construct_UScriptStruct_FRigVMFunction_DebugLineNoSpace_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigVMFunction_DebugLineNoSpace.InnerSingleton);
|
||
|
|
}
|
||
|
|
void FRigVMFunction_DebugLineNoSpace::Execute()
|
||
|
|
{
|
||
|
|
FRigVMExecuteContext TemporaryExecuteContext;
|
||
|
|
TemporaryExecuteContext.Initialize();
|
||
|
|
Execute(TemporaryExecuteContext);
|
||
|
|
}
|
||
|
|
void FRigVMFunction_DebugLineNoSpace::Execute(FRigVMExecuteContext& InExecuteContext)
|
||
|
|
{
|
||
|
|
StaticExecute(
|
||
|
|
InExecuteContext,
|
||
|
|
A,
|
||
|
|
B,
|
||
|
|
Color,
|
||
|
|
Thickness,
|
||
|
|
WorldOffset,
|
||
|
|
bEnabled,
|
||
|
|
DebugDrawSettings
|
||
|
|
);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FRigVMFunction_DebugLineNoSpace *************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMFunctions_Debug_RigVMFunction_DebugLine_h__Script_RigVM_Statics
|
||
|
|
{
|
||
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
||
|
|
{ FRigVMFunction_DebugLineNoSpace::StaticStruct, Z_Construct_UScriptStruct_FRigVMFunction_DebugLineNoSpace_Statics::NewStructOps, TEXT("RigVMFunction_DebugLineNoSpace"),&Z_Registration_Info_UScriptStruct_FRigVMFunction_DebugLineNoSpace, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigVMFunction_DebugLineNoSpace), 1234004201U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMFunctions_Debug_RigVMFunction_DebugLine_h__Script_RigVM_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMFunctions_Debug_RigVMFunction_DebugLine_h__Script_RigVM_3614164162{
|
||
|
|
TEXT("/Script/RigVM"),
|
||
|
|
nullptr, 0,
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMFunctions_Debug_RigVMFunction_DebugLine_h__Script_RigVM_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMFunctions_Debug_RigVMFunction_DebugLine_h__Script_RigVM_Statics::ScriptStructInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|