1655 lines
116 KiB
C++
1655 lines
116 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_VisualLog.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_VisualLog() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FBox();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FLinearColor();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FQuat();
|
|
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_VisualLogArrow();
|
|
RIGVM_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBase();
|
|
RIGVM_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBox();
|
|
RIGVM_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCapsule();
|
|
RIGVM_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCircle();
|
|
RIGVM_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCone();
|
|
RIGVM_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCylinder();
|
|
RIGVM_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_VisualLogLocation();
|
|
RIGVM_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_VisualLogObject();
|
|
RIGVM_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_VisualLogOrientedBox();
|
|
RIGVM_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSegment();
|
|
RIGVM_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSphere();
|
|
RIGVM_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_VisualLogText();
|
|
RIGVM_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional();
|
|
UPackage* Z_Construct_UPackage__Script_RigVM();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogBase **************************************
|
|
struct Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBase_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FRigVMFunction_VisualLogBase); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FRigVMFunction_VisualLogBase); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Abstract", "" },
|
|
{ "Comment", "/** Base RigVMFunction used for Visual Logger output */" },
|
|
{ "Keywords", "Draw,Point" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "Base RigVMFunction used for Visual Logger output" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Text_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** The text to log */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "The text to log" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Category_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** The category of the logged text */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "The category of the logged text" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogBase constinit property declarations ******
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Text;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_Category;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogBase constinit property declarations ********
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigVMFunction_VisualLogBase>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBase_Statics
|
|
static_assert(std::is_polymorphic<FRigVMFunction_VisualLogBase>() == std::is_polymorphic<FRigVMFunction_DebugBaseMutable>(), "USTRUCT FRigVMFunction_VisualLogBase cannot be polymorphic unless super FRigVMFunction_DebugBaseMutable is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogBase;
|
|
class UScriptStruct* FRigVMFunction_VisualLogBase::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogBase.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogBase.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBase, (UObject*)Z_Construct_UPackage__Script_RigVM(), TEXT("RigVMFunction_VisualLogBase"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogBase.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogBase Property Definitions *****************
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBase_Statics::NewProp_Text = { "Text", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VisualLogBase, Text), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Text_MetaData), NewProp_Text_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBase_Statics::NewProp_Category = { "Category", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VisualLogBase, Category), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Category_MetaData), NewProp_Category_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBase_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBase_Statics::NewProp_Text,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBase_Statics::NewProp_Category,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBase_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogBase Property Definitions *******************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBase_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_RigVM,
|
|
Z_Construct_UScriptStruct_FRigVMFunction_DebugBaseMutable,
|
|
&NewStructOps,
|
|
"RigVMFunction_VisualLogBase",
|
|
Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBase_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBase_Statics::PropPointers),
|
|
sizeof(FRigVMFunction_VisualLogBase),
|
|
alignof(FRigVMFunction_VisualLogBase),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBase_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBase_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBase()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogBase.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogBase.InnerSingleton, Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBase_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogBase.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogBase ****************************************
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogText **************************************
|
|
struct Z_Construct_UScriptStruct_FRigVMFunction_VisualLogText_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FRigVMFunction_VisualLogText); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FRigVMFunction_VisualLogText); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/** Logs simple text string with Visual Logger - recording for Visual Logs has to be enabled to record this data */" },
|
|
{ "DisplayName", "Visual Log Text" },
|
|
{ "Keywords", "Draw,String" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "Logs simple text string with Visual Logger - recording for Visual Logs has to be enabled to record this data" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogText constinit property declarations ******
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogText constinit property declarations ********
|
|
static inline constexpr FRigVMCompiledInFunctionArgument RigVMFunctionParameters_Execute[] = {
|
|
{ .Name = TEXT("Text"), .Type = TEXT("FString"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Category"), .Type = TEXT("FName"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("DebugDrawSettings"), .Type = TEXT("FRigVMDebugDrawSettings"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
};
|
|
static inline constexpr FRigVMCompiledInFunction RigVMFunctions[] = {
|
|
{ .MethodName = TEXT("FRigVMFunction_VisualLogText::Execute"),
|
|
.Function = &FRigVMFunction_VisualLogText::RigVMExecute,
|
|
.Parameters = MakeArrayView(RigVMFunctionParameters_Execute),
|
|
},
|
|
};
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigVMFunction_VisualLogText>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FRigVMFunction_VisualLogText_Statics
|
|
static_assert(std::is_polymorphic<FRigVMFunction_VisualLogText>() == std::is_polymorphic<FRigVMFunction_VisualLogBase>(), "USTRUCT FRigVMFunction_VisualLogText cannot be polymorphic unless super FRigVMFunction_VisualLogBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogText;
|
|
class UScriptStruct* FRigVMFunction_VisualLogText::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogText.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogText.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogText, (UObject*)Z_Construct_UPackage__Script_RigVM(), TEXT("RigVMFunction_VisualLogText"));
|
|
FRigVMRegistry::Get().RegisterCompiledInStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogText.OuterSingleton, MakeArrayView(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogText_Statics::RigVMFunctions));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogText.OuterSingleton;
|
|
}
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogText_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_RigVM,
|
|
Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBase,
|
|
&NewStructOps,
|
|
"RigVMFunction_VisualLogText",
|
|
nullptr,
|
|
0,
|
|
sizeof(FRigVMFunction_VisualLogText),
|
|
alignof(FRigVMFunction_VisualLogText),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogText_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigVMFunction_VisualLogText_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_VisualLogText()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogText.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogText.InnerSingleton, Z_Construct_UScriptStruct_FRigVMFunction_VisualLogText_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogText.InnerSingleton);
|
|
}
|
|
void FRigVMFunction_VisualLogText::Execute()
|
|
{
|
|
FRigVMExecuteContext TemporaryExecuteContext;
|
|
TemporaryExecuteContext.Initialize();
|
|
Execute(TemporaryExecuteContext);
|
|
}
|
|
void FRigVMFunction_VisualLogText::Execute(FRigVMExecuteContext& InExecuteContext)
|
|
{
|
|
StaticExecute(
|
|
InExecuteContext,
|
|
Text,
|
|
Category,
|
|
DebugDrawSettings
|
|
);
|
|
}
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogText ****************************************
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogObject ************************************
|
|
struct Z_Construct_UScriptStruct_FRigVMFunction_VisualLogObject_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FRigVMFunction_VisualLogObject); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FRigVMFunction_VisualLogObject); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Abstract", "" },
|
|
{ "Comment", "/** Base RigVMFunction for visual logging of objects */" },
|
|
{ "Keywords", "Draw,String" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "Base RigVMFunction for visual logging of objects" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ObjectColor_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** The color of the logged object */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "The color of the logged object" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogObject constinit property declarations ****
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ObjectColor;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogObject constinit property declarations ******
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigVMFunction_VisualLogObject>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FRigVMFunction_VisualLogObject_Statics
|
|
static_assert(std::is_polymorphic<FRigVMFunction_VisualLogObject>() == std::is_polymorphic<FRigVMFunction_VisualLogBase>(), "USTRUCT FRigVMFunction_VisualLogObject cannot be polymorphic unless super FRigVMFunction_VisualLogBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogObject;
|
|
class UScriptStruct* FRigVMFunction_VisualLogObject::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogObject.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogObject.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogObject, (UObject*)Z_Construct_UPackage__Script_RigVM(), TEXT("RigVMFunction_VisualLogObject"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogObject.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogObject Property Definitions ***************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogObject_Statics::NewProp_ObjectColor = { "ObjectColor", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VisualLogObject, ObjectColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ObjectColor_MetaData), NewProp_ObjectColor_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FRigVMFunction_VisualLogObject_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogObject_Statics::NewProp_ObjectColor,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogObject_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogObject Property Definitions *****************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogObject_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_RigVM,
|
|
Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBase,
|
|
&NewStructOps,
|
|
"RigVMFunction_VisualLogObject",
|
|
Z_Construct_UScriptStruct_FRigVMFunction_VisualLogObject_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogObject_Statics::PropPointers),
|
|
sizeof(FRigVMFunction_VisualLogObject),
|
|
alignof(FRigVMFunction_VisualLogObject),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogObject_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigVMFunction_VisualLogObject_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_VisualLogObject()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogObject.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogObject.InnerSingleton, Z_Construct_UScriptStruct_FRigVMFunction_VisualLogObject_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogObject.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogObject **************************************
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogLocation **********************************
|
|
struct Z_Construct_UScriptStruct_FRigVMFunction_VisualLogLocation_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FRigVMFunction_VisualLogLocation); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FRigVMFunction_VisualLogLocation); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/** Logs location as sphere with given radius - recording for Visual Logs has to be enabled to record this data */" },
|
|
{ "DisplayName", "Visual Log Location" },
|
|
{ "Keywords", "Draw,String,Sphere" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "Logs location as sphere with given radius - recording for Visual Logs has to be enabled to record this data" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Location_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** The location to log */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "The location to log" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Radius_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** The radius of the sphere to log the location with */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "The radius of the sphere to log the location with" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogLocation constinit property declarations **
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Location;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Radius;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogLocation constinit property declarations ****
|
|
static inline constexpr FRigVMCompiledInFunctionArgument RigVMFunctionParameters_Execute[] = {
|
|
{ .Name = TEXT("Location"), .Type = TEXT("FVector"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Radius"), .Type = TEXT("float"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("ObjectColor"), .Type = TEXT("FLinearColor"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Text"), .Type = TEXT("FString"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Category"), .Type = TEXT("FName"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("DebugDrawSettings"), .Type = TEXT("FRigVMDebugDrawSettings"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
};
|
|
static inline constexpr FRigVMCompiledInFunction RigVMFunctions[] = {
|
|
{ .MethodName = TEXT("FRigVMFunction_VisualLogLocation::Execute"),
|
|
.Function = &FRigVMFunction_VisualLogLocation::RigVMExecute,
|
|
.Parameters = MakeArrayView(RigVMFunctionParameters_Execute),
|
|
},
|
|
};
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigVMFunction_VisualLogLocation>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FRigVMFunction_VisualLogLocation_Statics
|
|
static_assert(std::is_polymorphic<FRigVMFunction_VisualLogLocation>() == std::is_polymorphic<FRigVMFunction_VisualLogObject>(), "USTRUCT FRigVMFunction_VisualLogLocation cannot be polymorphic unless super FRigVMFunction_VisualLogObject is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogLocation;
|
|
class UScriptStruct* FRigVMFunction_VisualLogLocation::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogLocation.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogLocation.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogLocation, (UObject*)Z_Construct_UPackage__Script_RigVM(), TEXT("RigVMFunction_VisualLogLocation"));
|
|
FRigVMRegistry::Get().RegisterCompiledInStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogLocation.OuterSingleton, MakeArrayView(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogLocation_Statics::RigVMFunctions));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogLocation.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogLocation Property Definitions *************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogLocation_Statics::NewProp_Location = { "Location", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VisualLogLocation, Location), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Location_MetaData), NewProp_Location_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogLocation_Statics::NewProp_Radius = { "Radius", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VisualLogLocation, Radius), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Radius_MetaData), NewProp_Radius_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FRigVMFunction_VisualLogLocation_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogLocation_Statics::NewProp_Location,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogLocation_Statics::NewProp_Radius,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogLocation_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogLocation Property Definitions ***************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogLocation_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_RigVM,
|
|
Z_Construct_UScriptStruct_FRigVMFunction_VisualLogObject,
|
|
&NewStructOps,
|
|
"RigVMFunction_VisualLogLocation",
|
|
Z_Construct_UScriptStruct_FRigVMFunction_VisualLogLocation_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogLocation_Statics::PropPointers),
|
|
sizeof(FRigVMFunction_VisualLogLocation),
|
|
alignof(FRigVMFunction_VisualLogLocation),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogLocation_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigVMFunction_VisualLogLocation_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_VisualLogLocation()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogLocation.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogLocation.InnerSingleton, Z_Construct_UScriptStruct_FRigVMFunction_VisualLogLocation_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogLocation.InnerSingleton);
|
|
}
|
|
void FRigVMFunction_VisualLogLocation::Execute()
|
|
{
|
|
FRigVMExecuteContext TemporaryExecuteContext;
|
|
TemporaryExecuteContext.Initialize();
|
|
Execute(TemporaryExecuteContext);
|
|
}
|
|
void FRigVMFunction_VisualLogLocation::Execute(FRigVMExecuteContext& InExecuteContext)
|
|
{
|
|
StaticExecute(
|
|
InExecuteContext,
|
|
Location,
|
|
Radius,
|
|
ObjectColor,
|
|
Text,
|
|
Category,
|
|
DebugDrawSettings
|
|
);
|
|
}
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogLocation ************************************
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogWireframeOptional *************************
|
|
struct Z_Construct_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FRigVMFunction_VisualLogWireframeOptional); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FRigVMFunction_VisualLogWireframeOptional); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Abstract", "" },
|
|
{ "Comment", "/** Base RigVMFunction for visual logging of objects that can be wirefame */" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "Base RigVMFunction for visual logging of objects that can be wirefame" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bWireframe_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** Whether to display as wireframe */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "Whether to display as wireframe" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogWireframeOptional constinit property declarations
|
|
static void NewProp_bWireframe_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bWireframe;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogWireframeOptional constinit property declarations
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigVMFunction_VisualLogWireframeOptional>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional_Statics
|
|
static_assert(std::is_polymorphic<FRigVMFunction_VisualLogWireframeOptional>() == std::is_polymorphic<FRigVMFunction_VisualLogObject>(), "USTRUCT FRigVMFunction_VisualLogWireframeOptional cannot be polymorphic unless super FRigVMFunction_VisualLogObject is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional;
|
|
class UScriptStruct* FRigVMFunction_VisualLogWireframeOptional::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional, (UObject*)Z_Construct_UPackage__Script_RigVM(), TEXT("RigVMFunction_VisualLogWireframeOptional"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogWireframeOptional Property Definitions ****
|
|
void Z_Construct_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional_Statics::NewProp_bWireframe_SetBit(void* Obj)
|
|
{
|
|
((FRigVMFunction_VisualLogWireframeOptional*)Obj)->bWireframe = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional_Statics::NewProp_bWireframe = { "bWireframe", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FRigVMFunction_VisualLogWireframeOptional), &Z_Construct_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional_Statics::NewProp_bWireframe_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bWireframe_MetaData), NewProp_bWireframe_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional_Statics::NewProp_bWireframe,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogWireframeOptional Property Definitions ******
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_RigVM,
|
|
Z_Construct_UScriptStruct_FRigVMFunction_VisualLogObject,
|
|
&NewStructOps,
|
|
"RigVMFunction_VisualLogWireframeOptional",
|
|
Z_Construct_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional_Statics::PropPointers),
|
|
sizeof(FRigVMFunction_VisualLogWireframeOptional),
|
|
alignof(FRigVMFunction_VisualLogWireframeOptional),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional.InnerSingleton, Z_Construct_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogWireframeOptional ***************************
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogSphere ************************************
|
|
struct Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSphere_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FRigVMFunction_VisualLogSphere); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FRigVMFunction_VisualLogSphere); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/** Logs sphere shape - recording for Visual Logs has to be enabled to record this data */" },
|
|
{ "DisplayName", "Visual Log Sphere" },
|
|
{ "Keywords", "Draw,String" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "Logs sphere shape - recording for Visual Logs has to be enabled to record this data" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Center_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** The centre of the sphere */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "The centre of the sphere" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Radius_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** The radius of the sphere */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "The radius of the sphere" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogSphere constinit property declarations ****
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Center;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Radius;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogSphere constinit property declarations ******
|
|
static inline constexpr FRigVMCompiledInFunctionArgument RigVMFunctionParameters_Execute[] = {
|
|
{ .Name = TEXT("Center"), .Type = TEXT("FVector"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Radius"), .Type = TEXT("float"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("bWireframe"), .Type = TEXT("bool"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("ObjectColor"), .Type = TEXT("FLinearColor"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Text"), .Type = TEXT("FString"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Category"), .Type = TEXT("FName"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("DebugDrawSettings"), .Type = TEXT("FRigVMDebugDrawSettings"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
};
|
|
static inline constexpr FRigVMCompiledInFunction RigVMFunctions[] = {
|
|
{ .MethodName = TEXT("FRigVMFunction_VisualLogSphere::Execute"),
|
|
.Function = &FRigVMFunction_VisualLogSphere::RigVMExecute,
|
|
.Parameters = MakeArrayView(RigVMFunctionParameters_Execute),
|
|
},
|
|
};
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigVMFunction_VisualLogSphere>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSphere_Statics
|
|
static_assert(std::is_polymorphic<FRigVMFunction_VisualLogSphere>() == std::is_polymorphic<FRigVMFunction_VisualLogWireframeOptional>(), "USTRUCT FRigVMFunction_VisualLogSphere cannot be polymorphic unless super FRigVMFunction_VisualLogWireframeOptional is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogSphere;
|
|
class UScriptStruct* FRigVMFunction_VisualLogSphere::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogSphere.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogSphere.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSphere, (UObject*)Z_Construct_UPackage__Script_RigVM(), TEXT("RigVMFunction_VisualLogSphere"));
|
|
FRigVMRegistry::Get().RegisterCompiledInStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogSphere.OuterSingleton, MakeArrayView(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSphere_Statics::RigVMFunctions));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogSphere.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogSphere Property Definitions ***************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSphere_Statics::NewProp_Center = { "Center", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VisualLogSphere, Center), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Center_MetaData), NewProp_Center_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSphere_Statics::NewProp_Radius = { "Radius", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VisualLogSphere, Radius), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Radius_MetaData), NewProp_Radius_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSphere_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSphere_Statics::NewProp_Center,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSphere_Statics::NewProp_Radius,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSphere_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogSphere Property Definitions *****************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSphere_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_RigVM,
|
|
Z_Construct_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional,
|
|
&NewStructOps,
|
|
"RigVMFunction_VisualLogSphere",
|
|
Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSphere_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSphere_Statics::PropPointers),
|
|
sizeof(FRigVMFunction_VisualLogSphere),
|
|
alignof(FRigVMFunction_VisualLogSphere),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSphere_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSphere_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSphere()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogSphere.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogSphere.InnerSingleton, Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSphere_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogSphere.InnerSingleton);
|
|
}
|
|
void FRigVMFunction_VisualLogSphere::Execute()
|
|
{
|
|
FRigVMExecuteContext TemporaryExecuteContext;
|
|
TemporaryExecuteContext.Initialize();
|
|
Execute(TemporaryExecuteContext);
|
|
}
|
|
void FRigVMFunction_VisualLogSphere::Execute(FRigVMExecuteContext& InExecuteContext)
|
|
{
|
|
StaticExecute(
|
|
InExecuteContext,
|
|
Center,
|
|
Radius,
|
|
bWireframe,
|
|
ObjectColor,
|
|
Text,
|
|
Category,
|
|
DebugDrawSettings
|
|
);
|
|
}
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogSphere **************************************
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogCone **************************************
|
|
struct Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCone_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FRigVMFunction_VisualLogCone); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FRigVMFunction_VisualLogCone); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/** Logs cone shape - recording for Visual Logs has to be enabled to record this data */" },
|
|
{ "DisplayName", "Visual Log Cone" },
|
|
{ "Keywords", "Draw,String" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "Logs cone shape - recording for Visual Logs has to be enabled to record this data" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Origin_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** The origin of the cone */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "The origin of the cone" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Direction_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** The direction of the cone */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "The direction of the cone" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Length_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** The length of the cone */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "The length of the cone" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Angle_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** The angle of the cone */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "The angle of the cone" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogCone constinit property declarations ******
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Origin;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Direction;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Length;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Angle;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogCone constinit property declarations ********
|
|
static inline constexpr FRigVMCompiledInFunctionArgument RigVMFunctionParameters_Execute[] = {
|
|
{ .Name = TEXT("Origin"), .Type = TEXT("FVector"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Direction"), .Type = TEXT("FVector"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Length"), .Type = TEXT("float"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Angle"), .Type = TEXT("float"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("bWireframe"), .Type = TEXT("bool"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("ObjectColor"), .Type = TEXT("FLinearColor"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Text"), .Type = TEXT("FString"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Category"), .Type = TEXT("FName"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("DebugDrawSettings"), .Type = TEXT("FRigVMDebugDrawSettings"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
};
|
|
static inline constexpr FRigVMCompiledInFunction RigVMFunctions[] = {
|
|
{ .MethodName = TEXT("FRigVMFunction_VisualLogCone::Execute"),
|
|
.Function = &FRigVMFunction_VisualLogCone::RigVMExecute,
|
|
.Parameters = MakeArrayView(RigVMFunctionParameters_Execute),
|
|
},
|
|
};
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigVMFunction_VisualLogCone>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCone_Statics
|
|
static_assert(std::is_polymorphic<FRigVMFunction_VisualLogCone>() == std::is_polymorphic<FRigVMFunction_VisualLogWireframeOptional>(), "USTRUCT FRigVMFunction_VisualLogCone cannot be polymorphic unless super FRigVMFunction_VisualLogWireframeOptional is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCone;
|
|
class UScriptStruct* FRigVMFunction_VisualLogCone::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCone.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCone.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCone, (UObject*)Z_Construct_UPackage__Script_RigVM(), TEXT("RigVMFunction_VisualLogCone"));
|
|
FRigVMRegistry::Get().RegisterCompiledInStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCone.OuterSingleton, MakeArrayView(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCone_Statics::RigVMFunctions));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCone.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogCone Property Definitions *****************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCone_Statics::NewProp_Origin = { "Origin", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VisualLogCone, Origin), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Origin_MetaData), NewProp_Origin_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCone_Statics::NewProp_Direction = { "Direction", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VisualLogCone, Direction), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Direction_MetaData), NewProp_Direction_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCone_Statics::NewProp_Length = { "Length", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VisualLogCone, Length), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Length_MetaData), NewProp_Length_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCone_Statics::NewProp_Angle = { "Angle", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VisualLogCone, Angle), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Angle_MetaData), NewProp_Angle_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCone_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCone_Statics::NewProp_Origin,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCone_Statics::NewProp_Direction,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCone_Statics::NewProp_Length,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCone_Statics::NewProp_Angle,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCone_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogCone Property Definitions *******************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCone_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_RigVM,
|
|
Z_Construct_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional,
|
|
&NewStructOps,
|
|
"RigVMFunction_VisualLogCone",
|
|
Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCone_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCone_Statics::PropPointers),
|
|
sizeof(FRigVMFunction_VisualLogCone),
|
|
alignof(FRigVMFunction_VisualLogCone),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCone_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCone_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCone()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCone.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCone.InnerSingleton, Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCone_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCone.InnerSingleton);
|
|
}
|
|
void FRigVMFunction_VisualLogCone::Execute()
|
|
{
|
|
FRigVMExecuteContext TemporaryExecuteContext;
|
|
TemporaryExecuteContext.Initialize();
|
|
Execute(TemporaryExecuteContext);
|
|
}
|
|
void FRigVMFunction_VisualLogCone::Execute(FRigVMExecuteContext& InExecuteContext)
|
|
{
|
|
StaticExecute(
|
|
InExecuteContext,
|
|
Origin,
|
|
Direction,
|
|
Length,
|
|
Angle,
|
|
bWireframe,
|
|
ObjectColor,
|
|
Text,
|
|
Category,
|
|
DebugDrawSettings
|
|
);
|
|
}
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogCone ****************************************
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogCylinder **********************************
|
|
struct Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCylinder_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FRigVMFunction_VisualLogCylinder); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FRigVMFunction_VisualLogCylinder); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/** Logs cylinder shape - recording for Visual Logs has to be enabled to record this data */" },
|
|
{ "DisplayName", "Visual Log Cylinder" },
|
|
{ "Keywords", "Draw,String" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "Logs cylinder shape - recording for Visual Logs has to be enabled to record this data" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Start_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** The start of the line segment forming the cylinder */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "The start of the line segment forming the cylinder" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_End_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** The end of the line segment forming the cylinder */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "The end of the line segment forming the cylinder" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Radius_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** The radius of the cylinder */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "The radius of the cylinder" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogCylinder constinit property declarations **
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Start;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_End;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Radius;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogCylinder constinit property declarations ****
|
|
static inline constexpr FRigVMCompiledInFunctionArgument RigVMFunctionParameters_Execute[] = {
|
|
{ .Name = TEXT("Start"), .Type = TEXT("FVector"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("End"), .Type = TEXT("FVector"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Radius"), .Type = TEXT("float"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("bWireframe"), .Type = TEXT("bool"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("ObjectColor"), .Type = TEXT("FLinearColor"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Text"), .Type = TEXT("FString"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Category"), .Type = TEXT("FName"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("DebugDrawSettings"), .Type = TEXT("FRigVMDebugDrawSettings"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
};
|
|
static inline constexpr FRigVMCompiledInFunction RigVMFunctions[] = {
|
|
{ .MethodName = TEXT("FRigVMFunction_VisualLogCylinder::Execute"),
|
|
.Function = &FRigVMFunction_VisualLogCylinder::RigVMExecute,
|
|
.Parameters = MakeArrayView(RigVMFunctionParameters_Execute),
|
|
},
|
|
};
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigVMFunction_VisualLogCylinder>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCylinder_Statics
|
|
static_assert(std::is_polymorphic<FRigVMFunction_VisualLogCylinder>() == std::is_polymorphic<FRigVMFunction_VisualLogWireframeOptional>(), "USTRUCT FRigVMFunction_VisualLogCylinder cannot be polymorphic unless super FRigVMFunction_VisualLogWireframeOptional is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCylinder;
|
|
class UScriptStruct* FRigVMFunction_VisualLogCylinder::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCylinder.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCylinder.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCylinder, (UObject*)Z_Construct_UPackage__Script_RigVM(), TEXT("RigVMFunction_VisualLogCylinder"));
|
|
FRigVMRegistry::Get().RegisterCompiledInStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCylinder.OuterSingleton, MakeArrayView(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCylinder_Statics::RigVMFunctions));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCylinder.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogCylinder Property Definitions *************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCylinder_Statics::NewProp_Start = { "Start", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VisualLogCylinder, Start), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Start_MetaData), NewProp_Start_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCylinder_Statics::NewProp_End = { "End", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VisualLogCylinder, End), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_End_MetaData), NewProp_End_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCylinder_Statics::NewProp_Radius = { "Radius", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VisualLogCylinder, Radius), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Radius_MetaData), NewProp_Radius_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCylinder_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCylinder_Statics::NewProp_Start,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCylinder_Statics::NewProp_End,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCylinder_Statics::NewProp_Radius,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCylinder_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogCylinder Property Definitions ***************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCylinder_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_RigVM,
|
|
Z_Construct_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional,
|
|
&NewStructOps,
|
|
"RigVMFunction_VisualLogCylinder",
|
|
Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCylinder_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCylinder_Statics::PropPointers),
|
|
sizeof(FRigVMFunction_VisualLogCylinder),
|
|
alignof(FRigVMFunction_VisualLogCylinder),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCylinder_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCylinder_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCylinder()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCylinder.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCylinder.InnerSingleton, Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCylinder_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCylinder.InnerSingleton);
|
|
}
|
|
void FRigVMFunction_VisualLogCylinder::Execute()
|
|
{
|
|
FRigVMExecuteContext TemporaryExecuteContext;
|
|
TemporaryExecuteContext.Initialize();
|
|
Execute(TemporaryExecuteContext);
|
|
}
|
|
void FRigVMFunction_VisualLogCylinder::Execute(FRigVMExecuteContext& InExecuteContext)
|
|
{
|
|
StaticExecute(
|
|
InExecuteContext,
|
|
Start,
|
|
End,
|
|
Radius,
|
|
bWireframe,
|
|
ObjectColor,
|
|
Text,
|
|
Category,
|
|
DebugDrawSettings
|
|
);
|
|
}
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogCylinder ************************************
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogCapsule ***********************************
|
|
struct Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCapsule_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FRigVMFunction_VisualLogCapsule); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FRigVMFunction_VisualLogCapsule); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/** Logs capsule shape - recording for Visual Logs has to be enabled to record this data */" },
|
|
{ "DisplayName", "Visual Log Capsule" },
|
|
{ "Keywords", "Draw,String" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "Logs capsule shape - recording for Visual Logs has to be enabled to record this data" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Base_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** The base or origin of the capsule */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "The base or origin of the capsule" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HalfHeight_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** Half the height of the capsule */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "Half the height of the capsule" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Radius_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** The radius of the capsule */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "The radius of the capsule" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Rotation_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** The orientation of the capsule */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "The orientation of the capsule" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogCapsule constinit property declarations ***
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Base;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_HalfHeight;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Radius;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Rotation;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogCapsule constinit property declarations *****
|
|
static inline constexpr FRigVMCompiledInFunctionArgument RigVMFunctionParameters_Execute[] = {
|
|
{ .Name = TEXT("Base"), .Type = TEXT("FVector"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("HalfHeight"), .Type = TEXT("float"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Radius"), .Type = TEXT("float"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Rotation"), .Type = TEXT("FQuat"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("bWireframe"), .Type = TEXT("bool"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("ObjectColor"), .Type = TEXT("FLinearColor"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Text"), .Type = TEXT("FString"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Category"), .Type = TEXT("FName"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("DebugDrawSettings"), .Type = TEXT("FRigVMDebugDrawSettings"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
};
|
|
static inline constexpr FRigVMCompiledInFunction RigVMFunctions[] = {
|
|
{ .MethodName = TEXT("FRigVMFunction_VisualLogCapsule::Execute"),
|
|
.Function = &FRigVMFunction_VisualLogCapsule::RigVMExecute,
|
|
.Parameters = MakeArrayView(RigVMFunctionParameters_Execute),
|
|
},
|
|
};
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigVMFunction_VisualLogCapsule>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCapsule_Statics
|
|
static_assert(std::is_polymorphic<FRigVMFunction_VisualLogCapsule>() == std::is_polymorphic<FRigVMFunction_VisualLogWireframeOptional>(), "USTRUCT FRigVMFunction_VisualLogCapsule cannot be polymorphic unless super FRigVMFunction_VisualLogWireframeOptional is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCapsule;
|
|
class UScriptStruct* FRigVMFunction_VisualLogCapsule::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCapsule.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCapsule.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCapsule, (UObject*)Z_Construct_UPackage__Script_RigVM(), TEXT("RigVMFunction_VisualLogCapsule"));
|
|
FRigVMRegistry::Get().RegisterCompiledInStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCapsule.OuterSingleton, MakeArrayView(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCapsule_Statics::RigVMFunctions));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCapsule.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogCapsule Property Definitions **************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCapsule_Statics::NewProp_Base = { "Base", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VisualLogCapsule, Base), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Base_MetaData), NewProp_Base_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCapsule_Statics::NewProp_HalfHeight = { "HalfHeight", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VisualLogCapsule, HalfHeight), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HalfHeight_MetaData), NewProp_HalfHeight_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCapsule_Statics::NewProp_Radius = { "Radius", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VisualLogCapsule, Radius), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Radius_MetaData), NewProp_Radius_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCapsule_Statics::NewProp_Rotation = { "Rotation", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VisualLogCapsule, Rotation), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Rotation_MetaData), NewProp_Rotation_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCapsule_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCapsule_Statics::NewProp_Base,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCapsule_Statics::NewProp_HalfHeight,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCapsule_Statics::NewProp_Radius,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCapsule_Statics::NewProp_Rotation,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCapsule_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogCapsule Property Definitions ****************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCapsule_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_RigVM,
|
|
Z_Construct_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional,
|
|
&NewStructOps,
|
|
"RigVMFunction_VisualLogCapsule",
|
|
Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCapsule_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCapsule_Statics::PropPointers),
|
|
sizeof(FRigVMFunction_VisualLogCapsule),
|
|
alignof(FRigVMFunction_VisualLogCapsule),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCapsule_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCapsule_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCapsule()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCapsule.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCapsule.InnerSingleton, Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCapsule_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCapsule.InnerSingleton);
|
|
}
|
|
void FRigVMFunction_VisualLogCapsule::Execute()
|
|
{
|
|
FRigVMExecuteContext TemporaryExecuteContext;
|
|
TemporaryExecuteContext.Initialize();
|
|
Execute(TemporaryExecuteContext);
|
|
}
|
|
void FRigVMFunction_VisualLogCapsule::Execute(FRigVMExecuteContext& InExecuteContext)
|
|
{
|
|
StaticExecute(
|
|
InExecuteContext,
|
|
Base,
|
|
HalfHeight,
|
|
Radius,
|
|
Rotation,
|
|
bWireframe,
|
|
ObjectColor,
|
|
Text,
|
|
Category,
|
|
DebugDrawSettings
|
|
);
|
|
}
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogCapsule *************************************
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogBox ***************************************
|
|
struct Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBox_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FRigVMFunction_VisualLogBox); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FRigVMFunction_VisualLogBox); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/** Logs box shape - recording for Visual Logs has to be enabled to record this data */" },
|
|
{ "DisplayName", "Visual Log Box" },
|
|
{ "Keywords", "Draw,String" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "Logs box shape - recording for Visual Logs has to be enabled to record this data" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Box_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** The box to draw */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "The box to draw" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogBox constinit property declarations *******
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Box;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogBox constinit property declarations *********
|
|
static inline constexpr FRigVMCompiledInFunctionArgument RigVMFunctionParameters_Execute[] = {
|
|
{ .Name = TEXT("Box"), .Type = TEXT("FBox"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("bWireframe"), .Type = TEXT("bool"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("ObjectColor"), .Type = TEXT("FLinearColor"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Text"), .Type = TEXT("FString"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Category"), .Type = TEXT("FName"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("DebugDrawSettings"), .Type = TEXT("FRigVMDebugDrawSettings"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
};
|
|
static inline constexpr FRigVMCompiledInFunction RigVMFunctions[] = {
|
|
{ .MethodName = TEXT("FRigVMFunction_VisualLogBox::Execute"),
|
|
.Function = &FRigVMFunction_VisualLogBox::RigVMExecute,
|
|
.Parameters = MakeArrayView(RigVMFunctionParameters_Execute),
|
|
},
|
|
};
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigVMFunction_VisualLogBox>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBox_Statics
|
|
static_assert(std::is_polymorphic<FRigVMFunction_VisualLogBox>() == std::is_polymorphic<FRigVMFunction_VisualLogWireframeOptional>(), "USTRUCT FRigVMFunction_VisualLogBox cannot be polymorphic unless super FRigVMFunction_VisualLogWireframeOptional is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogBox;
|
|
class UScriptStruct* FRigVMFunction_VisualLogBox::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogBox.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogBox.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBox, (UObject*)Z_Construct_UPackage__Script_RigVM(), TEXT("RigVMFunction_VisualLogBox"));
|
|
FRigVMRegistry::Get().RegisterCompiledInStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogBox.OuterSingleton, MakeArrayView(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBox_Statics::RigVMFunctions));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogBox.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogBox Property Definitions ******************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBox_Statics::NewProp_Box = { "Box", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VisualLogBox, Box), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Box_MetaData), NewProp_Box_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBox_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBox_Statics::NewProp_Box,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBox_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogBox Property Definitions ********************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBox_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_RigVM,
|
|
Z_Construct_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional,
|
|
&NewStructOps,
|
|
"RigVMFunction_VisualLogBox",
|
|
Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBox_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBox_Statics::PropPointers),
|
|
sizeof(FRigVMFunction_VisualLogBox),
|
|
alignof(FRigVMFunction_VisualLogBox),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBox_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBox_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBox()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogBox.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogBox.InnerSingleton, Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBox_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogBox.InnerSingleton);
|
|
}
|
|
void FRigVMFunction_VisualLogBox::Execute()
|
|
{
|
|
FRigVMExecuteContext TemporaryExecuteContext;
|
|
TemporaryExecuteContext.Initialize();
|
|
Execute(TemporaryExecuteContext);
|
|
}
|
|
void FRigVMFunction_VisualLogBox::Execute(FRigVMExecuteContext& InExecuteContext)
|
|
{
|
|
StaticExecute(
|
|
InExecuteContext,
|
|
Box,
|
|
bWireframe,
|
|
ObjectColor,
|
|
Text,
|
|
Category,
|
|
DebugDrawSettings
|
|
);
|
|
}
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogBox *****************************************
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogOrientedBox *******************************
|
|
struct Z_Construct_UScriptStruct_FRigVMFunction_VisualLogOrientedBox_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FRigVMFunction_VisualLogOrientedBox); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FRigVMFunction_VisualLogOrientedBox); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/** Logs oriented box shape - recording for Visual Logs has to be enabled to record this data */" },
|
|
{ "DisplayName", "Visual Log Oriented Box" },
|
|
{ "Keywords", "Draw,String" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "Logs oriented box shape - recording for Visual Logs has to be enabled to record this data" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Box_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** The box to draw */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "The box to draw" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Transform_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** The transform of the box */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "The transform of the box" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogOrientedBox constinit property declarations
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Box;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Transform;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogOrientedBox constinit property declarations *
|
|
static inline constexpr FRigVMCompiledInFunctionArgument RigVMFunctionParameters_Execute[] = {
|
|
{ .Name = TEXT("Box"), .Type = TEXT("FBox"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Transform"), .Type = TEXT("FTransform"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("bWireframe"), .Type = TEXT("bool"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("ObjectColor"), .Type = TEXT("FLinearColor"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Text"), .Type = TEXT("FString"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Category"), .Type = TEXT("FName"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("DebugDrawSettings"), .Type = TEXT("FRigVMDebugDrawSettings"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
};
|
|
static inline constexpr FRigVMCompiledInFunction RigVMFunctions[] = {
|
|
{ .MethodName = TEXT("FRigVMFunction_VisualLogOrientedBox::Execute"),
|
|
.Function = &FRigVMFunction_VisualLogOrientedBox::RigVMExecute,
|
|
.Parameters = MakeArrayView(RigVMFunctionParameters_Execute),
|
|
},
|
|
};
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigVMFunction_VisualLogOrientedBox>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FRigVMFunction_VisualLogOrientedBox_Statics
|
|
static_assert(std::is_polymorphic<FRigVMFunction_VisualLogOrientedBox>() == std::is_polymorphic<FRigVMFunction_VisualLogWireframeOptional>(), "USTRUCT FRigVMFunction_VisualLogOrientedBox cannot be polymorphic unless super FRigVMFunction_VisualLogWireframeOptional is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogOrientedBox;
|
|
class UScriptStruct* FRigVMFunction_VisualLogOrientedBox::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogOrientedBox.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogOrientedBox.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogOrientedBox, (UObject*)Z_Construct_UPackage__Script_RigVM(), TEXT("RigVMFunction_VisualLogOrientedBox"));
|
|
FRigVMRegistry::Get().RegisterCompiledInStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogOrientedBox.OuterSingleton, MakeArrayView(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogOrientedBox_Statics::RigVMFunctions));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogOrientedBox.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogOrientedBox Property Definitions **********
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogOrientedBox_Statics::NewProp_Box = { "Box", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VisualLogOrientedBox, Box), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Box_MetaData), NewProp_Box_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogOrientedBox_Statics::NewProp_Transform = { "Transform", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VisualLogOrientedBox, Transform), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Transform_MetaData), NewProp_Transform_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FRigVMFunction_VisualLogOrientedBox_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogOrientedBox_Statics::NewProp_Box,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogOrientedBox_Statics::NewProp_Transform,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogOrientedBox_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogOrientedBox Property Definitions ************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogOrientedBox_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_RigVM,
|
|
Z_Construct_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional,
|
|
&NewStructOps,
|
|
"RigVMFunction_VisualLogOrientedBox",
|
|
Z_Construct_UScriptStruct_FRigVMFunction_VisualLogOrientedBox_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogOrientedBox_Statics::PropPointers),
|
|
sizeof(FRigVMFunction_VisualLogOrientedBox),
|
|
alignof(FRigVMFunction_VisualLogOrientedBox),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogOrientedBox_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigVMFunction_VisualLogOrientedBox_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_VisualLogOrientedBox()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogOrientedBox.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogOrientedBox.InnerSingleton, Z_Construct_UScriptStruct_FRigVMFunction_VisualLogOrientedBox_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogOrientedBox.InnerSingleton);
|
|
}
|
|
void FRigVMFunction_VisualLogOrientedBox::Execute()
|
|
{
|
|
FRigVMExecuteContext TemporaryExecuteContext;
|
|
TemporaryExecuteContext.Initialize();
|
|
Execute(TemporaryExecuteContext);
|
|
}
|
|
void FRigVMFunction_VisualLogOrientedBox::Execute(FRigVMExecuteContext& InExecuteContext)
|
|
{
|
|
StaticExecute(
|
|
InExecuteContext,
|
|
Box,
|
|
Transform,
|
|
bWireframe,
|
|
ObjectColor,
|
|
Text,
|
|
Category,
|
|
DebugDrawSettings
|
|
);
|
|
}
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogOrientedBox *********************************
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogArrow *************************************
|
|
struct Z_Construct_UScriptStruct_FRigVMFunction_VisualLogArrow_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FRigVMFunction_VisualLogArrow); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FRigVMFunction_VisualLogArrow); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/** Logs arrow - recording for Visual Logs has to be enabled to record this data */" },
|
|
{ "DisplayName", "Visual Log Arrow" },
|
|
{ "Keywords", "Draw,String,Direction" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "Logs arrow - recording for Visual Logs has to be enabled to record this data" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SegmentStart_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** The start of the arrow */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "The start of the arrow" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SegmentEnd_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** The end of the arrow */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "The end of the arrow" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ArrowHeadSize_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** The size of the arrow head */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "The size of the arrow head" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogArrow constinit property declarations *****
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SegmentStart;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SegmentEnd;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ArrowHeadSize;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogArrow constinit property declarations *******
|
|
static inline constexpr FRigVMCompiledInFunctionArgument RigVMFunctionParameters_Execute[] = {
|
|
{ .Name = TEXT("SegmentStart"), .Type = TEXT("FVector"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("SegmentEnd"), .Type = TEXT("FVector"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("ArrowHeadSize"), .Type = TEXT("float"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("ObjectColor"), .Type = TEXT("FLinearColor"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Text"), .Type = TEXT("FString"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Category"), .Type = TEXT("FName"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("DebugDrawSettings"), .Type = TEXT("FRigVMDebugDrawSettings"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
};
|
|
static inline constexpr FRigVMCompiledInFunction RigVMFunctions[] = {
|
|
{ .MethodName = TEXT("FRigVMFunction_VisualLogArrow::Execute"),
|
|
.Function = &FRigVMFunction_VisualLogArrow::RigVMExecute,
|
|
.Parameters = MakeArrayView(RigVMFunctionParameters_Execute),
|
|
},
|
|
};
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigVMFunction_VisualLogArrow>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FRigVMFunction_VisualLogArrow_Statics
|
|
static_assert(std::is_polymorphic<FRigVMFunction_VisualLogArrow>() == std::is_polymorphic<FRigVMFunction_VisualLogObject>(), "USTRUCT FRigVMFunction_VisualLogArrow cannot be polymorphic unless super FRigVMFunction_VisualLogObject is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogArrow;
|
|
class UScriptStruct* FRigVMFunction_VisualLogArrow::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogArrow.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogArrow.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogArrow, (UObject*)Z_Construct_UPackage__Script_RigVM(), TEXT("RigVMFunction_VisualLogArrow"));
|
|
FRigVMRegistry::Get().RegisterCompiledInStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogArrow.OuterSingleton, MakeArrayView(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogArrow_Statics::RigVMFunctions));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogArrow.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogArrow Property Definitions ****************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogArrow_Statics::NewProp_SegmentStart = { "SegmentStart", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VisualLogArrow, SegmentStart), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SegmentStart_MetaData), NewProp_SegmentStart_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogArrow_Statics::NewProp_SegmentEnd = { "SegmentEnd", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VisualLogArrow, SegmentEnd), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SegmentEnd_MetaData), NewProp_SegmentEnd_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogArrow_Statics::NewProp_ArrowHeadSize = { "ArrowHeadSize", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VisualLogArrow, ArrowHeadSize), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ArrowHeadSize_MetaData), NewProp_ArrowHeadSize_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FRigVMFunction_VisualLogArrow_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogArrow_Statics::NewProp_SegmentStart,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogArrow_Statics::NewProp_SegmentEnd,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogArrow_Statics::NewProp_ArrowHeadSize,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogArrow_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogArrow Property Definitions ******************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogArrow_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_RigVM,
|
|
Z_Construct_UScriptStruct_FRigVMFunction_VisualLogObject,
|
|
&NewStructOps,
|
|
"RigVMFunction_VisualLogArrow",
|
|
Z_Construct_UScriptStruct_FRigVMFunction_VisualLogArrow_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogArrow_Statics::PropPointers),
|
|
sizeof(FRigVMFunction_VisualLogArrow),
|
|
alignof(FRigVMFunction_VisualLogArrow),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogArrow_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigVMFunction_VisualLogArrow_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_VisualLogArrow()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogArrow.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogArrow.InnerSingleton, Z_Construct_UScriptStruct_FRigVMFunction_VisualLogArrow_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogArrow.InnerSingleton);
|
|
}
|
|
void FRigVMFunction_VisualLogArrow::Execute()
|
|
{
|
|
FRigVMExecuteContext TemporaryExecuteContext;
|
|
TemporaryExecuteContext.Initialize();
|
|
Execute(TemporaryExecuteContext);
|
|
}
|
|
void FRigVMFunction_VisualLogArrow::Execute(FRigVMExecuteContext& InExecuteContext)
|
|
{
|
|
StaticExecute(
|
|
InExecuteContext,
|
|
SegmentStart,
|
|
SegmentEnd,
|
|
ArrowHeadSize,
|
|
ObjectColor,
|
|
Text,
|
|
Category,
|
|
DebugDrawSettings
|
|
);
|
|
}
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogArrow ***************************************
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogCircle ************************************
|
|
struct Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCircle_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FRigVMFunction_VisualLogCircle); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FRigVMFunction_VisualLogCircle); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/** Logs circle - recording for Visual Logs has to be enabled to record this data */" },
|
|
{ "DisplayName", "Visual Log Circle" },
|
|
{ "Keywords", "Draw,String,Disc" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "Logs circle - recording for Visual Logs has to be enabled to record this data" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Center_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** The center of the circle */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "The center of the circle" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_UpAxis_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** The up axis/normal of the circle's plane */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "The up axis/normal of the circle's plane" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Radius_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** The radius of the circle */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "The radius of the circle" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Thickness_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** The thickness the circle */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "The thickness the circle" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogCircle constinit property declarations ****
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Center;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_UpAxis;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Radius;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Thickness;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogCircle constinit property declarations ******
|
|
static inline constexpr FRigVMCompiledInFunctionArgument RigVMFunctionParameters_Execute[] = {
|
|
{ .Name = TEXT("Center"), .Type = TEXT("FVector"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("UpAxis"), .Type = TEXT("FVector"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Radius"), .Type = TEXT("float"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Thickness"), .Type = TEXT("float"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("bWireframe"), .Type = TEXT("bool"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("ObjectColor"), .Type = TEXT("FLinearColor"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Text"), .Type = TEXT("FString"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Category"), .Type = TEXT("FName"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("DebugDrawSettings"), .Type = TEXT("FRigVMDebugDrawSettings"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
};
|
|
static inline constexpr FRigVMCompiledInFunction RigVMFunctions[] = {
|
|
{ .MethodName = TEXT("FRigVMFunction_VisualLogCircle::Execute"),
|
|
.Function = &FRigVMFunction_VisualLogCircle::RigVMExecute,
|
|
.Parameters = MakeArrayView(RigVMFunctionParameters_Execute),
|
|
},
|
|
};
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigVMFunction_VisualLogCircle>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCircle_Statics
|
|
static_assert(std::is_polymorphic<FRigVMFunction_VisualLogCircle>() == std::is_polymorphic<FRigVMFunction_VisualLogWireframeOptional>(), "USTRUCT FRigVMFunction_VisualLogCircle cannot be polymorphic unless super FRigVMFunction_VisualLogWireframeOptional is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCircle;
|
|
class UScriptStruct* FRigVMFunction_VisualLogCircle::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCircle.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCircle.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCircle, (UObject*)Z_Construct_UPackage__Script_RigVM(), TEXT("RigVMFunction_VisualLogCircle"));
|
|
FRigVMRegistry::Get().RegisterCompiledInStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCircle.OuterSingleton, MakeArrayView(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCircle_Statics::RigVMFunctions));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCircle.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogCircle Property Definitions ***************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCircle_Statics::NewProp_Center = { "Center", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VisualLogCircle, Center), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Center_MetaData), NewProp_Center_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCircle_Statics::NewProp_UpAxis = { "UpAxis", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VisualLogCircle, UpAxis), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_UpAxis_MetaData), NewProp_UpAxis_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCircle_Statics::NewProp_Radius = { "Radius", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VisualLogCircle, Radius), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Radius_MetaData), NewProp_Radius_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCircle_Statics::NewProp_Thickness = { "Thickness", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VisualLogCircle, Thickness), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Thickness_MetaData), NewProp_Thickness_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCircle_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCircle_Statics::NewProp_Center,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCircle_Statics::NewProp_UpAxis,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCircle_Statics::NewProp_Radius,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCircle_Statics::NewProp_Thickness,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCircle_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogCircle Property Definitions *****************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCircle_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_RigVM,
|
|
Z_Construct_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional,
|
|
&NewStructOps,
|
|
"RigVMFunction_VisualLogCircle",
|
|
Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCircle_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCircle_Statics::PropPointers),
|
|
sizeof(FRigVMFunction_VisualLogCircle),
|
|
alignof(FRigVMFunction_VisualLogCircle),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCircle_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCircle_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCircle()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCircle.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCircle.InnerSingleton, Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCircle_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCircle.InnerSingleton);
|
|
}
|
|
void FRigVMFunction_VisualLogCircle::Execute()
|
|
{
|
|
FRigVMExecuteContext TemporaryExecuteContext;
|
|
TemporaryExecuteContext.Initialize();
|
|
Execute(TemporaryExecuteContext);
|
|
}
|
|
void FRigVMFunction_VisualLogCircle::Execute(FRigVMExecuteContext& InExecuteContext)
|
|
{
|
|
StaticExecute(
|
|
InExecuteContext,
|
|
Center,
|
|
UpAxis,
|
|
Radius,
|
|
Thickness,
|
|
bWireframe,
|
|
ObjectColor,
|
|
Text,
|
|
Category,
|
|
DebugDrawSettings
|
|
);
|
|
}
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogCircle **************************************
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogSegment ***********************************
|
|
struct Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSegment_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FRigVMFunction_VisualLogSegment); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FRigVMFunction_VisualLogSegment); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/** Logs segment - recording for Visual Logs has to be enabled to record this data */" },
|
|
{ "DisplayName", "Visual Log Segment" },
|
|
{ "Keywords", "Draw,String,Line" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "Logs segment - recording for Visual Logs has to be enabled to record this data" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SegmentStart_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** The start of the line segment */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "The start of the line segment" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SegmentEnd_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** The end of the line segment */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "The end of the line segment" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Thickness_MetaData[] = {
|
|
{ "Category", "Pins" },
|
|
{ "Comment", "/** The thickness the circle */" },
|
|
{ "Input", "" },
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h" },
|
|
{ "ToolTip", "The thickness the circle" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogSegment constinit property declarations ***
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SegmentStart;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SegmentEnd;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Thickness;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogSegment constinit property declarations *****
|
|
static inline constexpr FRigVMCompiledInFunctionArgument RigVMFunctionParameters_Execute[] = {
|
|
{ .Name = TEXT("SegmentStart"), .Type = TEXT("FVector"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("SegmentEnd"), .Type = TEXT("FVector"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Thickness"), .Type = TEXT("float"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("ObjectColor"), .Type = TEXT("FLinearColor"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Text"), .Type = TEXT("FString"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("Category"), .Type = TEXT("FName"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
{ .Name = TEXT("DebugDrawSettings"), .Type = TEXT("FRigVMDebugDrawSettings"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
|
};
|
|
static inline constexpr FRigVMCompiledInFunction RigVMFunctions[] = {
|
|
{ .MethodName = TEXT("FRigVMFunction_VisualLogSegment::Execute"),
|
|
.Function = &FRigVMFunction_VisualLogSegment::RigVMExecute,
|
|
.Parameters = MakeArrayView(RigVMFunctionParameters_Execute),
|
|
},
|
|
};
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigVMFunction_VisualLogSegment>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSegment_Statics
|
|
static_assert(std::is_polymorphic<FRigVMFunction_VisualLogSegment>() == std::is_polymorphic<FRigVMFunction_VisualLogObject>(), "USTRUCT FRigVMFunction_VisualLogSegment cannot be polymorphic unless super FRigVMFunction_VisualLogObject is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogSegment;
|
|
class UScriptStruct* FRigVMFunction_VisualLogSegment::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogSegment.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogSegment.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSegment, (UObject*)Z_Construct_UPackage__Script_RigVM(), TEXT("RigVMFunction_VisualLogSegment"));
|
|
FRigVMRegistry::Get().RegisterCompiledInStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogSegment.OuterSingleton, MakeArrayView(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSegment_Statics::RigVMFunctions));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogSegment.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FRigVMFunction_VisualLogSegment Property Definitions **************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSegment_Statics::NewProp_SegmentStart = { "SegmentStart", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VisualLogSegment, SegmentStart), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SegmentStart_MetaData), NewProp_SegmentStart_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSegment_Statics::NewProp_SegmentEnd = { "SegmentEnd", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VisualLogSegment, SegmentEnd), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SegmentEnd_MetaData), NewProp_SegmentEnd_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSegment_Statics::NewProp_Thickness = { "Thickness", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VisualLogSegment, Thickness), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Thickness_MetaData), NewProp_Thickness_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSegment_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSegment_Statics::NewProp_SegmentStart,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSegment_Statics::NewProp_SegmentEnd,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSegment_Statics::NewProp_Thickness,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSegment_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogSegment Property Definitions ****************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSegment_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_RigVM,
|
|
Z_Construct_UScriptStruct_FRigVMFunction_VisualLogObject,
|
|
&NewStructOps,
|
|
"RigVMFunction_VisualLogSegment",
|
|
Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSegment_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSegment_Statics::PropPointers),
|
|
sizeof(FRigVMFunction_VisualLogSegment),
|
|
alignof(FRigVMFunction_VisualLogSegment),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSegment_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSegment_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSegment()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogSegment.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogSegment.InnerSingleton, Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSegment_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogSegment.InnerSingleton);
|
|
}
|
|
void FRigVMFunction_VisualLogSegment::Execute()
|
|
{
|
|
FRigVMExecuteContext TemporaryExecuteContext;
|
|
TemporaryExecuteContext.Initialize();
|
|
Execute(TemporaryExecuteContext);
|
|
}
|
|
void FRigVMFunction_VisualLogSegment::Execute(FRigVMExecuteContext& InExecuteContext)
|
|
{
|
|
StaticExecute(
|
|
InExecuteContext,
|
|
SegmentStart,
|
|
SegmentEnd,
|
|
Thickness,
|
|
ObjectColor,
|
|
Text,
|
|
Category,
|
|
DebugDrawSettings
|
|
);
|
|
}
|
|
// ********** End ScriptStruct FRigVMFunction_VisualLogSegment *************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMFunctions_Debug_RigVMFunction_VisualLog_h__Script_RigVM_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FRigVMFunction_VisualLogBase::StaticStruct, Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBase_Statics::NewStructOps, TEXT("RigVMFunction_VisualLogBase"),&Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogBase, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigVMFunction_VisualLogBase), 3551477080U) },
|
|
{ FRigVMFunction_VisualLogText::StaticStruct, Z_Construct_UScriptStruct_FRigVMFunction_VisualLogText_Statics::NewStructOps, TEXT("RigVMFunction_VisualLogText"),&Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogText, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigVMFunction_VisualLogText), 1441416602U) },
|
|
{ FRigVMFunction_VisualLogObject::StaticStruct, Z_Construct_UScriptStruct_FRigVMFunction_VisualLogObject_Statics::NewStructOps, TEXT("RigVMFunction_VisualLogObject"),&Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogObject, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigVMFunction_VisualLogObject), 1203704215U) },
|
|
{ FRigVMFunction_VisualLogLocation::StaticStruct, Z_Construct_UScriptStruct_FRigVMFunction_VisualLogLocation_Statics::NewStructOps, TEXT("RigVMFunction_VisualLogLocation"),&Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogLocation, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigVMFunction_VisualLogLocation), 2671801708U) },
|
|
{ FRigVMFunction_VisualLogWireframeOptional::StaticStruct, Z_Construct_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional_Statics::NewStructOps, TEXT("RigVMFunction_VisualLogWireframeOptional"),&Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogWireframeOptional, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigVMFunction_VisualLogWireframeOptional), 973026237U) },
|
|
{ FRigVMFunction_VisualLogSphere::StaticStruct, Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSphere_Statics::NewStructOps, TEXT("RigVMFunction_VisualLogSphere"),&Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogSphere, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigVMFunction_VisualLogSphere), 4182968296U) },
|
|
{ FRigVMFunction_VisualLogCone::StaticStruct, Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCone_Statics::NewStructOps, TEXT("RigVMFunction_VisualLogCone"),&Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCone, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigVMFunction_VisualLogCone), 313419349U) },
|
|
{ FRigVMFunction_VisualLogCylinder::StaticStruct, Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCylinder_Statics::NewStructOps, TEXT("RigVMFunction_VisualLogCylinder"),&Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCylinder, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigVMFunction_VisualLogCylinder), 2796468216U) },
|
|
{ FRigVMFunction_VisualLogCapsule::StaticStruct, Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCapsule_Statics::NewStructOps, TEXT("RigVMFunction_VisualLogCapsule"),&Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCapsule, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigVMFunction_VisualLogCapsule), 2300686440U) },
|
|
{ FRigVMFunction_VisualLogBox::StaticStruct, Z_Construct_UScriptStruct_FRigVMFunction_VisualLogBox_Statics::NewStructOps, TEXT("RigVMFunction_VisualLogBox"),&Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogBox, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigVMFunction_VisualLogBox), 3094363234U) },
|
|
{ FRigVMFunction_VisualLogOrientedBox::StaticStruct, Z_Construct_UScriptStruct_FRigVMFunction_VisualLogOrientedBox_Statics::NewStructOps, TEXT("RigVMFunction_VisualLogOrientedBox"),&Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogOrientedBox, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigVMFunction_VisualLogOrientedBox), 3019924942U) },
|
|
{ FRigVMFunction_VisualLogArrow::StaticStruct, Z_Construct_UScriptStruct_FRigVMFunction_VisualLogArrow_Statics::NewStructOps, TEXT("RigVMFunction_VisualLogArrow"),&Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogArrow, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigVMFunction_VisualLogArrow), 498697048U) },
|
|
{ FRigVMFunction_VisualLogCircle::StaticStruct, Z_Construct_UScriptStruct_FRigVMFunction_VisualLogCircle_Statics::NewStructOps, TEXT("RigVMFunction_VisualLogCircle"),&Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogCircle, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigVMFunction_VisualLogCircle), 4080396698U) },
|
|
{ FRigVMFunction_VisualLogSegment::StaticStruct, Z_Construct_UScriptStruct_FRigVMFunction_VisualLogSegment_Statics::NewStructOps, TEXT("RigVMFunction_VisualLogSegment"),&Z_Registration_Info_UScriptStruct_FRigVMFunction_VisualLogSegment, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigVMFunction_VisualLogSegment), 2776586542U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMFunctions_Debug_RigVMFunction_VisualLog_h__Script_RigVM_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMFunctions_Debug_RigVMFunction_VisualLog_h__Script_RigVM_2575379544{
|
|
TEXT("/Script/RigVM"),
|
|
nullptr, 0,
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMFunctions_Debug_RigVMFunction_VisualLog_h__Script_RigVM_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMFunctions_Debug_RigVMFunction_VisualLog_h__Script_RigVM_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|