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

458 lines
40 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 "BaseGizmos/GizmoElementRenderState.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeGizmoElementRenderState() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FLinearColor();
ENGINE_API UClass* Z_Construct_UClass_UMaterialInterface_NoRegister();
INTERACTIVETOOLSFRAMEWORK_API UScriptStruct* Z_Construct_UScriptStruct_FGizmoElementColorAttribute();
INTERACTIVETOOLSFRAMEWORK_API UScriptStruct* Z_Construct_UScriptStruct_FGizmoElementLineRenderStateAttributes();
INTERACTIVETOOLSFRAMEWORK_API UScriptStruct* Z_Construct_UScriptStruct_FGizmoElementMaterialAttribute();
INTERACTIVETOOLSFRAMEWORK_API UScriptStruct* Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes();
UPackage* Z_Construct_UPackage__Script_InteractiveToolsFramework();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FGizmoElementColorAttribute ***************************************
struct Z_Construct_UScriptStruct_FGizmoElementColorAttribute_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FGizmoElementColorAttribute); }
static inline consteval int16 GetStructAlignment() { return alignof(FGizmoElementColorAttribute); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "//\n// Color state attribute struct \n//\n// Stores color state value, whether state is set and whether it overrides child state. \n//\n" },
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementRenderState.h" },
{ "ToolTip", "Color state attribute struct\n\nStores color state value, whether state is set and whether it overrides child state." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Value_MetaData[] = {
{ "Comment", "// Color value\n" },
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementRenderState.h" },
{ "ToolTip", "Color value" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bHasValue_MetaData[] = {
{ "Comment", "// True if value has been set.\n" },
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementRenderState.h" },
{ "ToolTip", "True if value has been set." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverridesChildState_MetaData[] = {
{ "Comment", "// True if this attribute overrides child state attributes\n" },
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementRenderState.h" },
{ "ToolTip", "True if this attribute overrides child state attributes" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FGizmoElementColorAttribute constinit property declarations *******
static const UECodeGen_Private::FStructPropertyParams NewProp_Value;
static void NewProp_bHasValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bHasValue;
static void NewProp_bOverridesChildState_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverridesChildState;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FGizmoElementColorAttribute constinit property declarations *********
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FGizmoElementColorAttribute>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FGizmoElementColorAttribute_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FGizmoElementColorAttribute;
class UScriptStruct* FGizmoElementColorAttribute::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FGizmoElementColorAttribute.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FGizmoElementColorAttribute.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FGizmoElementColorAttribute, (UObject*)Z_Construct_UPackage__Script_InteractiveToolsFramework(), TEXT("GizmoElementColorAttribute"));
}
return Z_Registration_Info_UScriptStruct_FGizmoElementColorAttribute.OuterSingleton;
}
// ********** Begin ScriptStruct FGizmoElementColorAttribute Property Definitions ******************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FGizmoElementColorAttribute_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FGizmoElementColorAttribute, Value), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Value_MetaData), NewProp_Value_MetaData) };
void Z_Construct_UScriptStruct_FGizmoElementColorAttribute_Statics::NewProp_bHasValue_SetBit(void* Obj)
{
((FGizmoElementColorAttribute*)Obj)->bHasValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FGizmoElementColorAttribute_Statics::NewProp_bHasValue = { "bHasValue", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FGizmoElementColorAttribute), &Z_Construct_UScriptStruct_FGizmoElementColorAttribute_Statics::NewProp_bHasValue_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bHasValue_MetaData), NewProp_bHasValue_MetaData) };
void Z_Construct_UScriptStruct_FGizmoElementColorAttribute_Statics::NewProp_bOverridesChildState_SetBit(void* Obj)
{
((FGizmoElementColorAttribute*)Obj)->bOverridesChildState = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FGizmoElementColorAttribute_Statics::NewProp_bOverridesChildState = { "bOverridesChildState", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FGizmoElementColorAttribute), &Z_Construct_UScriptStruct_FGizmoElementColorAttribute_Statics::NewProp_bOverridesChildState_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverridesChildState_MetaData), NewProp_bOverridesChildState_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FGizmoElementColorAttribute_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGizmoElementColorAttribute_Statics::NewProp_Value,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGizmoElementColorAttribute_Statics::NewProp_bHasValue,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGizmoElementColorAttribute_Statics::NewProp_bOverridesChildState,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGizmoElementColorAttribute_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FGizmoElementColorAttribute Property Definitions ********************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FGizmoElementColorAttribute_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_InteractiveToolsFramework,
nullptr,
&NewStructOps,
"GizmoElementColorAttribute",
Z_Construct_UScriptStruct_FGizmoElementColorAttribute_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGizmoElementColorAttribute_Statics::PropPointers),
sizeof(FGizmoElementColorAttribute),
alignof(FGizmoElementColorAttribute),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGizmoElementColorAttribute_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FGizmoElementColorAttribute_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FGizmoElementColorAttribute()
{
if (!Z_Registration_Info_UScriptStruct_FGizmoElementColorAttribute.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FGizmoElementColorAttribute.InnerSingleton, Z_Construct_UScriptStruct_FGizmoElementColorAttribute_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FGizmoElementColorAttribute.InnerSingleton);
}
// ********** End ScriptStruct FGizmoElementColorAttribute *****************************************
// ********** Begin ScriptStruct FGizmoElementMaterialAttribute ************************************
struct Z_Construct_UScriptStruct_FGizmoElementMaterialAttribute_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FGizmoElementMaterialAttribute); }
static inline consteval int16 GetStructAlignment() { return alignof(FGizmoElementMaterialAttribute); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "//\n// Material state attribute struct\n//\n// Stores material state value, whether state is set and whether it overrides child state.\n//\n" },
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementRenderState.h" },
{ "ToolTip", "Material state attribute struct\n\nStores material state value, whether state is set and whether it overrides child state." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Value_MetaData[] = {
{ "Comment", "// Material value\n" },
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementRenderState.h" },
{ "ToolTip", "Material value" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverridesChildState_MetaData[] = {
{ "Comment", "// True if this attribute overrides child state attributes \n" },
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementRenderState.h" },
{ "ToolTip", "True if this attribute overrides child state attributes" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FGizmoElementMaterialAttribute constinit property declarations ****
static const UECodeGen_Private::FWeakObjectPropertyParams NewProp_Value;
static void NewProp_bOverridesChildState_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverridesChildState;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FGizmoElementMaterialAttribute constinit property declarations ******
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FGizmoElementMaterialAttribute>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FGizmoElementMaterialAttribute_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FGizmoElementMaterialAttribute;
class UScriptStruct* FGizmoElementMaterialAttribute::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FGizmoElementMaterialAttribute.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FGizmoElementMaterialAttribute.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FGizmoElementMaterialAttribute, (UObject*)Z_Construct_UPackage__Script_InteractiveToolsFramework(), TEXT("GizmoElementMaterialAttribute"));
}
return Z_Registration_Info_UScriptStruct_FGizmoElementMaterialAttribute.OuterSingleton;
}
// ********** Begin ScriptStruct FGizmoElementMaterialAttribute Property Definitions ***************
const UECodeGen_Private::FWeakObjectPropertyParams Z_Construct_UScriptStruct_FGizmoElementMaterialAttribute_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0014000000000000, UECodeGen_Private::EPropertyGenFlags::WeakObject, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FGizmoElementMaterialAttribute, Value), Z_Construct_UClass_UMaterialInterface_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Value_MetaData), NewProp_Value_MetaData) };
void Z_Construct_UScriptStruct_FGizmoElementMaterialAttribute_Statics::NewProp_bOverridesChildState_SetBit(void* Obj)
{
((FGizmoElementMaterialAttribute*)Obj)->bOverridesChildState = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FGizmoElementMaterialAttribute_Statics::NewProp_bOverridesChildState = { "bOverridesChildState", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FGizmoElementMaterialAttribute), &Z_Construct_UScriptStruct_FGizmoElementMaterialAttribute_Statics::NewProp_bOverridesChildState_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverridesChildState_MetaData), NewProp_bOverridesChildState_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FGizmoElementMaterialAttribute_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGizmoElementMaterialAttribute_Statics::NewProp_Value,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGizmoElementMaterialAttribute_Statics::NewProp_bOverridesChildState,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGizmoElementMaterialAttribute_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FGizmoElementMaterialAttribute Property Definitions *****************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FGizmoElementMaterialAttribute_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_InteractiveToolsFramework,
nullptr,
&NewStructOps,
"GizmoElementMaterialAttribute",
Z_Construct_UScriptStruct_FGizmoElementMaterialAttribute_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGizmoElementMaterialAttribute_Statics::PropPointers),
sizeof(FGizmoElementMaterialAttribute),
alignof(FGizmoElementMaterialAttribute),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGizmoElementMaterialAttribute_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FGizmoElementMaterialAttribute_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FGizmoElementMaterialAttribute()
{
if (!Z_Registration_Info_UScriptStruct_FGizmoElementMaterialAttribute.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FGizmoElementMaterialAttribute.InnerSingleton, Z_Construct_UScriptStruct_FGizmoElementMaterialAttribute_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FGizmoElementMaterialAttribute.InnerSingleton);
}
// ********** End ScriptStruct FGizmoElementMaterialAttribute **************************************
// ********** Begin ScriptStruct FGizmoElementMeshRenderStateAttributes ****************************
struct Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FGizmoElementMeshRenderStateAttributes); }
static inline consteval int16 GetStructAlignment() { return alignof(FGizmoElementMeshRenderStateAttributes); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "//\n// Mesh render state structure.\n//\n" },
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementRenderState.h" },
{ "ToolTip", "Mesh render state structure." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Material_MetaData[] = {
{ "Comment", "// Default material\n" },
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementRenderState.h" },
{ "ToolTip", "Default material" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HoverMaterial_MetaData[] = {
{ "Comment", "// Hover material\n" },
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementRenderState.h" },
{ "ToolTip", "Hover material" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InteractMaterial_MetaData[] = {
{ "Comment", "// Interact material\n" },
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementRenderState.h" },
{ "ToolTip", "Interact material" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SelectMaterial_MetaData[] = {
{ "Comment", "// Select material\n" },
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementRenderState.h" },
{ "ToolTip", "Select material" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SubdueMaterial_MetaData[] = {
{ "Comment", "// Subdue material\n" },
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementRenderState.h" },
{ "ToolTip", "Subdue material" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VertexColor_MetaData[] = {
{ "Comment", "// Mesh vertex color\n" },
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementRenderState.h" },
{ "ToolTip", "Mesh vertex color" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HoverVertexColor_MetaData[] = {
{ "Comment", "// Hover mesh vertex color\n" },
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementRenderState.h" },
{ "ToolTip", "Hover mesh vertex color" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InteractVertexColor_MetaData[] = {
{ "Comment", "// Interact mesh vertex color\n" },
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementRenderState.h" },
{ "ToolTip", "Interact mesh vertex color" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SelectVertexColor_MetaData[] = {
{ "Comment", "// Select mesh vertex color\n" },
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementRenderState.h" },
{ "ToolTip", "Select mesh vertex color" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SubdueVertexColor_MetaData[] = {
{ "Comment", "// Subdue mesh vertex color\n" },
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementRenderState.h" },
{ "ToolTip", "Subdue mesh vertex color" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FGizmoElementMeshRenderStateAttributes constinit property declarations
static const UECodeGen_Private::FStructPropertyParams NewProp_Material;
static const UECodeGen_Private::FStructPropertyParams NewProp_HoverMaterial;
static const UECodeGen_Private::FStructPropertyParams NewProp_InteractMaterial;
static const UECodeGen_Private::FStructPropertyParams NewProp_SelectMaterial;
static const UECodeGen_Private::FStructPropertyParams NewProp_SubdueMaterial;
static const UECodeGen_Private::FStructPropertyParams NewProp_VertexColor;
static const UECodeGen_Private::FStructPropertyParams NewProp_HoverVertexColor;
static const UECodeGen_Private::FStructPropertyParams NewProp_InteractVertexColor;
static const UECodeGen_Private::FStructPropertyParams NewProp_SelectVertexColor;
static const UECodeGen_Private::FStructPropertyParams NewProp_SubdueVertexColor;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FGizmoElementMeshRenderStateAttributes constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FGizmoElementMeshRenderStateAttributes>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FGizmoElementMeshRenderStateAttributes;
class UScriptStruct* FGizmoElementMeshRenderStateAttributes::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FGizmoElementMeshRenderStateAttributes.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FGizmoElementMeshRenderStateAttributes.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes, (UObject*)Z_Construct_UPackage__Script_InteractiveToolsFramework(), TEXT("GizmoElementMeshRenderStateAttributes"));
}
return Z_Registration_Info_UScriptStruct_FGizmoElementMeshRenderStateAttributes.OuterSingleton;
}
// ********** Begin ScriptStruct FGizmoElementMeshRenderStateAttributes Property Definitions *******
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes_Statics::NewProp_Material = { "Material", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FGizmoElementMeshRenderStateAttributes, Material), Z_Construct_UScriptStruct_FGizmoElementMaterialAttribute, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Material_MetaData), NewProp_Material_MetaData) }; // 479913536
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes_Statics::NewProp_HoverMaterial = { "HoverMaterial", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FGizmoElementMeshRenderStateAttributes, HoverMaterial), Z_Construct_UScriptStruct_FGizmoElementMaterialAttribute, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HoverMaterial_MetaData), NewProp_HoverMaterial_MetaData) }; // 479913536
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes_Statics::NewProp_InteractMaterial = { "InteractMaterial", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FGizmoElementMeshRenderStateAttributes, InteractMaterial), Z_Construct_UScriptStruct_FGizmoElementMaterialAttribute, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InteractMaterial_MetaData), NewProp_InteractMaterial_MetaData) }; // 479913536
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes_Statics::NewProp_SelectMaterial = { "SelectMaterial", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FGizmoElementMeshRenderStateAttributes, SelectMaterial), Z_Construct_UScriptStruct_FGizmoElementMaterialAttribute, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SelectMaterial_MetaData), NewProp_SelectMaterial_MetaData) }; // 479913536
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes_Statics::NewProp_SubdueMaterial = { "SubdueMaterial", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FGizmoElementMeshRenderStateAttributes, SubdueMaterial), Z_Construct_UScriptStruct_FGizmoElementMaterialAttribute, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SubdueMaterial_MetaData), NewProp_SubdueMaterial_MetaData) }; // 479913536
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes_Statics::NewProp_VertexColor = { "VertexColor", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FGizmoElementMeshRenderStateAttributes, VertexColor), Z_Construct_UScriptStruct_FGizmoElementColorAttribute, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VertexColor_MetaData), NewProp_VertexColor_MetaData) }; // 3175820743
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes_Statics::NewProp_HoverVertexColor = { "HoverVertexColor", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FGizmoElementMeshRenderStateAttributes, HoverVertexColor), Z_Construct_UScriptStruct_FGizmoElementColorAttribute, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HoverVertexColor_MetaData), NewProp_HoverVertexColor_MetaData) }; // 3175820743
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes_Statics::NewProp_InteractVertexColor = { "InteractVertexColor", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FGizmoElementMeshRenderStateAttributes, InteractVertexColor), Z_Construct_UScriptStruct_FGizmoElementColorAttribute, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InteractVertexColor_MetaData), NewProp_InteractVertexColor_MetaData) }; // 3175820743
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes_Statics::NewProp_SelectVertexColor = { "SelectVertexColor", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FGizmoElementMeshRenderStateAttributes, SelectVertexColor), Z_Construct_UScriptStruct_FGizmoElementColorAttribute, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SelectVertexColor_MetaData), NewProp_SelectVertexColor_MetaData) }; // 3175820743
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes_Statics::NewProp_SubdueVertexColor = { "SubdueVertexColor", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FGizmoElementMeshRenderStateAttributes, SubdueVertexColor), Z_Construct_UScriptStruct_FGizmoElementColorAttribute, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SubdueVertexColor_MetaData), NewProp_SubdueVertexColor_MetaData) }; // 3175820743
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes_Statics::NewProp_Material,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes_Statics::NewProp_HoverMaterial,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes_Statics::NewProp_InteractMaterial,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes_Statics::NewProp_SelectMaterial,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes_Statics::NewProp_SubdueMaterial,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes_Statics::NewProp_VertexColor,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes_Statics::NewProp_HoverVertexColor,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes_Statics::NewProp_InteractVertexColor,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes_Statics::NewProp_SelectVertexColor,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes_Statics::NewProp_SubdueVertexColor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FGizmoElementMeshRenderStateAttributes Property Definitions *********
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_InteractiveToolsFramework,
nullptr,
&NewStructOps,
"GizmoElementMeshRenderStateAttributes",
Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes_Statics::PropPointers),
sizeof(FGizmoElementMeshRenderStateAttributes),
alignof(FGizmoElementMeshRenderStateAttributes),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes()
{
if (!Z_Registration_Info_UScriptStruct_FGizmoElementMeshRenderStateAttributes.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FGizmoElementMeshRenderStateAttributes.InnerSingleton, Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FGizmoElementMeshRenderStateAttributes.InnerSingleton);
}
// ********** End ScriptStruct FGizmoElementMeshRenderStateAttributes ******************************
// ********** Begin ScriptStruct FGizmoElementLineRenderStateAttributes ****************************
struct Z_Construct_UScriptStruct_FGizmoElementLineRenderStateAttributes_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FGizmoElementLineRenderStateAttributes); }
static inline consteval int16 GetStructAlignment() { return alignof(FGizmoElementLineRenderStateAttributes); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "//\n// Line render state structure.\n//\n" },
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementRenderState.h" },
{ "ToolTip", "Line render state structure." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LineColor_MetaData[] = {
{ "Comment", "// Line color\n" },
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementRenderState.h" },
{ "ToolTip", "Line color" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HoverLineColor_MetaData[] = {
{ "Comment", "// Hover line color\n" },
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementRenderState.h" },
{ "ToolTip", "Hover line color" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InteractLineColor_MetaData[] = {
{ "Comment", "// Interact line color\n" },
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementRenderState.h" },
{ "ToolTip", "Interact line color" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SelectLineColor_MetaData[] = {
{ "Comment", "// Select line color\n" },
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementRenderState.h" },
{ "ToolTip", "Select line color" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SubdueLineColor_MetaData[] = {
{ "Comment", "// Subdue line color\n" },
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementRenderState.h" },
{ "ToolTip", "Subdue line color" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FGizmoElementLineRenderStateAttributes constinit property declarations
static const UECodeGen_Private::FStructPropertyParams NewProp_LineColor;
static const UECodeGen_Private::FStructPropertyParams NewProp_HoverLineColor;
static const UECodeGen_Private::FStructPropertyParams NewProp_InteractLineColor;
static const UECodeGen_Private::FStructPropertyParams NewProp_SelectLineColor;
static const UECodeGen_Private::FStructPropertyParams NewProp_SubdueLineColor;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FGizmoElementLineRenderStateAttributes constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FGizmoElementLineRenderStateAttributes>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FGizmoElementLineRenderStateAttributes_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FGizmoElementLineRenderStateAttributes;
class UScriptStruct* FGizmoElementLineRenderStateAttributes::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FGizmoElementLineRenderStateAttributes.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FGizmoElementLineRenderStateAttributes.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FGizmoElementLineRenderStateAttributes, (UObject*)Z_Construct_UPackage__Script_InteractiveToolsFramework(), TEXT("GizmoElementLineRenderStateAttributes"));
}
return Z_Registration_Info_UScriptStruct_FGizmoElementLineRenderStateAttributes.OuterSingleton;
}
// ********** Begin ScriptStruct FGizmoElementLineRenderStateAttributes Property Definitions *******
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FGizmoElementLineRenderStateAttributes_Statics::NewProp_LineColor = { "LineColor", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FGizmoElementLineRenderStateAttributes, LineColor), Z_Construct_UScriptStruct_FGizmoElementColorAttribute, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LineColor_MetaData), NewProp_LineColor_MetaData) }; // 3175820743
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FGizmoElementLineRenderStateAttributes_Statics::NewProp_HoverLineColor = { "HoverLineColor", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FGizmoElementLineRenderStateAttributes, HoverLineColor), Z_Construct_UScriptStruct_FGizmoElementColorAttribute, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HoverLineColor_MetaData), NewProp_HoverLineColor_MetaData) }; // 3175820743
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FGizmoElementLineRenderStateAttributes_Statics::NewProp_InteractLineColor = { "InteractLineColor", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FGizmoElementLineRenderStateAttributes, InteractLineColor), Z_Construct_UScriptStruct_FGizmoElementColorAttribute, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InteractLineColor_MetaData), NewProp_InteractLineColor_MetaData) }; // 3175820743
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FGizmoElementLineRenderStateAttributes_Statics::NewProp_SelectLineColor = { "SelectLineColor", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FGizmoElementLineRenderStateAttributes, SelectLineColor), Z_Construct_UScriptStruct_FGizmoElementColorAttribute, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SelectLineColor_MetaData), NewProp_SelectLineColor_MetaData) }; // 3175820743
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FGizmoElementLineRenderStateAttributes_Statics::NewProp_SubdueLineColor = { "SubdueLineColor", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FGizmoElementLineRenderStateAttributes, SubdueLineColor), Z_Construct_UScriptStruct_FGizmoElementColorAttribute, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SubdueLineColor_MetaData), NewProp_SubdueLineColor_MetaData) }; // 3175820743
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FGizmoElementLineRenderStateAttributes_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGizmoElementLineRenderStateAttributes_Statics::NewProp_LineColor,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGizmoElementLineRenderStateAttributes_Statics::NewProp_HoverLineColor,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGizmoElementLineRenderStateAttributes_Statics::NewProp_InteractLineColor,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGizmoElementLineRenderStateAttributes_Statics::NewProp_SelectLineColor,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGizmoElementLineRenderStateAttributes_Statics::NewProp_SubdueLineColor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGizmoElementLineRenderStateAttributes_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FGizmoElementLineRenderStateAttributes Property Definitions *********
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FGizmoElementLineRenderStateAttributes_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_InteractiveToolsFramework,
nullptr,
&NewStructOps,
"GizmoElementLineRenderStateAttributes",
Z_Construct_UScriptStruct_FGizmoElementLineRenderStateAttributes_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGizmoElementLineRenderStateAttributes_Statics::PropPointers),
sizeof(FGizmoElementLineRenderStateAttributes),
alignof(FGizmoElementLineRenderStateAttributes),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGizmoElementLineRenderStateAttributes_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FGizmoElementLineRenderStateAttributes_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FGizmoElementLineRenderStateAttributes()
{
if (!Z_Registration_Info_UScriptStruct_FGizmoElementLineRenderStateAttributes.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FGizmoElementLineRenderStateAttributes.InnerSingleton, Z_Construct_UScriptStruct_FGizmoElementLineRenderStateAttributes_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FGizmoElementLineRenderStateAttributes.InnerSingleton);
}
// ********** End ScriptStruct FGizmoElementLineRenderStateAttributes ******************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementRenderState_h__Script_InteractiveToolsFramework_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FGizmoElementColorAttribute::StaticStruct, Z_Construct_UScriptStruct_FGizmoElementColorAttribute_Statics::NewStructOps, TEXT("GizmoElementColorAttribute"),&Z_Registration_Info_UScriptStruct_FGizmoElementColorAttribute, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FGizmoElementColorAttribute), 3175820743U) },
{ FGizmoElementMaterialAttribute::StaticStruct, Z_Construct_UScriptStruct_FGizmoElementMaterialAttribute_Statics::NewStructOps, TEXT("GizmoElementMaterialAttribute"),&Z_Registration_Info_UScriptStruct_FGizmoElementMaterialAttribute, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FGizmoElementMaterialAttribute), 479913536U) },
{ FGizmoElementMeshRenderStateAttributes::StaticStruct, Z_Construct_UScriptStruct_FGizmoElementMeshRenderStateAttributes_Statics::NewStructOps, TEXT("GizmoElementMeshRenderStateAttributes"),&Z_Registration_Info_UScriptStruct_FGizmoElementMeshRenderStateAttributes, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FGizmoElementMeshRenderStateAttributes), 3390532446U) },
{ FGizmoElementLineRenderStateAttributes::StaticStruct, Z_Construct_UScriptStruct_FGizmoElementLineRenderStateAttributes_Statics::NewStructOps, TEXT("GizmoElementLineRenderStateAttributes"),&Z_Registration_Info_UScriptStruct_FGizmoElementLineRenderStateAttributes, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FGizmoElementLineRenderStateAttributes), 3806021612U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementRenderState_h__Script_InteractiveToolsFramework_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementRenderState_h__Script_InteractiveToolsFramework_2389286651{
TEXT("/Script/InteractiveToolsFramework"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementRenderState_h__Script_InteractiveToolsFramework_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementRenderState_h__Script_InteractiveToolsFramework_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS