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

663 lines
49 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 "GameFramework/CameraRigParameterInterop.h"
#include "GameFramework/BlueprintCameraEvaluationDataRef.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeCameraRigParameterInterop() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FLinearColor();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FRotator();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector2D();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector3f();
ENGINE_API UClass* Z_Construct_UClass_UBlueprintFunctionLibrary();
GAMEPLAYCAMERAS_API UClass* Z_Construct_UClass_UCameraRigAsset_NoRegister();
GAMEPLAYCAMERAS_API UClass* Z_Construct_UClass_UCameraRigParameterInterop();
GAMEPLAYCAMERAS_API UClass* Z_Construct_UClass_UCameraRigParameterInterop_NoRegister();
GAMEPLAYCAMERAS_API UClass* Z_Construct_UClass_UCameraRigParameterInteropLibrary();
GAMEPLAYCAMERAS_API UClass* Z_Construct_UClass_UCameraRigParameterInteropLibrary_NoRegister();
GAMEPLAYCAMERAS_API UScriptStruct* Z_Construct_UScriptStruct_FBlueprintCameraEvaluationDataRef();
UPackage* Z_Construct_UPackage__Script_GameplayCameras();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UCameraRigParameterInterop Function GetCameraParameter *******************
struct Z_Construct_UFunction_UCameraRigParameterInterop_GetCameraParameter_Statics
{
struct CameraRigParameterInterop_eventGetCameraParameter_Parms
{
FBlueprintCameraEvaluationDataRef CameraData;
UCameraRigAsset* CameraRig;
FName ParameterName;
int32 ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "BlueprintInternalUseOnly", "true" },
{ "Category", "Camera" },
{ "CustomStructureParam", "ReturnValue" },
{ "CustomThunk", "true" },
{ "ModuleRelativePath", "Public/GameFramework/CameraRigParameterInterop.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CameraData_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function GetCameraParameter constinit property declarations ********************
static const UECodeGen_Private::FStructPropertyParams NewProp_CameraData;
static const UECodeGen_Private::FObjectPropertyParams NewProp_CameraRig;
static const UECodeGen_Private::FNamePropertyParams NewProp_ParameterName;
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetCameraParameter constinit property declarations **********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetCameraParameter Property Definitions *******************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UCameraRigParameterInterop_GetCameraParameter_Statics::NewProp_CameraData = { "CameraData", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CameraRigParameterInterop_eventGetCameraParameter_Parms, CameraData), Z_Construct_UScriptStruct_FBlueprintCameraEvaluationDataRef, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CameraData_MetaData), NewProp_CameraData_MetaData) }; // 510565355
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UCameraRigParameterInterop_GetCameraParameter_Statics::NewProp_CameraRig = { "CameraRig", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CameraRigParameterInterop_eventGetCameraParameter_Parms, CameraRig), Z_Construct_UClass_UCameraRigAsset_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UCameraRigParameterInterop_GetCameraParameter_Statics::NewProp_ParameterName = { "ParameterName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CameraRigParameterInterop_eventGetCameraParameter_Parms, ParameterName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UCameraRigParameterInterop_GetCameraParameter_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CameraRigParameterInterop_eventGetCameraParameter_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCameraRigParameterInterop_GetCameraParameter_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCameraRigParameterInterop_GetCameraParameter_Statics::NewProp_CameraData,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCameraRigParameterInterop_GetCameraParameter_Statics::NewProp_CameraRig,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCameraRigParameterInterop_GetCameraParameter_Statics::NewProp_ParameterName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCameraRigParameterInterop_GetCameraParameter_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCameraRigParameterInterop_GetCameraParameter_Statics::PropPointers) < 2048);
// ********** End Function GetCameraParameter Property Definitions *********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCameraRigParameterInterop_GetCameraParameter_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCameraRigParameterInterop, nullptr, "GetCameraParameter", Z_Construct_UFunction_UCameraRigParameterInterop_GetCameraParameter_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UCameraRigParameterInterop_GetCameraParameter_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UCameraRigParameterInterop_GetCameraParameter_Statics::CameraRigParameterInterop_eventGetCameraParameter_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCameraRigParameterInterop_GetCameraParameter_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCameraRigParameterInterop_GetCameraParameter_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UCameraRigParameterInterop_GetCameraParameter_Statics::CameraRigParameterInterop_eventGetCameraParameter_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UCameraRigParameterInterop_GetCameraParameter()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCameraRigParameterInterop_GetCameraParameter_Statics::FuncParams);
}
return ReturnFunction;
}
// ********** End Class UCameraRigParameterInterop Function GetCameraParameter *********************
// ********** Begin Class UCameraRigParameterInterop Function SetCameraParameter *******************
struct Z_Construct_UFunction_UCameraRigParameterInterop_SetCameraParameter_Statics
{
struct CameraRigParameterInterop_eventSetCameraParameter_Parms
{
FBlueprintCameraEvaluationDataRef CameraData;
UCameraRigAsset* CameraRig;
FName ParameterName;
int32 NewValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "BlueprintInternalUseOnly", "true" },
{ "Category", "Camera" },
{ "CustomStructureParam", "NewValue" },
{ "CustomThunk", "true" },
{ "ModuleRelativePath", "Public/GameFramework/CameraRigParameterInterop.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CameraData_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NewValue_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetCameraParameter constinit property declarations ********************
static const UECodeGen_Private::FStructPropertyParams NewProp_CameraData;
static const UECodeGen_Private::FObjectPropertyParams NewProp_CameraRig;
static const UECodeGen_Private::FNamePropertyParams NewProp_ParameterName;
static const UECodeGen_Private::FIntPropertyParams NewProp_NewValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetCameraParameter constinit property declarations **********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetCameraParameter Property Definitions *******************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UCameraRigParameterInterop_SetCameraParameter_Statics::NewProp_CameraData = { "CameraData", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CameraRigParameterInterop_eventSetCameraParameter_Parms, CameraData), Z_Construct_UScriptStruct_FBlueprintCameraEvaluationDataRef, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CameraData_MetaData), NewProp_CameraData_MetaData) }; // 510565355
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UCameraRigParameterInterop_SetCameraParameter_Statics::NewProp_CameraRig = { "CameraRig", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CameraRigParameterInterop_eventSetCameraParameter_Parms, CameraRig), Z_Construct_UClass_UCameraRigAsset_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UCameraRigParameterInterop_SetCameraParameter_Statics::NewProp_ParameterName = { "ParameterName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CameraRigParameterInterop_eventSetCameraParameter_Parms, ParameterName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UCameraRigParameterInterop_SetCameraParameter_Statics::NewProp_NewValue = { "NewValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CameraRigParameterInterop_eventSetCameraParameter_Parms, NewValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NewValue_MetaData), NewProp_NewValue_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCameraRigParameterInterop_SetCameraParameter_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCameraRigParameterInterop_SetCameraParameter_Statics::NewProp_CameraData,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCameraRigParameterInterop_SetCameraParameter_Statics::NewProp_CameraRig,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCameraRigParameterInterop_SetCameraParameter_Statics::NewProp_ParameterName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCameraRigParameterInterop_SetCameraParameter_Statics::NewProp_NewValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCameraRigParameterInterop_SetCameraParameter_Statics::PropPointers) < 2048);
// ********** End Function SetCameraParameter Property Definitions *********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCameraRigParameterInterop_SetCameraParameter_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCameraRigParameterInterop, nullptr, "SetCameraParameter", Z_Construct_UFunction_UCameraRigParameterInterop_SetCameraParameter_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UCameraRigParameterInterop_SetCameraParameter_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UCameraRigParameterInterop_SetCameraParameter_Statics::CameraRigParameterInterop_eventSetCameraParameter_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCameraRigParameterInterop_SetCameraParameter_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCameraRigParameterInterop_SetCameraParameter_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UCameraRigParameterInterop_SetCameraParameter_Statics::CameraRigParameterInterop_eventSetCameraParameter_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UCameraRigParameterInterop_SetCameraParameter()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCameraRigParameterInterop_SetCameraParameter_Statics::FuncParams);
}
return ReturnFunction;
}
// ********** End Class UCameraRigParameterInterop Function SetCameraParameter *********************
// ********** Begin Class UCameraRigParameterInterop ***********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UCameraRigParameterInterop;
UClass* UCameraRigParameterInterop::GetPrivateStaticClass()
{
using TClass = UCameraRigParameterInterop;
if (!Z_Registration_Info_UClass_UCameraRigParameterInterop.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("CameraRigParameterInterop"),
Z_Registration_Info_UClass_UCameraRigParameterInterop.InnerSingleton,
StaticRegisterNativesUCameraRigParameterInterop,
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_UCameraRigParameterInterop.InnerSingleton;
}
UClass* Z_Construct_UClass_UCameraRigParameterInterop_NoRegister()
{
return UCameraRigParameterInterop::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UCameraRigParameterInterop_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Blueprint internal methods to set values on a camera rig's exposed parameters.\n *\n * These functions are internal because users are supposed to use the K2Node_SetCameraRigParameters node instead. That node then\n * gets compiled into one or more of these internal functions.\n */" },
{ "IncludePath", "GameFramework/CameraRigParameterInterop.h" },
{ "ModuleRelativePath", "Public/GameFramework/CameraRigParameterInterop.h" },
{ "ObjectInitializerConstructorDeclared", "" },
{ "ToolTip", "Blueprint internal methods to set values on a camera rig's exposed parameters.\n\nThese functions are internal because users are supposed to use the K2Node_SetCameraRigParameters node instead. That node then\ngets compiled into one or more of these internal functions." },
};
#endif // WITH_METADATA
// ********** Begin Class UCameraRigParameterInterop constinit property declarations ***************
// ********** End Class UCameraRigParameterInterop constinit property declarations *****************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("GetCameraParameter"), .Pointer = &UCameraRigParameterInterop::execGetCameraParameter },
{ .NameUTF8 = UTF8TEXT("SetCameraParameter"), .Pointer = &UCameraRigParameterInterop::execSetCameraParameter },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UCameraRigParameterInterop_GetCameraParameter, "GetCameraParameter" }, // 1882821839
{ &Z_Construct_UFunction_UCameraRigParameterInterop_SetCameraParameter, "SetCameraParameter" }, // 2112685276
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UCameraRigParameterInterop>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UCameraRigParameterInterop_Statics
UObject* (*const Z_Construct_UClass_UCameraRigParameterInterop_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UBlueprintFunctionLibrary,
(UObject* (*)())Z_Construct_UPackage__Script_GameplayCameras,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCameraRigParameterInterop_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UCameraRigParameterInterop_Statics::ClassParams = {
&UCameraRigParameterInterop::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCameraRigParameterInterop_Statics::Class_MetaDataParams), Z_Construct_UClass_UCameraRigParameterInterop_Statics::Class_MetaDataParams)
};
void UCameraRigParameterInterop::StaticRegisterNativesUCameraRigParameterInterop()
{
UClass* Class = UCameraRigParameterInterop::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UCameraRigParameterInterop_Statics::Funcs));
}
UClass* Z_Construct_UClass_UCameraRigParameterInterop()
{
if (!Z_Registration_Info_UClass_UCameraRigParameterInterop.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCameraRigParameterInterop.OuterSingleton, Z_Construct_UClass_UCameraRigParameterInterop_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UCameraRigParameterInterop.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCameraRigParameterInterop);
UCameraRigParameterInterop::~UCameraRigParameterInterop() {}
// ********** End Class UCameraRigParameterInterop *************************************************
// ********** Begin Class UCameraRigParameterInteropLibrary Function MakeLiteralLinearColor ********
struct Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralLinearColor_Statics
{
struct CameraRigParameterInteropLibrary_eventMakeLiteralLinearColor_Parms
{
FLinearColor Value;
FLinearColor ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "BlueprintInternalUseOnly", "true" },
{ "BlueprintThreadSafe", "" },
{ "Category", "Camera" },
{ "ModuleRelativePath", "Public/GameFramework/CameraRigParameterInterop.h" },
};
#endif // WITH_METADATA
// ********** Begin Function MakeLiteralLinearColor constinit property declarations ****************
static const UECodeGen_Private::FStructPropertyParams NewProp_Value;
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function MakeLiteralLinearColor constinit property declarations ******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function MakeLiteralLinearColor Property Definitions ***************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralLinearColor_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CameraRigParameterInteropLibrary_eventMakeLiteralLinearColor_Parms, Value), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralLinearColor_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CameraRigParameterInteropLibrary_eventMakeLiteralLinearColor_Parms, ReturnValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralLinearColor_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralLinearColor_Statics::NewProp_Value,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralLinearColor_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralLinearColor_Statics::PropPointers) < 2048);
// ********** End Function MakeLiteralLinearColor Property Definitions *****************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralLinearColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCameraRigParameterInteropLibrary, nullptr, "MakeLiteralLinearColor", Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralLinearColor_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralLinearColor_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralLinearColor_Statics::CameraRigParameterInteropLibrary_eventMakeLiteralLinearColor_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralLinearColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralLinearColor_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralLinearColor_Statics::CameraRigParameterInteropLibrary_eventMakeLiteralLinearColor_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralLinearColor()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralLinearColor_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UCameraRigParameterInteropLibrary::execMakeLiteralLinearColor)
{
P_GET_STRUCT(FLinearColor,Z_Param_Value);
P_FINISH;
P_NATIVE_BEGIN;
*(FLinearColor*)Z_Param__Result=UCameraRigParameterInteropLibrary::MakeLiteralLinearColor(Z_Param_Value);
P_NATIVE_END;
}
// ********** End Class UCameraRigParameterInteropLibrary Function MakeLiteralLinearColor **********
// ********** Begin Class UCameraRigParameterInteropLibrary Function MakeLiteralRotator ************
struct Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralRotator_Statics
{
struct CameraRigParameterInteropLibrary_eventMakeLiteralRotator_Parms
{
FRotator Value;
FRotator ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "BlueprintInternalUseOnly", "true" },
{ "BlueprintThreadSafe", "" },
{ "Category", "Camera" },
{ "ModuleRelativePath", "Public/GameFramework/CameraRigParameterInterop.h" },
};
#endif // WITH_METADATA
// ********** Begin Function MakeLiteralRotator constinit property declarations ********************
static const UECodeGen_Private::FStructPropertyParams NewProp_Value;
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function MakeLiteralRotator constinit property declarations **********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function MakeLiteralRotator Property Definitions *******************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralRotator_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CameraRigParameterInteropLibrary_eventMakeLiteralRotator_Parms, Value), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralRotator_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CameraRigParameterInteropLibrary_eventMakeLiteralRotator_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralRotator_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralRotator_Statics::NewProp_Value,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralRotator_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralRotator_Statics::PropPointers) < 2048);
// ********** End Function MakeLiteralRotator Property Definitions *********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralRotator_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCameraRigParameterInteropLibrary, nullptr, "MakeLiteralRotator", Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralRotator_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralRotator_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralRotator_Statics::CameraRigParameterInteropLibrary_eventMakeLiteralRotator_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralRotator_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralRotator_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralRotator_Statics::CameraRigParameterInteropLibrary_eventMakeLiteralRotator_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralRotator()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralRotator_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UCameraRigParameterInteropLibrary::execMakeLiteralRotator)
{
P_GET_STRUCT(FRotator,Z_Param_Value);
P_FINISH;
P_NATIVE_BEGIN;
*(FRotator*)Z_Param__Result=UCameraRigParameterInteropLibrary::MakeLiteralRotator(Z_Param_Value);
P_NATIVE_END;
}
// ********** End Class UCameraRigParameterInteropLibrary Function MakeLiteralRotator **************
// ********** Begin Class UCameraRigParameterInteropLibrary Function MakeLiteralVector *************
struct Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector_Statics
{
struct CameraRigParameterInteropLibrary_eventMakeLiteralVector_Parms
{
FVector Value;
FVector ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "BlueprintInternalUseOnly", "true" },
{ "BlueprintThreadSafe", "" },
{ "Category", "Camera" },
{ "ModuleRelativePath", "Public/GameFramework/CameraRigParameterInterop.h" },
};
#endif // WITH_METADATA
// ********** Begin Function MakeLiteralVector constinit property declarations *********************
static const UECodeGen_Private::FStructPropertyParams NewProp_Value;
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function MakeLiteralVector constinit property declarations ***********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function MakeLiteralVector Property Definitions ********************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CameraRigParameterInteropLibrary_eventMakeLiteralVector_Parms, Value), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CameraRigParameterInteropLibrary_eventMakeLiteralVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector_Statics::NewProp_Value,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector_Statics::PropPointers) < 2048);
// ********** End Function MakeLiteralVector Property Definitions **********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCameraRigParameterInteropLibrary, nullptr, "MakeLiteralVector", Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector_Statics::CameraRigParameterInteropLibrary_eventMakeLiteralVector_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector_Statics::CameraRigParameterInteropLibrary_eventMakeLiteralVector_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UCameraRigParameterInteropLibrary::execMakeLiteralVector)
{
P_GET_STRUCT(FVector,Z_Param_Value);
P_FINISH;
P_NATIVE_BEGIN;
*(FVector*)Z_Param__Result=UCameraRigParameterInteropLibrary::MakeLiteralVector(Z_Param_Value);
P_NATIVE_END;
}
// ********** End Class UCameraRigParameterInteropLibrary Function MakeLiteralVector ***************
// ********** Begin Class UCameraRigParameterInteropLibrary Function MakeLiteralVector2D ***********
struct Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector2D_Statics
{
struct CameraRigParameterInteropLibrary_eventMakeLiteralVector2D_Parms
{
FVector2D Value;
FVector2D ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "BlueprintInternalUseOnly", "true" },
{ "BlueprintThreadSafe", "" },
{ "Category", "Camera" },
{ "ModuleRelativePath", "Public/GameFramework/CameraRigParameterInterop.h" },
};
#endif // WITH_METADATA
// ********** Begin Function MakeLiteralVector2D constinit property declarations *******************
static const UECodeGen_Private::FStructPropertyParams NewProp_Value;
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function MakeLiteralVector2D constinit property declarations *********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function MakeLiteralVector2D Property Definitions ******************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector2D_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CameraRigParameterInteropLibrary_eventMakeLiteralVector2D_Parms, Value), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CameraRigParameterInteropLibrary_eventMakeLiteralVector2D_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector2D_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector2D_Statics::NewProp_Value,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector2D_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector2D_Statics::PropPointers) < 2048);
// ********** End Function MakeLiteralVector2D Property Definitions ********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCameraRigParameterInteropLibrary, nullptr, "MakeLiteralVector2D", Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector2D_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector2D_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector2D_Statics::CameraRigParameterInteropLibrary_eventMakeLiteralVector2D_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector2D_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector2D_Statics::CameraRigParameterInteropLibrary_eventMakeLiteralVector2D_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector2D()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector2D_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UCameraRigParameterInteropLibrary::execMakeLiteralVector2D)
{
P_GET_STRUCT(FVector2D,Z_Param_Value);
P_FINISH;
P_NATIVE_BEGIN;
*(FVector2D*)Z_Param__Result=UCameraRigParameterInteropLibrary::MakeLiteralVector2D(Z_Param_Value);
P_NATIVE_END;
}
// ********** End Class UCameraRigParameterInteropLibrary Function MakeLiteralVector2D *************
// ********** Begin Class UCameraRigParameterInteropLibrary Function MakeLiteralVector3f ***********
struct Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector3f_Statics
{
struct CameraRigParameterInteropLibrary_eventMakeLiteralVector3f_Parms
{
FVector3f Value;
FVector3f ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "BlueprintInternalUseOnly", "true" },
{ "BlueprintThreadSafe", "" },
{ "Category", "Camera" },
{ "ModuleRelativePath", "Public/GameFramework/CameraRigParameterInterop.h" },
};
#endif // WITH_METADATA
// ********** Begin Function MakeLiteralVector3f constinit property declarations *******************
static const UECodeGen_Private::FStructPropertyParams NewProp_Value;
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function MakeLiteralVector3f constinit property declarations *********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function MakeLiteralVector3f Property Definitions ******************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector3f_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CameraRigParameterInteropLibrary_eventMakeLiteralVector3f_Parms, Value), Z_Construct_UScriptStruct_FVector3f, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector3f_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CameraRigParameterInteropLibrary_eventMakeLiteralVector3f_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector3f, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector3f_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector3f_Statics::NewProp_Value,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector3f_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector3f_Statics::PropPointers) < 2048);
// ********** End Function MakeLiteralVector3f Property Definitions ********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector3f_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCameraRigParameterInteropLibrary, nullptr, "MakeLiteralVector3f", Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector3f_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector3f_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector3f_Statics::CameraRigParameterInteropLibrary_eventMakeLiteralVector3f_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector3f_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector3f_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector3f_Statics::CameraRigParameterInteropLibrary_eventMakeLiteralVector3f_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector3f()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector3f_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UCameraRigParameterInteropLibrary::execMakeLiteralVector3f)
{
P_GET_STRUCT(FVector3f,Z_Param_Value);
P_FINISH;
P_NATIVE_BEGIN;
*(FVector3f*)Z_Param__Result=UCameraRigParameterInteropLibrary::MakeLiteralVector3f(Z_Param_Value);
P_NATIVE_END;
}
// ********** End Class UCameraRigParameterInteropLibrary Function MakeLiteralVector3f *************
// ********** Begin Class UCameraRigParameterInteropLibrary ****************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UCameraRigParameterInteropLibrary;
UClass* UCameraRigParameterInteropLibrary::GetPrivateStaticClass()
{
using TClass = UCameraRigParameterInteropLibrary;
if (!Z_Registration_Info_UClass_UCameraRigParameterInteropLibrary.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("CameraRigParameterInteropLibrary"),
Z_Registration_Info_UClass_UCameraRigParameterInteropLibrary.InnerSingleton,
StaticRegisterNativesUCameraRigParameterInteropLibrary,
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_UCameraRigParameterInteropLibrary.InnerSingleton;
}
UClass* Z_Construct_UClass_UCameraRigParameterInteropLibrary_NoRegister()
{
return UCameraRigParameterInteropLibrary::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UCameraRigParameterInteropLibrary_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Internal Blueprint function library for creating default values of the SetCameraParameter node above.\n */" },
{ "IncludePath", "GameFramework/CameraRigParameterInterop.h" },
{ "ModuleRelativePath", "Public/GameFramework/CameraRigParameterInterop.h" },
{ "ToolTip", "Internal Blueprint function library for creating default values of the SetCameraParameter node above." },
};
#endif // WITH_METADATA
// ********** Begin Class UCameraRigParameterInteropLibrary constinit property declarations ********
// ********** End Class UCameraRigParameterInteropLibrary constinit property declarations **********
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("MakeLiteralLinearColor"), .Pointer = &UCameraRigParameterInteropLibrary::execMakeLiteralLinearColor },
{ .NameUTF8 = UTF8TEXT("MakeLiteralRotator"), .Pointer = &UCameraRigParameterInteropLibrary::execMakeLiteralRotator },
{ .NameUTF8 = UTF8TEXT("MakeLiteralVector"), .Pointer = &UCameraRigParameterInteropLibrary::execMakeLiteralVector },
{ .NameUTF8 = UTF8TEXT("MakeLiteralVector2D"), .Pointer = &UCameraRigParameterInteropLibrary::execMakeLiteralVector2D },
{ .NameUTF8 = UTF8TEXT("MakeLiteralVector3f"), .Pointer = &UCameraRigParameterInteropLibrary::execMakeLiteralVector3f },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralLinearColor, "MakeLiteralLinearColor" }, // 2235493389
{ &Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralRotator, "MakeLiteralRotator" }, // 696962711
{ &Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector, "MakeLiteralVector" }, // 3365317411
{ &Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector2D, "MakeLiteralVector2D" }, // 350379086
{ &Z_Construct_UFunction_UCameraRigParameterInteropLibrary_MakeLiteralVector3f, "MakeLiteralVector3f" }, // 3332749090
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UCameraRigParameterInteropLibrary>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UCameraRigParameterInteropLibrary_Statics
UObject* (*const Z_Construct_UClass_UCameraRigParameterInteropLibrary_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UBlueprintFunctionLibrary,
(UObject* (*)())Z_Construct_UPackage__Script_GameplayCameras,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCameraRigParameterInteropLibrary_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UCameraRigParameterInteropLibrary_Statics::ClassParams = {
&UCameraRigParameterInteropLibrary::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
0,
0,
0x010800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCameraRigParameterInteropLibrary_Statics::Class_MetaDataParams), Z_Construct_UClass_UCameraRigParameterInteropLibrary_Statics::Class_MetaDataParams)
};
void UCameraRigParameterInteropLibrary::StaticRegisterNativesUCameraRigParameterInteropLibrary()
{
UClass* Class = UCameraRigParameterInteropLibrary::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UCameraRigParameterInteropLibrary_Statics::Funcs));
}
UClass* Z_Construct_UClass_UCameraRigParameterInteropLibrary()
{
if (!Z_Registration_Info_UClass_UCameraRigParameterInteropLibrary.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCameraRigParameterInteropLibrary.OuterSingleton, Z_Construct_UClass_UCameraRigParameterInteropLibrary_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UCameraRigParameterInteropLibrary.OuterSingleton;
}
UCameraRigParameterInteropLibrary::UCameraRigParameterInteropLibrary(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCameraRigParameterInteropLibrary);
UCameraRigParameterInteropLibrary::~UCameraRigParameterInteropLibrary() {}
// ********** End Class UCameraRigParameterInteropLibrary ******************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_GameFramework_CameraRigParameterInterop_h__Script_GameplayCameras_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UCameraRigParameterInterop, UCameraRigParameterInterop::StaticClass, TEXT("UCameraRigParameterInterop"), &Z_Registration_Info_UClass_UCameraRigParameterInterop, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCameraRigParameterInterop), 3525939182U) },
{ Z_Construct_UClass_UCameraRigParameterInteropLibrary, UCameraRigParameterInteropLibrary::StaticClass, TEXT("UCameraRigParameterInteropLibrary"), &Z_Registration_Info_UClass_UCameraRigParameterInteropLibrary, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCameraRigParameterInteropLibrary), 3810556378U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_GameFramework_CameraRigParameterInterop_h__Script_GameplayCameras_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_GameFramework_CameraRigParameterInterop_h__Script_GameplayCameras_458451099{
TEXT("/Script/GameplayCameras"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_GameFramework_CameraRigParameterInterop_h__Script_GameplayCameras_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Cameras_GameplayCameras_Source_GameplayCameras_Public_GameFramework_CameraRigParameterInterop_h__Script_GameplayCameras_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS