366 lines
26 KiB
C++
366 lines
26 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 "Units/Debug/RigUnit_DebugLine.h"
|
||
|
|
#include "Rigs/RigHierarchyDefines.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 EmptyLinkFunctionForGeneratedCodeRigUnit_DebugLine() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
CONTROLRIG_API UScriptStruct* Z_Construct_UScriptStruct_FRigElementKey();
|
||
|
|
CONTROLRIG_API UScriptStruct* Z_Construct_UScriptStruct_FRigUnit_DebugBaseMutable();
|
||
|
|
CONTROLRIG_API UScriptStruct* Z_Construct_UScriptStruct_FRigUnit_DebugLine();
|
||
|
|
CONTROLRIG_API UScriptStruct* Z_Construct_UScriptStruct_FRigUnit_DebugLineItemSpace();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FLinearColor();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FTransform();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_ControlRig();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FRigUnit_DebugLine ************************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FRigUnit_DebugLine_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FRigUnit_DebugLine); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FRigUnit_DebugLine); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "Deprecated", "4.25" },
|
||
|
|
{ "DisplayName", "Draw Line" },
|
||
|
|
{ "ModuleRelativePath", "Public/Units/Debug/RigUnit_DebugLine.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
||
|
|
{ "Category", "Pins" },
|
||
|
|
{ "Input", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/Units/Debug/RigUnit_DebugLine.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
||
|
|
{ "Category", "Pins" },
|
||
|
|
{ "Input", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/Units/Debug/RigUnit_DebugLine.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Color_MetaData[] = {
|
||
|
|
{ "Category", "Pins" },
|
||
|
|
{ "Input", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/Units/Debug/RigUnit_DebugLine.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Thickness_MetaData[] = {
|
||
|
|
{ "Category", "Pins" },
|
||
|
|
{ "Input", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/Units/Debug/RigUnit_DebugLine.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Space_MetaData[] = {
|
||
|
|
{ "Category", "Pins" },
|
||
|
|
{ "Input", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/Units/Debug/RigUnit_DebugLine.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WorldOffset_MetaData[] = {
|
||
|
|
{ "Category", "Pins" },
|
||
|
|
{ "Input", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/Units/Debug/RigUnit_DebugLine.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bEnabled_MetaData[] = {
|
||
|
|
{ "Category", "Pins" },
|
||
|
|
{ "Constant", "" },
|
||
|
|
{ "Input", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/Units/Debug/RigUnit_DebugLine.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FRigUnit_DebugLine 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::FNamePropertyParams NewProp_Space;
|
||
|
|
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 FRigUnit_DebugLine 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("Space"), .Type = TEXT("FName"), .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("FRigUnit_DebugLine::Execute"),
|
||
|
|
.Function = &FRigUnit_DebugLine::RigVMExecute,
|
||
|
|
.Parameters = MakeArrayView(RigVMFunctionParameters_Execute),
|
||
|
|
},
|
||
|
|
};
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigUnit_DebugLine>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FRigUnit_DebugLine_Statics
|
||
|
|
static_assert(std::is_polymorphic<FRigUnit_DebugLine>() == std::is_polymorphic<FRigUnit_DebugBaseMutable>(), "USTRUCT FRigUnit_DebugLine cannot be polymorphic unless super FRigUnit_DebugBaseMutable is polymorphic");
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigUnit_DebugLine;
|
||
|
|
class UScriptStruct* FRigUnit_DebugLine::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FRigUnit_DebugLine.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FRigUnit_DebugLine.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigUnit_DebugLine, (UObject*)Z_Construct_UPackage__Script_ControlRig(), TEXT("RigUnit_DebugLine"));
|
||
|
|
FRigVMRegistry::Get().RegisterCompiledInStruct(Z_Registration_Info_UScriptStruct_FRigUnit_DebugLine.OuterSingleton, MakeArrayView(Z_Construct_UScriptStruct_FRigUnit_DebugLine_Statics::RigVMFunctions));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FRigUnit_DebugLine.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FRigUnit_DebugLine Property Definitions ***************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigUnit_DebugLine_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigUnit_DebugLine, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigUnit_DebugLine_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigUnit_DebugLine, B), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigUnit_DebugLine_Statics::NewProp_Color = { "Color", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigUnit_DebugLine, Color), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Color_MetaData), NewProp_Color_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FRigUnit_DebugLine_Statics::NewProp_Thickness = { "Thickness", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigUnit_DebugLine, Thickness), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Thickness_MetaData), NewProp_Thickness_MetaData) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FRigUnit_DebugLine_Statics::NewProp_Space = { "Space", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigUnit_DebugLine, Space), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Space_MetaData), NewProp_Space_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigUnit_DebugLine_Statics::NewProp_WorldOffset = { "WorldOffset", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigUnit_DebugLine, WorldOffset), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WorldOffset_MetaData), NewProp_WorldOffset_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FRigUnit_DebugLine_Statics::NewProp_bEnabled_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FRigUnit_DebugLine*)Obj)->bEnabled = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FRigUnit_DebugLine_Statics::NewProp_bEnabled = { "bEnabled", nullptr, (EPropertyFlags)0x0010000000020005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FRigUnit_DebugLine), &Z_Construct_UScriptStruct_FRigUnit_DebugLine_Statics::NewProp_bEnabled_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bEnabled_MetaData), NewProp_bEnabled_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FRigUnit_DebugLine_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigUnit_DebugLine_Statics::NewProp_A,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigUnit_DebugLine_Statics::NewProp_B,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigUnit_DebugLine_Statics::NewProp_Color,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigUnit_DebugLine_Statics::NewProp_Thickness,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigUnit_DebugLine_Statics::NewProp_Space,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigUnit_DebugLine_Statics::NewProp_WorldOffset,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigUnit_DebugLine_Statics::NewProp_bEnabled,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigUnit_DebugLine_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FRigUnit_DebugLine Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigUnit_DebugLine_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ControlRig,
|
||
|
|
Z_Construct_UScriptStruct_FRigUnit_DebugBaseMutable,
|
||
|
|
&NewStructOps,
|
||
|
|
"RigUnit_DebugLine",
|
||
|
|
Z_Construct_UScriptStruct_FRigUnit_DebugLine_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigUnit_DebugLine_Statics::PropPointers),
|
||
|
|
sizeof(FRigUnit_DebugLine),
|
||
|
|
alignof(FRigUnit_DebugLine),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigUnit_DebugLine_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigUnit_DebugLine_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FRigUnit_DebugLine()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FRigUnit_DebugLine.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigUnit_DebugLine.InnerSingleton, Z_Construct_UScriptStruct_FRigUnit_DebugLine_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigUnit_DebugLine.InnerSingleton);
|
||
|
|
}
|
||
|
|
void FRigUnit_DebugLine::Execute()
|
||
|
|
{
|
||
|
|
FControlRigExecuteContext TemporaryExecuteContext;
|
||
|
|
TemporaryExecuteContext.Initialize();
|
||
|
|
Execute(TemporaryExecuteContext);
|
||
|
|
}
|
||
|
|
void FRigUnit_DebugLine::Execute(FControlRigExecuteContext& InExecuteContext)
|
||
|
|
{
|
||
|
|
StaticExecute(
|
||
|
|
InExecuteContext,
|
||
|
|
A,
|
||
|
|
B,
|
||
|
|
Color,
|
||
|
|
Thickness,
|
||
|
|
Space,
|
||
|
|
WorldOffset,
|
||
|
|
bEnabled,
|
||
|
|
DebugDrawSettings
|
||
|
|
);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FRigUnit_DebugLine **************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FRigUnit_DebugLineItemSpace ***************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FRigUnit_DebugLineItemSpace_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FRigUnit_DebugLineItemSpace); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FRigUnit_DebugLineItemSpace); }
|
||
|
|
#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 */" },
|
||
|
|
{ "Deprecated", "5.2" },
|
||
|
|
{ "DisplayName", "Draw Line" },
|
||
|
|
{ "ModuleRelativePath", "Public/Units/Debug/RigUnit_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/Units/Debug/RigUnit_DebugLine.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
||
|
|
{ "Category", "Pins" },
|
||
|
|
{ "Input", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/Units/Debug/RigUnit_DebugLine.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Color_MetaData[] = {
|
||
|
|
{ "Category", "Pins" },
|
||
|
|
{ "Input", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/Units/Debug/RigUnit_DebugLine.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Thickness_MetaData[] = {
|
||
|
|
{ "Category", "Pins" },
|
||
|
|
{ "Input", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/Units/Debug/RigUnit_DebugLine.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Space_MetaData[] = {
|
||
|
|
{ "Category", "Pins" },
|
||
|
|
{ "Input", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/Units/Debug/RigUnit_DebugLine.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WorldOffset_MetaData[] = {
|
||
|
|
{ "Category", "Pins" },
|
||
|
|
{ "Input", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/Units/Debug/RigUnit_DebugLine.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bEnabled_MetaData[] = {
|
||
|
|
{ "Category", "Pins" },
|
||
|
|
{ "Input", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/Units/Debug/RigUnit_DebugLine.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FRigUnit_DebugLineItemSpace 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_Space;
|
||
|
|
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 FRigUnit_DebugLineItemSpace 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("Space"), .Type = TEXT("FRigElementKey"), .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("FRigUnit_DebugLineItemSpace::Execute"),
|
||
|
|
.Function = &FRigUnit_DebugLineItemSpace::RigVMExecute,
|
||
|
|
.Parameters = MakeArrayView(RigVMFunctionParameters_Execute),
|
||
|
|
},
|
||
|
|
};
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigUnit_DebugLineItemSpace>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FRigUnit_DebugLineItemSpace_Statics
|
||
|
|
static_assert(std::is_polymorphic<FRigUnit_DebugLineItemSpace>() == std::is_polymorphic<FRigUnit_DebugBaseMutable>(), "USTRUCT FRigUnit_DebugLineItemSpace cannot be polymorphic unless super FRigUnit_DebugBaseMutable is polymorphic");
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigUnit_DebugLineItemSpace;
|
||
|
|
class UScriptStruct* FRigUnit_DebugLineItemSpace::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FRigUnit_DebugLineItemSpace.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FRigUnit_DebugLineItemSpace.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigUnit_DebugLineItemSpace, (UObject*)Z_Construct_UPackage__Script_ControlRig(), TEXT("RigUnit_DebugLineItemSpace"));
|
||
|
|
FRigVMRegistry::Get().RegisterCompiledInStruct(Z_Registration_Info_UScriptStruct_FRigUnit_DebugLineItemSpace.OuterSingleton, MakeArrayView(Z_Construct_UScriptStruct_FRigUnit_DebugLineItemSpace_Statics::RigVMFunctions));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FRigUnit_DebugLineItemSpace.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FRigUnit_DebugLineItemSpace Property Definitions ******************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigUnit_DebugLineItemSpace_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigUnit_DebugLineItemSpace, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigUnit_DebugLineItemSpace_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigUnit_DebugLineItemSpace, B), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigUnit_DebugLineItemSpace_Statics::NewProp_Color = { "Color", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigUnit_DebugLineItemSpace, Color), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Color_MetaData), NewProp_Color_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FRigUnit_DebugLineItemSpace_Statics::NewProp_Thickness = { "Thickness", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigUnit_DebugLineItemSpace, Thickness), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Thickness_MetaData), NewProp_Thickness_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigUnit_DebugLineItemSpace_Statics::NewProp_Space = { "Space", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigUnit_DebugLineItemSpace, Space), Z_Construct_UScriptStruct_FRigElementKey, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Space_MetaData), NewProp_Space_MetaData) }; // 389243550
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigUnit_DebugLineItemSpace_Statics::NewProp_WorldOffset = { "WorldOffset", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigUnit_DebugLineItemSpace, WorldOffset), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WorldOffset_MetaData), NewProp_WorldOffset_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FRigUnit_DebugLineItemSpace_Statics::NewProp_bEnabled_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FRigUnit_DebugLineItemSpace*)Obj)->bEnabled = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FRigUnit_DebugLineItemSpace_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(FRigUnit_DebugLineItemSpace), &Z_Construct_UScriptStruct_FRigUnit_DebugLineItemSpace_Statics::NewProp_bEnabled_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bEnabled_MetaData), NewProp_bEnabled_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FRigUnit_DebugLineItemSpace_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigUnit_DebugLineItemSpace_Statics::NewProp_A,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigUnit_DebugLineItemSpace_Statics::NewProp_B,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigUnit_DebugLineItemSpace_Statics::NewProp_Color,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigUnit_DebugLineItemSpace_Statics::NewProp_Thickness,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigUnit_DebugLineItemSpace_Statics::NewProp_Space,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigUnit_DebugLineItemSpace_Statics::NewProp_WorldOffset,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigUnit_DebugLineItemSpace_Statics::NewProp_bEnabled,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigUnit_DebugLineItemSpace_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FRigUnit_DebugLineItemSpace Property Definitions ********************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigUnit_DebugLineItemSpace_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ControlRig,
|
||
|
|
Z_Construct_UScriptStruct_FRigUnit_DebugBaseMutable,
|
||
|
|
&NewStructOps,
|
||
|
|
"RigUnit_DebugLineItemSpace",
|
||
|
|
Z_Construct_UScriptStruct_FRigUnit_DebugLineItemSpace_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigUnit_DebugLineItemSpace_Statics::PropPointers),
|
||
|
|
sizeof(FRigUnit_DebugLineItemSpace),
|
||
|
|
alignof(FRigUnit_DebugLineItemSpace),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigUnit_DebugLineItemSpace_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigUnit_DebugLineItemSpace_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FRigUnit_DebugLineItemSpace()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FRigUnit_DebugLineItemSpace.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigUnit_DebugLineItemSpace.InnerSingleton, Z_Construct_UScriptStruct_FRigUnit_DebugLineItemSpace_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigUnit_DebugLineItemSpace.InnerSingleton);
|
||
|
|
}
|
||
|
|
void FRigUnit_DebugLineItemSpace::Execute()
|
||
|
|
{
|
||
|
|
FControlRigExecuteContext TemporaryExecuteContext;
|
||
|
|
TemporaryExecuteContext.Initialize();
|
||
|
|
Execute(TemporaryExecuteContext);
|
||
|
|
}
|
||
|
|
void FRigUnit_DebugLineItemSpace::Execute(FControlRigExecuteContext& InExecuteContext)
|
||
|
|
{
|
||
|
|
StaticExecute(
|
||
|
|
InExecuteContext,
|
||
|
|
A,
|
||
|
|
B,
|
||
|
|
Color,
|
||
|
|
Thickness,
|
||
|
|
Space,
|
||
|
|
WorldOffset,
|
||
|
|
bEnabled,
|
||
|
|
DebugDrawSettings
|
||
|
|
);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FRigUnit_DebugLineItemSpace *****************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_ControlRig_Source_ControlRig_Public_Units_Debug_RigUnit_DebugLine_h__Script_ControlRig_Statics
|
||
|
|
{
|
||
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
||
|
|
{ FRigUnit_DebugLine::StaticStruct, Z_Construct_UScriptStruct_FRigUnit_DebugLine_Statics::NewStructOps, TEXT("RigUnit_DebugLine"),&Z_Registration_Info_UScriptStruct_FRigUnit_DebugLine, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigUnit_DebugLine), 915633009U) },
|
||
|
|
{ FRigUnit_DebugLineItemSpace::StaticStruct, Z_Construct_UScriptStruct_FRigUnit_DebugLineItemSpace_Statics::NewStructOps, TEXT("RigUnit_DebugLineItemSpace"),&Z_Registration_Info_UScriptStruct_FRigUnit_DebugLineItemSpace, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigUnit_DebugLineItemSpace), 3603740827U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_ControlRig_Source_ControlRig_Public_Units_Debug_RigUnit_DebugLine_h__Script_ControlRig_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_ControlRig_Source_ControlRig_Public_Units_Debug_RigUnit_DebugLine_h__Script_ControlRig_2656528973{
|
||
|
|
TEXT("/Script/ControlRig"),
|
||
|
|
nullptr, 0,
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_ControlRig_Source_ControlRig_Public_Units_Debug_RigUnit_DebugLine_h__Script_ControlRig_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_ControlRig_Source_ControlRig_Public_Units_Debug_RigUnit_DebugLine_h__Script_ControlRig_Statics::ScriptStructInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|