400 lines
27 KiB
C++
400 lines
27 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 "RigVMModel/Nodes/RigVMCommentNode.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeRigVMCommentNode() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMCommentNode();
|
|
RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMCommentNode_NoRegister();
|
|
RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMNode();
|
|
UPackage* Z_Construct_UPackage__Script_RigVMDeveloper();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class URigVMCommentNode Function GetCommentBubbleVisible ***********************
|
|
struct Z_Construct_UFunction_URigVMCommentNode_GetCommentBubbleVisible_Statics
|
|
{
|
|
struct RigVMCommentNode_eventGetCommentBubbleVisible_Parms
|
|
{
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "RigVMCommentNode" },
|
|
{ "Comment", "// Returns the current user provided bubble visibility of this comment.\n" },
|
|
{ "ModuleRelativePath", "Public/RigVMModel/Nodes/RigVMCommentNode.h" },
|
|
{ "ToolTip", "Returns the current user provided bubble visibility of this comment." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetCommentBubbleVisible constinit property declarations ***************
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetCommentBubbleVisible constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetCommentBubbleVisible Property Definitions **************************
|
|
void Z_Construct_UFunction_URigVMCommentNode_GetCommentBubbleVisible_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((RigVMCommentNode_eventGetCommentBubbleVisible_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_URigVMCommentNode_GetCommentBubbleVisible_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(RigVMCommentNode_eventGetCommentBubbleVisible_Parms), &Z_Construct_UFunction_URigVMCommentNode_GetCommentBubbleVisible_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URigVMCommentNode_GetCommentBubbleVisible_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URigVMCommentNode_GetCommentBubbleVisible_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMCommentNode_GetCommentBubbleVisible_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetCommentBubbleVisible Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URigVMCommentNode_GetCommentBubbleVisible_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URigVMCommentNode, nullptr, "GetCommentBubbleVisible", Z_Construct_UFunction_URigVMCommentNode_GetCommentBubbleVisible_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMCommentNode_GetCommentBubbleVisible_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_URigVMCommentNode_GetCommentBubbleVisible_Statics::RigVMCommentNode_eventGetCommentBubbleVisible_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMCommentNode_GetCommentBubbleVisible_Statics::Function_MetaDataParams), Z_Construct_UFunction_URigVMCommentNode_GetCommentBubbleVisible_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_URigVMCommentNode_GetCommentBubbleVisible_Statics::RigVMCommentNode_eventGetCommentBubbleVisible_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_URigVMCommentNode_GetCommentBubbleVisible()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URigVMCommentNode_GetCommentBubbleVisible_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(URigVMCommentNode::execGetCommentBubbleVisible)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=P_THIS->GetCommentBubbleVisible();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class URigVMCommentNode Function GetCommentBubbleVisible *************************
|
|
|
|
// ********** Begin Class URigVMCommentNode Function GetCommentColorBubble *************************
|
|
struct Z_Construct_UFunction_URigVMCommentNode_GetCommentColorBubble_Statics
|
|
{
|
|
struct RigVMCommentNode_eventGetCommentColorBubble_Parms
|
|
{
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "RigVMCommentNode" },
|
|
{ "Comment", "// Returns the current user provided bubble color inheritance of this comment.\n" },
|
|
{ "ModuleRelativePath", "Public/RigVMModel/Nodes/RigVMCommentNode.h" },
|
|
{ "ToolTip", "Returns the current user provided bubble color inheritance of this comment." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetCommentColorBubble constinit property declarations *****************
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetCommentColorBubble constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetCommentColorBubble Property Definitions ****************************
|
|
void Z_Construct_UFunction_URigVMCommentNode_GetCommentColorBubble_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((RigVMCommentNode_eventGetCommentColorBubble_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_URigVMCommentNode_GetCommentColorBubble_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(RigVMCommentNode_eventGetCommentColorBubble_Parms), &Z_Construct_UFunction_URigVMCommentNode_GetCommentColorBubble_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URigVMCommentNode_GetCommentColorBubble_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URigVMCommentNode_GetCommentColorBubble_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMCommentNode_GetCommentColorBubble_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetCommentColorBubble Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URigVMCommentNode_GetCommentColorBubble_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URigVMCommentNode, nullptr, "GetCommentColorBubble", Z_Construct_UFunction_URigVMCommentNode_GetCommentColorBubble_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMCommentNode_GetCommentColorBubble_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_URigVMCommentNode_GetCommentColorBubble_Statics::RigVMCommentNode_eventGetCommentColorBubble_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMCommentNode_GetCommentColorBubble_Statics::Function_MetaDataParams), Z_Construct_UFunction_URigVMCommentNode_GetCommentColorBubble_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_URigVMCommentNode_GetCommentColorBubble_Statics::RigVMCommentNode_eventGetCommentColorBubble_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_URigVMCommentNode_GetCommentColorBubble()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URigVMCommentNode_GetCommentColorBubble_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(URigVMCommentNode::execGetCommentColorBubble)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=P_THIS->GetCommentColorBubble();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class URigVMCommentNode Function GetCommentColorBubble ***************************
|
|
|
|
// ********** Begin Class URigVMCommentNode Function GetCommentFontSize ****************************
|
|
struct Z_Construct_UFunction_URigVMCommentNode_GetCommentFontSize_Statics
|
|
{
|
|
struct RigVMCommentNode_eventGetCommentFontSize_Parms
|
|
{
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "RigVMCommentNode" },
|
|
{ "Comment", "// Returns the current user provided font size of this comment.\n" },
|
|
{ "ModuleRelativePath", "Public/RigVMModel/Nodes/RigVMCommentNode.h" },
|
|
{ "ToolTip", "Returns the current user provided font size of this comment." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetCommentFontSize constinit property declarations ********************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetCommentFontSize constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetCommentFontSize Property Definitions *******************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_URigVMCommentNode_GetCommentFontSize_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RigVMCommentNode_eventGetCommentFontSize_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URigVMCommentNode_GetCommentFontSize_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URigVMCommentNode_GetCommentFontSize_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMCommentNode_GetCommentFontSize_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetCommentFontSize Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URigVMCommentNode_GetCommentFontSize_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URigVMCommentNode, nullptr, "GetCommentFontSize", Z_Construct_UFunction_URigVMCommentNode_GetCommentFontSize_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMCommentNode_GetCommentFontSize_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_URigVMCommentNode_GetCommentFontSize_Statics::RigVMCommentNode_eventGetCommentFontSize_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMCommentNode_GetCommentFontSize_Statics::Function_MetaDataParams), Z_Construct_UFunction_URigVMCommentNode_GetCommentFontSize_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_URigVMCommentNode_GetCommentFontSize_Statics::RigVMCommentNode_eventGetCommentFontSize_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_URigVMCommentNode_GetCommentFontSize()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URigVMCommentNode_GetCommentFontSize_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(URigVMCommentNode::execGetCommentFontSize)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=P_THIS->GetCommentFontSize();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class URigVMCommentNode Function GetCommentFontSize ******************************
|
|
|
|
// ********** Begin Class URigVMCommentNode Function GetCommentText ********************************
|
|
struct Z_Construct_UFunction_URigVMCommentNode_GetCommentText_Statics
|
|
{
|
|
struct RigVMCommentNode_eventGetCommentText_Parms
|
|
{
|
|
FString ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "RigVMCommentNode" },
|
|
{ "Comment", "// Returns the current user provided text of this comment.\n" },
|
|
{ "ModuleRelativePath", "Public/RigVMModel/Nodes/RigVMCommentNode.h" },
|
|
{ "ToolTip", "Returns the current user provided text of this comment." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetCommentText constinit property declarations ************************
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetCommentText constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetCommentText Property Definitions ***********************************
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_URigVMCommentNode_GetCommentText_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RigVMCommentNode_eventGetCommentText_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URigVMCommentNode_GetCommentText_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URigVMCommentNode_GetCommentText_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMCommentNode_GetCommentText_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetCommentText Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URigVMCommentNode_GetCommentText_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URigVMCommentNode, nullptr, "GetCommentText", Z_Construct_UFunction_URigVMCommentNode_GetCommentText_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMCommentNode_GetCommentText_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_URigVMCommentNode_GetCommentText_Statics::RigVMCommentNode_eventGetCommentText_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMCommentNode_GetCommentText_Statics::Function_MetaDataParams), Z_Construct_UFunction_URigVMCommentNode_GetCommentText_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_URigVMCommentNode_GetCommentText_Statics::RigVMCommentNode_eventGetCommentText_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_URigVMCommentNode_GetCommentText()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URigVMCommentNode_GetCommentText_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(URigVMCommentNode::execGetCommentText)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FString*)Z_Param__Result=P_THIS->GetCommentText();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class URigVMCommentNode Function GetCommentText **********************************
|
|
|
|
// ********** Begin Class URigVMCommentNode ********************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_URigVMCommentNode;
|
|
UClass* URigVMCommentNode::GetPrivateStaticClass()
|
|
{
|
|
using TClass = URigVMCommentNode;
|
|
if (!Z_Registration_Info_UClass_URigVMCommentNode.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("RigVMCommentNode"),
|
|
Z_Registration_Info_UClass_URigVMCommentNode.InnerSingleton,
|
|
StaticRegisterNativesURigVMCommentNode,
|
|
sizeof(TClass),
|
|
alignof(TClass),
|
|
TClass::StaticClassFlags,
|
|
TClass::StaticClassCastFlags(),
|
|
TClass::StaticConfigName(),
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
|
&TClass::Super::StaticClass,
|
|
&TClass::WithinClass::StaticClass
|
|
);
|
|
}
|
|
return Z_Registration_Info_UClass_URigVMCommentNode.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_URigVMCommentNode_NoRegister()
|
|
{
|
|
return URigVMCommentNode::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_URigVMCommentNode_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "Comment", "/**\n * Comment Nodes can be used to annotate a Graph by adding\n * colored grouping as well as user provided text.\n * Comment Nodes are purely cosmetic and don't contribute\n * to the runtime result of the Graph / Function.\n */" },
|
|
{ "IncludePath", "RigVMModel/Nodes/RigVMCommentNode.h" },
|
|
{ "ModuleRelativePath", "Public/RigVMModel/Nodes/RigVMCommentNode.h" },
|
|
{ "ToolTip", "Comment Nodes can be used to annotate a Graph by adding\ncolored grouping as well as user provided text.\nComment Nodes are purely cosmetic and don't contribute\nto the runtime result of the Graph / Function." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CommentText_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/RigVMModel/Nodes/RigVMCommentNode.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FontSize_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/RigVMModel/Nodes/RigVMCommentNode.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bBubbleVisible_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/RigVMModel/Nodes/RigVMCommentNode.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bColorBubble_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/RigVMModel/Nodes/RigVMCommentNode.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class URigVMCommentNode constinit property declarations ************************
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_CommentText;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_FontSize;
|
|
static void NewProp_bBubbleVisible_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bBubbleVisible;
|
|
static void NewProp_bColorBubble_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bColorBubble;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class URigVMCommentNode constinit property declarations **************************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("GetCommentBubbleVisible"), .Pointer = &URigVMCommentNode::execGetCommentBubbleVisible },
|
|
{ .NameUTF8 = UTF8TEXT("GetCommentColorBubble"), .Pointer = &URigVMCommentNode::execGetCommentColorBubble },
|
|
{ .NameUTF8 = UTF8TEXT("GetCommentFontSize"), .Pointer = &URigVMCommentNode::execGetCommentFontSize },
|
|
{ .NameUTF8 = UTF8TEXT("GetCommentText"), .Pointer = &URigVMCommentNode::execGetCommentText },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_URigVMCommentNode_GetCommentBubbleVisible, "GetCommentBubbleVisible" }, // 2677272765
|
|
{ &Z_Construct_UFunction_URigVMCommentNode_GetCommentColorBubble, "GetCommentColorBubble" }, // 538495271
|
|
{ &Z_Construct_UFunction_URigVMCommentNode_GetCommentFontSize, "GetCommentFontSize" }, // 910949767
|
|
{ &Z_Construct_UFunction_URigVMCommentNode_GetCommentText, "GetCommentText" }, // 1472348266
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<URigVMCommentNode>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_URigVMCommentNode_Statics
|
|
|
|
// ********** Begin Class URigVMCommentNode Property Definitions ***********************************
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_URigVMCommentNode_Statics::NewProp_CommentText = { "CommentText", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URigVMCommentNode, CommentText), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CommentText_MetaData), NewProp_CommentText_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_URigVMCommentNode_Statics::NewProp_FontSize = { "FontSize", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URigVMCommentNode, FontSize), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FontSize_MetaData), NewProp_FontSize_MetaData) };
|
|
void Z_Construct_UClass_URigVMCommentNode_Statics::NewProp_bBubbleVisible_SetBit(void* Obj)
|
|
{
|
|
((URigVMCommentNode*)Obj)->bBubbleVisible = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_URigVMCommentNode_Statics::NewProp_bBubbleVisible = { "bBubbleVisible", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(URigVMCommentNode), &Z_Construct_UClass_URigVMCommentNode_Statics::NewProp_bBubbleVisible_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bBubbleVisible_MetaData), NewProp_bBubbleVisible_MetaData) };
|
|
void Z_Construct_UClass_URigVMCommentNode_Statics::NewProp_bColorBubble_SetBit(void* Obj)
|
|
{
|
|
((URigVMCommentNode*)Obj)->bColorBubble = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_URigVMCommentNode_Statics::NewProp_bColorBubble = { "bColorBubble", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(URigVMCommentNode), &Z_Construct_UClass_URigVMCommentNode_Statics::NewProp_bColorBubble_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bColorBubble_MetaData), NewProp_bColorBubble_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_URigVMCommentNode_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URigVMCommentNode_Statics::NewProp_CommentText,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URigVMCommentNode_Statics::NewProp_FontSize,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URigVMCommentNode_Statics::NewProp_bBubbleVisible,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URigVMCommentNode_Statics::NewProp_bColorBubble,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_URigVMCommentNode_Statics::PropPointers) < 2048);
|
|
// ********** End Class URigVMCommentNode Property Definitions *************************************
|
|
UObject* (*const Z_Construct_UClass_URigVMCommentNode_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_URigVMNode,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_RigVMDeveloper,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_URigVMCommentNode_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_URigVMCommentNode_Statics::ClassParams = {
|
|
&URigVMCommentNode::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
Z_Construct_UClass_URigVMCommentNode_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_URigVMCommentNode_Statics::PropPointers),
|
|
0,
|
|
0x000800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_URigVMCommentNode_Statics::Class_MetaDataParams), Z_Construct_UClass_URigVMCommentNode_Statics::Class_MetaDataParams)
|
|
};
|
|
void URigVMCommentNode::StaticRegisterNativesURigVMCommentNode()
|
|
{
|
|
UClass* Class = URigVMCommentNode::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_URigVMCommentNode_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_URigVMCommentNode()
|
|
{
|
|
if (!Z_Registration_Info_UClass_URigVMCommentNode.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_URigVMCommentNode.OuterSingleton, Z_Construct_UClass_URigVMCommentNode_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_URigVMCommentNode.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, URigVMCommentNode);
|
|
URigVMCommentNode::~URigVMCommentNode() {}
|
|
// ********** End Class URigVMCommentNode **********************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMCommentNode_h__Script_RigVMDeveloper_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_URigVMCommentNode, URigVMCommentNode::StaticClass, TEXT("URigVMCommentNode"), &Z_Registration_Info_UClass_URigVMCommentNode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(URigVMCommentNode), 1961253466U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMCommentNode_h__Script_RigVMDeveloper_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMCommentNode_h__Script_RigVMDeveloper_3429686023{
|
|
TEXT("/Script/RigVMDeveloper"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMCommentNode_h__Script_RigVMDeveloper_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMCommentNode_h__Script_RigVMDeveloper_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|